Operating System - HP-UX
1753958 Members
7131 Online
108811 Solutions
New Discussion юеВ

syslogd daemon is not up after server reboot.

 
ckchai
Frequent Advisor

syslogd daemon is not up after server reboot.

Hi,

Everytime when I do a reboot on my HP-Unix server.
The syslogd dameon didn't startup by itself.
I will need to bring it up manually.

Does anyone know what is causing this?

I have check the following files, it seems like normal :-
/sbin/rc2.d/S220syslogd
/sbin/rc1.d/K780syslogd
/etc/rc.config.d/syslogd
/sbin/init.d/syslogd

Please help....thanks you.
3 REPLIES 3
Peter Godron
Honored Contributor

Re: syslogd daemon is not up after server reboot.

Hi,
are there any messages in /etc/rc.log file for the S220syslogd script?
Adisuria Wangsadinata_1
Honored Contributor

Re: syslogd daemon is not up after server reboot.

Hi Ckchai,

Maybe the syslogd is corrupted, try the steps below :

# mv syslog.log syslog.log.old
# kill `cat /var/run/syslog.pid`
# touch syslog.log
# /usr/sbin/syslogd -D

Try again to restart the systems to make sure the syslogd is up when the system is up.

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
ckchai
Frequent Advisor

Re: syslogd daemon is not up after server reboot.

I have check the rc.log. It seems like being brought up when system boot up. But intterupted when we have some IBM Tivoli agent started. Thanks.