1833948 Members
1511 Online
110063 Solutions
New Discussion

Re: console

 
SOLVED
Go to solution
subhashni
Regular Advisor

console

Hi
Yesterday i have posted and got the useful responses for my syslog question.Thanks.
If you don't think it's a silly question....
After kill -HUP syslogd(pid) ,it should show the same pid .right?
Please help
Thanks
unix4me
4 REPLIES 4
Sridhar Bhaskarla
Honored Contributor

Re: console

Hi,

Yep. It means it simply re-reads the configuration instead of killing it and starting it again.

You should have seen a message "Syslogd: restart" after you did it.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
subhashni
Regular Advisor

Re: console

Thanks.But i did not see any message like that ,Does it mean that it did not start with new config.
Thanks
unix4me
Sridhar Bhaskarla
Honored Contributor

Re: console

Well, you may want to try again. Make sure the PID is infact the pid of syslogd.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Sundar_7
Honored Contributor
Solution

Re: console

You would see that "syslogd: restart" message in /var/adm/syslog/syslog.log and not in the terminal.

# kill -HUP

# tail /var/adm/syslog/syslog.log

Learn What to do ,How to do and more importantly When to do ?