1832977 Members
3427 Online
110048 Solutions
New Discussion

Re: inetd daemon

 
SOLVED
Go to solution
Manuales
Super Advisor

inetd daemon

Hi .. how can i reset the daemon named: inetd?

thanks ..
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: inetd daemon

If you are asking, what do you do when you need to make inetd reread /etc/inetd.conf because you have made changes then you send a kill -1 to inetd's PID or simply do an "inetd -c" which is HP-UX's nice way of doing the same thing. If you are asking how to restart inetd after it has died then "/sbin/init.d/inetd start". It's a rather good idea to have a cron job that periodically checks to make sure that inetd is running and if not to restart it.
If it ain't broke, I can fix that.
sajeer_2
Regular Advisor

Re: inetd daemon


To restart inetd daemon,do

#inetd -c

Yogeeraj_1
Honored Contributor

Re: inetd daemon

hi manuales,

man inetd would have given you the required information and lot more.

-c Reconfigure the Internet daemon; in other words, force the current inetd to reread /etc/inetd.conf. This option sends the signal SIGHUP to the Internet daemon that is currently running. Any configuration errors that occur during the reconfiguration are logged to the syslogd daemon facility.

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
inventsekar_1
Respected Contributor

Re: inetd daemon

Hi Manuales,
when u do some changes with the inetd daemon config files run "inetd -c" ...this will tell inetd to reread the config files.

/sbin/init.d/inetd start --to start inetd.

sajeer,
u wrote,

>>To restart inetd daemon,do
#inetd -c

that is wrong. or it should be
>>To tell inetd to reread the config files
#inetd -c
Be Tomorrow, Today.