APPENDIX A SySAM Administration
>>$SYSAM/log/boot.log"
;;
*)
echo "Usage: $0 { start stop }"
exit 1
;;
esac exit 0
3Save the script to the file name appropriate for your operating system. Solaris:
/etc/init.d/sysam.boot
IBM AIX:
/etc/rc.d/init.d/sysam.boot
HP-UX:
/sbin/init.d/sysam.boot
4Change the permissions, ownership, and group for the script. For example, assuming the script was stored as /etc/init.d/sysam.boot enter:
chmod 744 /etc/init.d/sysam.boot chown root /etc/init.d/sysam.boot chgrp sys /etc/init.d/sysam.boot
5Create an appropriately named link to start the License Manager during
Solaris:
ln
IBM AIX:
ln
/etc/rc.d/rc3.d/S70sysam
ln
6Create an appropriately named link to stop the License Manager during shutdown (typically, K + run number + script name):
Solaris:
ln
Installation Guide for UNIX | 47 |