- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- syslog.log
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
08-10-2003 01:52 AM
08-10-2003 01:52 AM
syslog.log
I wanted to know how for how long does a system keep messages in syslog.log before moving them to OLDsyslog.log? Like rc.log is for each reboot.
Can the syslog.log file be customised for example to keep messages for a week before moving them?
Regards,
-Alvi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2003 02:20 AM
08-10-2003 02:20 AM
Re: syslog.log
The contents of syslog.log will me moved to OLDsyslog.log whenever the syslogd is restarted.
I dont think the syslog.log itself can be customized to keep messages. You can either do it manually or write a cron job to do the same once in a week.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2003 02:29 AM
08-10-2003 02:29 AM
Re: syslog.log
yes, normaly after every reboot. There are some tools you can use to rotate syslog, check next question for more info.
http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0x2962c1c4ceddd61190050090279cd0f9,00.html
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2003 04:15 AM
08-10-2003 04:15 AM
Re: syslog.log
So syslog.log starts at every execution of syslogd.
But then whats the utility of syslog.conf? How can we use this file ... and what are the fields shown?
Regards,
-Alvi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2003 04:46 AM
08-10-2003 04:46 AM
Re: syslog.log
man syslogd explains the configuration very much clearly.
If there is any more doubt, please revert back.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2003 04:48 AM
08-10-2003 04:48 AM
Re: syslog.log
Take a look at man page of syslogd
syslogd reads and logs messages into a set of files described by the configuration file /etc/syslog.conf.
http://www.pcs-computing.com/support/syslog_config.html
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 06:55 AM
08-11-2003 06:55 AM
Re: syslog.log
sorrel ;-)