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
07-11-2007 03:12 AM
07-11-2007 03:12 AM
syslogd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 03:21 AM
07-11-2007 03:21 AM
Re: syslogd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 03:39 AM
07-11-2007 03:39 AM
Re: syslogd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 03:41 AM
07-11-2007 03:41 AM
Re: syslogd
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 03:44 AM
07-11-2007 03:44 AM
Re: syslogd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 03:48 AM
07-11-2007 03:48 AM
Re: syslogd
1. Look for any "core" files in the root FS, some times applications running as root will put core file, when it have issues
2. Verify all the FS which has other than root ownnership, are mounted ,If it is not mounted, the user will fill dir. which is sitting on the root FS.
3. Verify the entries under /etc/vlmconf - if you have too many VG's you may plan to move the *.old files to other location for temporarily
3. If you have "lsof" run it and collect the output in file and check the process size on FS- sometimes the process initiated from root FS will
temprarily use the root FS for its space requirement.
Finally you may consider extending the root FS, (online if you have using mirroring)
Hope this helps a bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 04:01 AM
07-11-2007 04:01 AM
Re: syslogd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 04:51 AM
07-11-2007 04:51 AM
Re: syslogd
# ps -ef | grep syslogd
see if it is even running. if not, then see if the file /var/run/syslog.pid exists and remove it. then try and start syslogd again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 05:53 AM
07-11-2007 05:53 AM
Re: syslogd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 07:49 AM
07-11-2007 07:49 AM
Re: syslogd
Make sure that there aren't any entries using spaces instead of tabs. That will stop syslog from working correctly.
Perhaps when / filled up it corrupted /etc/syslog.conf.
It's worth a quick check.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 03:00 PM
07-11-2007 03:00 PM
Re: syslogd
what is the syslogd cuulative patch you have.