- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- syslog 2G file limit?
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
05-09-2004 05:29 PM
05-09-2004 05:29 PM
syslog 2G file limit?
Any ideas how to let syslog keep apending to a 2G+ file (there is a business requirement for having this so large).
Thanks!
Shane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 05:36 PM
05-09-2004 05:36 PM
Re: syslog 2G file limit?
It should look something like this:
/dev/vg00/lvolx /var vxfs delaylog,nodatainlog,largefiles,rw,suid 0 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 05:39 PM
05-09-2004 05:39 PM
Re: syslog 2G file limit?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 05:42 PM
05-09-2004 05:42 PM
Re: syslog 2G file limit?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 05:42 PM
05-09-2004 05:42 PM
Re: syslog 2G file limit?
Do not use echo "text" >> syslog.log, use logger "text"
What happens?
Francesco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 05:48 PM
05-09-2004 05:48 PM
Re: syslog 2G file limit?
does not alter the file size (return code = 0)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 05:53 PM
05-09-2004 05:53 PM
Re: syslog 2G file limit?
what HP-UX is running?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 06:10 PM
05-09-2004 06:10 PM
Re: syslog 2G file limit?
Cheers!
Shane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 06:33 PM
05-09-2004 06:33 PM
Re: syslog 2G file limit?
Now that it is not appending syslog file, could u monitor the console for any error messages reported in this regards. I think it should help us to proceed further.
All the best.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 06:38 PM
05-09-2004 06:38 PM
Re: syslog 2G file limit?
Thanks
Shane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 07:20 PM
05-09-2004 07:20 PM
Re: syslog 2G file limit?
Just to discover error messages, did you try to stop the sylogd daemon and restart it?
Francesco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 07:22 PM
05-09-2004 07:22 PM
Re: syslog 2G file limit?
It doesn't seem to report any errors at all (syslog gets restarted daily to rotate the logs), it just stops appending to the file at the 2G mark. I would imagine that it uses the 32-bit seek / read commands, but can't find any documentation to suggest how to get around it.
Cheers
Shane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 07:47 PM
05-09-2004 07:47 PM
Re: syslog 2G file limit?
this is my last message, I do not have anymore idea.
It seems to be something like a problem I had in the past.
No more than 2 GB in stdout.
Probably there is a 32 bit addressing in some streams or in some portion of the shell code.
Actually syslog is started by a posix shell. Try to specify some different shell to test it.
Unfortunatly I cannot help you more.
Bye Francesco