Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: RedHat Linux 7.2 & Oracle 9i Shutdown
Gene
>>> oracle_at_sublogic.com 02/14/02 08:28AM >>>
[Gene Sais]
> Thank you. Not sure if it will work, but I was missing an K00... entry in rc2.d. I just linked it, lets see what happens on next bounce.
FWIW, the "right" way to deal with these symlinks under RHL 7.2 is to have an /etc/init.d/whatever "wrapper" script that includes a comment section like this:
#!/bin/sh
#
# pulse This script handles the starting and stopping of the various
# clustering services in Red Hat Linux.
#
# chkconfig: - 60 10
# description: pulse is the controlling daemon that spawns off the lvs \
# daemon as well as heartbeating and monitoring of services \
# on the real servers.
# processname: pulse
# pidfile: /var/run/pulse.pid
# config: /etc/lvs.cf
Then you can just use the chkconfig / ntsysv / etc. interface for turning things on and off in various runlevels. The 2 chkconfig numbers are the symlink numbers (controlling order of execution) for startup and shutdown respectively. Much much easier, at least IMHO, than doing symlinks by hand.
James
-- James Manning <jmm_at_sublogic.com> GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7 9C8E A0BF B026 EEBB F6E4 -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: James Manning INET: oracle_at_sublogic.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Gene Sais INET: Gsais_at_co.palm-beach.fl.us Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Feb 19 2002 - 09:58:28 CST
![]() |
![]() |