- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- syslogd restarting regularly
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
04-15-2004 08:49 PM
04-15-2004 08:49 PM
syslogd restarting regularly
One of our servers was restarted last night to replace a fibre channel card. Since it came back, syslog has been reporting:
syslogd: restart
about every second in syslog.log. It's still logging stuff okay, but this is filling the log rather quickly.
There's nothing in cron that would be restarting it, no duplicate processes from what I can see, syslogd.conf hasn't changed etc.
Any ideas?
Sy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 09:04 PM
04-15-2004 09:04 PM
Re: syslogd restarting regularly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 09:06 PM
04-15-2004 09:06 PM
Re: syslogd restarting regularly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 09:12 PM
04-15-2004 09:12 PM
Re: syslogd restarting regularly
When a server is booted, /sbin/init.d/syslogd script is run. This rotates the old syslog and starts the deamon. Output of this script is logged in /etc/rc.log. ( may be this script is in a loop?)
Do you see anything strange in that log file?
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 09:31 PM
04-15-2004 09:31 PM
Re: syslogd restarting regularly
I've tried moving /etc/init.d/syslogd and /usr/sbin/syslogd out of the way, and it still happens. So nothings reruning the binary, it must be getting SIGHUP'd by something...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 09:32 PM
04-15-2004 09:32 PM
Re: syslogd restarting regularly
I'm guessing you need to either reinstall/configure the driver or set the World Wide Name at the LUN.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 09:41 PM
04-15-2004 09:41 PM
Re: syslogd restarting regularly
The fibre is fine, all the devices hanging off it work.
The problem is likely nothing to do with the fibre card change at all, and just something that's happened since the reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 09:47 PM
04-15-2004 09:47 PM
Re: syslogd restarting regularly
Can you do a
#fuser -u /var/adm/syslog/syslog.log
multiple times. Since this entry is added every second i hope this will report an other pid as syslogd.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 09:57 PM
04-15-2004 09:57 PM
Re: syslogd restarting regularly
Also check for running scripts.
This problem cannot be caused by a cron, since cron has a precision of minutes, not second.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 10:08 PM
04-15-2004 10:08 PM
Re: syslogd restarting regularly
I looked at the processes that had started at the same time as the respawning started, and one of the processes was a Symantec intrustion detection daemon.
Why it was doing it I don't know, but a restart of this daemon fixed it :)
Cheers all,
Sy