1851581 Members
2584 Online
104061 Solutions
New Discussion

List startup services?

 
jasonK_1
Frequent Advisor

List startup services?

Hi,

Can someone show me the command to list all the service that start at boot time? Also, how can I add or remove service (daemon)?

Thanks,
JasonK
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor

Re: List startup services?

Hi:

Probably the easist way to see what has been started is to examine '/etc/rc.log'.

Adding or removing or simply disabling standard startup scripts is simple. You need to understand the manner in which they are setup and controlled.

See the manpges for 'rc(1M)' and/or this whitepaper (which *still* applies to all 11i releases):

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

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

Regards!

...JRF...
James R. Ferguson
Acclaimed Contributor

Re: List startup services?

Hi (again):

I should add, please also see:

https://forums1.itrc.hp.com/service/forums/helptips.do?#28

Regards!

...JRF...
A. Clay Stephenson
Acclaimed Contributor

Re: List startup services?

... and in addition to the processes started by rc, you also need to examine /etc/inittab.
Moreover, some processes are under the control of inetd.
If it ain't broke, I can fix that.