- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /nsr/logs/messages
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
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
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
тАО06-29-2010 10:47 AM
тАО06-29-2010 10:47 AM
/nsr/logs/messages
The file /nsr/logs/messages is taking up morethan 50MB on my / partition. Can I empty the file using /etc/null>/nsr/logs/messages ?
Any problem..?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2010 11:44 AM
тАО06-29-2010 11:44 AM
Re: /nsr/logs/messages
This is not a standard OS log location. The correct answer to your question is, I do not know.
Identify what application is writing there, to see if the data is important or not.
At the very least, plan to crate a mounted file system for this file and relocate it from the root file system.
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
тАО06-29-2010 11:51 AM
тАО06-29-2010 11:51 AM
Re: /nsr/logs/messages
OR you can compressed it and keep it in separate directory:
#cp -p /nsr/logs/messages /nsr/logs/messages.old
#gzip /nsr/logs/messages.old
#>/nsr/logs/messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2010 10:02 PM
тАО06-29-2010 10:02 PM
Re: /nsr/logs/messages
For some reason Legato and now EMC think that you want this file... even though all the messages in the file are also in /var/adm/syslog/syslog.log.
What you can do to solve this:
1) edit /etc/syslog.conf and comment all lines for files in /nsr/logs (removing the lines can result in problems upgrading/removing networker)
2) reload the syslog daemon with a 'kill -HUP'
3) remove the files from /nsr/logs
Keep in mind that after an upgrade or new installation, this is something that has to be done again...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-30-2010 01:02 AM
тАО06-30-2010 01:02 AM
Re: /nsr/logs/messages
Your previous thread:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1437174