Hacks needed for HP components in VOBs

/root/bin/voblinks & /sbin/init.d/voblinks

Set/reset symlinks to VOBs automatically in boot/shutdown. Wrapper scripts used at boot time and the actual script (installed usually in /root/bin/voblinks). Note that if machine crashes and voblinks stop is not executed during shutdown following error message will appear in /etc/rc.log when machine has come up.
Start SNMP Master Network Management daemon
Output from "/sbin/rc2.d/S560SnmpMaster start":
----------------------------
/usr/lib/dld.sl: Can't find path for shared library: libCsup.2
/usr/lib/dld.sl: No such file or directory
/sbin/rc2.d/S560SnmpMaster[3]: 1408 Abort(coredump)
EXIT CODE: 134
"/sbin/rc2.d/S560SnmpMaster start" FAILED
In this case you'll have to start snmp agents manually with a view set, (remember to setup your config spec appropriately):
/sbin/rc2.d/S560SnmpMaster start
/sbin/rc2.d/S565OspfMib start
/sbin/rc2.d/S565SnmpHpunix start
/sbin/rc2.d/S565SnmpMib2 start
/sbin/rc2.d/S565SnmpTrpDst start

xrdb

When cpp is not available xrdb won't work. I made a little wrapper script. to get around this problem to install this script move /usr/bin/X11/xrdb to /usr/bin/X11/xrdb.bin and put my script to /usr/bin/X11/xrdb.

Also related: cpp setting in /etc/dt/config/Xconfig:

Dtlogin*cpp:			/usr/ccs.bak/lbin/cpp

/usr/dt/config/Xsession.d/0060.srcsysenv

Disable bad directory checking, otherwise paths as /opt/aCC/bin will be removed from user's path. Don't leave backup file hanging around in the same directory as it will get executed!!!
50,54d49
<       #if [ "${Elem##*[\$\%\~\.]*}" -a ! -d $Elem ]; then
<       #  echo >>$VUE_START_LOG "Xsession ($1): bad directory $Elem ignored"
<       #else
55a51,54
>       if [ "${Elem##*[\$\%\~\.]*}" -a ! -d $Elem ]; then
>         echo >>$VUE_START_LOG "Xsession ($1): bad directory $Elem ignored"
>       else
> 
63c62
<       #fi
---
>       fi

Starting OpenView,
3rd party ToC
Marko P�l�nen
Last modified: Mon Dec 4 10:20:10 EET 2000