|
|
For OSA registeration, you must supply the name of the vendor associated with this OSA, the name of the OSA, the type of connection to be made between the OSA and the invoking application, the language-type of the OSA, and the physical location of the OSA.
Registration for a user OSA written in Tcl would look this:
/sbin/osaconf -A acme userOsa LOOP_BACK sco_Tcl_osa /tmp/userOsa
If the OSA were written in C, then registration would look like this:
/sbin/osaconf -A acme userOsa LOCAL_PIPE sco_C_osa /tmp/userOsa