1820566 Members
1951 Online
109626 Solutions
New Discussion юеВ

restart all deamons

 
SOLVED
Go to solution
O'lnes
Regular Advisor

restart all deamons

After modifing the system config file, then it need to restart the deamon , is it possible to restart all the deamons by just use one command? Thx.
Andy
5 REPLIES 5
steven Burgess_2
Honored Contributor
Solution

Re: restart all deamons

Well

You could reboot

But if you wanted

cd /sbin/init.d

for i in $(ls)
do
./$i start
done

HTH

Steve
take your time and think things through
U.SivaKumar_2
Honored Contributor

Re: restart all deamons

Hi,
#init 1
Then
#init 5

regards,
U.SivaKumar
Innovations are made when conventions are broken
Darrell Allen
Honored Contributor

Re: restart all deamons

Hi,

Which config file did you modify? Do you want to restart only the daemons associated with that config file?

If you want to restart all daemons on the system that are normally started, you should reboot.

As already said, you could use init to change to run level 1 then change back to the normal run level (usually 3 on HPUX - you can determine it by looking at /etc/inittab). Even so, I'd usually reboot.

You should not cd to /sbin/init.d and run everything in that directory. There are many scripts in that directory and not all of them are executed when booting. Even if they should be executed, you will not be running them in the correct order.

Darrell
"What, Me Worry?" - Alfred E. Neuman (Mad Magazine)
harry d brown jr
Honored Contributor

Re: restart all deamons


If you have everything starting and stopping via the rc scripts then:

shutdown -r -y 0

If you modified some inetd stuff, do a man on inetd and I believe there is an option to have it reread its configuration files.

any more clarity available on your issue?

live free or ddie
harry
Live Free or Die
harry d brown jr
Honored Contributor

Re: restart all deamons


How about spending some time fixing this? it's just plain laziness and lack of RESPECT for your fellow system admins that irks me to no end!


This member has assigned points to 158 of 347 responses to his/her questions.


You can find ALL of your previous posts here:

http://forums.itrc.hp.com/cm/TopSolutions/1,,CA759973!1!questions,00.html


live free or die
harry
Live Free or Die