- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: syslog not getting updated
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
11-30-2000 05:30 PM
11-30-2000 05:30 PM
I have noticed that syslog file is not getting updated for last seven days in one of my V- class server with HP-UX 11.
What may be the reason ?.
I have not rebooted the server for last 33 days.
Thanks in advance
Animesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 05:40 PM
11-30-2000 05:40 PM
Re: syslog not getting updated
Two immediate thoughts/questions: (1) Is the 'syslogd' daemon running? [ ps -ef|grep syslogd ]; and/or (2) Did you (re)move the syslog instead of trimming it by redirecting /dev/null into it?
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 05:49 PM
11-30-2000 05:49 PM
SolutionI restarted syslogd to resolve it.
If syslogd is running, but not writing anything to your syslog.log, there's no harm in shutting it down and restarting it. If syslogd is not running, well that's what your problem is, and you'll need to start it.
Other things to check:
Whether or not the filesystem is full.
Check the lost+found directory of syslog.log's filesystem. If syslog.log was deleted while syslogd was running, that's where it should be until syslogd is shut down.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 05:55 PM
11-30-2000 05:55 PM
Re: syslog not getting updated
Goodluck !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 06:42 PM
11-30-2000 06:42 PM
Re: syslog not getting updated
...And if all of the above fail, check /etc/syslog.conf. Perhaps some one has directed syslogd to use another file. If this is so, you will have to send syslogd a HUP signal to get it to reread syslog.conf after you edit it.
kill -s HUP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 06:53 PM
11-30-2000 06:53 PM
Re: syslog not getting updated
Though my syslogd daemon was running,I stoped and restarted it and syslog.log started updaing now.
Thanks
Animesh