|
|
Once the OSA is registered, you must register any classes associated with the OSA.
Use the following syntax to register an object class:
classconf -A vendor $CLASSNAME $OSANAME
For example, the printer OSA has two object object classes, id-oc-server and id-oc-printer. These are registered with a script like this:
echo "Registering Printer Object Classes with SCOadmin" classconf -A sco id-oc-server printerOsa classconf -A sco id-oc-printer printerOsa