- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: syslogd not forwarding after reboot
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-19-2006 11:10 AM
тАО01-19-2006 11:10 AM
I modified /etc/syslogd.conf to:
# @(#) $Revision: 74.1 $
#
# 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 *
# remote Root command loging
*.info @scribe
The forwarding to scribe seems to work fine until one of the UX servers is rebooted. All logging works, except for the forwarded messages. The message forwarding will work again as soon as syslogd is manually started or restarted (/sbin/init.d/syslogd start -or- kill -HUP `cat /var/run/syslog.pid`)
Forwarding only fails with the instance of syslogd that starts automaticaly after a reboot. Is there possibly an issue involving the timing of the startup of the inet processes and syslogd? Or am I overlooking something else.
Thanks,
Dan
Solved! Go to Solution.
- Tags:
- syslogd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2006 11:12 AM
тАО01-19-2006 11:12 AM
Re: syslogd not forwarding after reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-20-2006 01:05 AM
тАО01-20-2006 01:05 AM
SolutionTrying putting in a /etc/hosts entry for the server where you want to forward syslog messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-20-2006 01:13 AM
тАО01-20-2006 01:13 AM
Re: syslogd not forwarding after reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-20-2006 06:18 AM
тАО01-20-2006 06:18 AM
Re: syslogd not forwarding after reboot
I tested both solutions, and both of them had syslogd forwarding messages on re-boot. I tried Ivan's first because that is the direction I was already thinking, plus it would cover the DNS issue and any other net service timing problems.
As I thought about it, however, I was concerned about not having syslogd running at runlevel 2, so I tried the hosts file fix next, with the desired result.
Ultimately I chose Nelson's fix (/etc/hosts) as it allowed syslogd to start earlier in the start-up process, at the "normal" time.
Thanks to both of you for a quick answer!
Dan