1833758 Members
3067 Online
110063 Solutions
New Discussion

Re: services

 
eykyn17
Advisor

services

We have a services that needs to automatically set so that if we restart the machine then it will automatically up. Where i should placed this services.

Appreciate your inputs
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor

Re: services

Hi:

This whitepaper describes everything you need to follow and do. Althouth it first appeared for HP-UX 10.0 it is applicable to all current releases.

http://docs.hp.com/en/934/startup.pdf

You can also consult the manpages for 'rc(1M)':

http://docs.hp.com/en/B2355-60105/rc.1M.html

Regards!

...JRF...
Rita C Workman
Honored Contributor

Re: services

Depends,.........

...could be "something" you start in the inittab file -or- could be something you set to start up in your /sbin/rc2 or rc3

Rgrds,
Rita
spex
Honored Contributor

Re: services

Hello,

Create start and kill symlinks in the appropriate /sbin/rc?.d directories.

PCS
eykyn17
Advisor

Re: services

thank you for all your inputs
points added:-)