Sybase 15 manual Hp-Ux

Models: 15

1 74
Download 74 pages 34.33 Kb
Page 59
Image 59

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 start-up (typically, S + run number + script name):

Solaris:

ln -s /etc/init.d/sysam.boot /etc/rc3.d/S70sysam

IBM AIX:

ln -s /etc/rc.d/init.d/sysam.boot

/etc/rc.d/rc3.d/S70sysam

HP-UX:

ln -s /sbin/init.d/sysam.boot /sbin/rc3.d/S070sysam

6Create an appropriately named link to stop the License Manager during shutdown (typically, K + run number + script name):

Solaris:

ln -s /etc/init.d/sysam.boot /etc/rc2.d/K02sysam

Installation Guide for UNIX

47

Page 59
Image 59
Sybase 15 manual Hp-Ux