- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with syslogd not able to re-start
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2012 06:22 PM
02-21-2012 06:22 PM
Problem with syslogd not able to re-start
Hello,
I am trying to re-cycle syslogd process on one of my servers and I have given up on all the options.
> kill -HUP {process_id}
> kill -s HUP {process_id}
> kill -9 {process_id}
Copy the file from new config and try to restart and still no luck.
Any help appreciated and thanks in advance.
Regards,
MJ.
- Tags:
- syslogd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2012 06:49 PM
02-21-2012 06:49 PM
Re: Problem with syslogd not able to re-start
>I am trying to re-cycle syslogd process on one of my servers and I have given up on all the options.
> kill -HUP {process_id}
syslogd(1m) says this is the right way to do it.
>Copy the file from new config and try to restart and still no luck.
Did you make sure you use tabs and not spaces?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2012 07:14 PM
02-21-2012 07:14 PM
Re: Problem with syslogd not able to re-start
Hi Mike,
So what happens (or doesn't) when you kill hup syslogd? I'd like to help, but its not clear that you've described any problem.
Assuming syslogd is running since you have a PID to kill hup... when you kill hup the syslogd PID, what happens or doesn't happen?
does the process continue to run w/ a "syslogd restart" message logged?
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2012 01:57 AM
02-22-2012 01:57 AM
Re: Problem with syslogd not able to re-start
Hi:
Sample "syslog" configuration file:
# syslogd configuration file.
#
# See syslogd(1M) for information about the format of this file.
#
mail.debug /var/adm/syslog/mail.log
*.info;mail.none /var/adm/syslog/syslog.log
*.alert /dev/console
*.alert root
*.emerg *
# /sbin/init.d/syslogd stop
# /sbi/init.d/syslogd start
rgs,