- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /opt is 100%
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
03-03-2008 09:34 AM
03-03-2008 09:34 AM
On some servers of HP UX the /opt becomes 100% full, users start to face problems in applications, pleas tell me what are the things that can be removed safely from the /opt files..
Thank you in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2008 09:48 AM
03-03-2008 09:48 AM
Re: /opt is 100%
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2008 10:05 AM
03-03-2008 10:05 AM
Re: /opt is 100%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2008 10:58 AM
03-03-2008 10:58 AM
Re: /opt is 100%
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2008 11:02 AM
03-03-2008 11:02 AM
Re: /opt is 100%
#cat /dev/null > logfile.log
you can also use swremove to remove any software you are not using.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2008 11:12 AM
03-03-2008 11:12 AM
Re: /opt is 100%
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2008 11:38 AM
03-03-2008 11:38 AM
Re: /opt is 100%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2008 11:41 AM
03-03-2008 11:41 AM
Re: /opt is 100%
> logfile.log
instead of
cat /dev/null > logfile.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2008 12:14 PM
03-03-2008 12:14 PM
Re: /opt is 100%
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1202312
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2008 03:07 PM
03-03-2008 03:07 PM
Solutioncd /opt
du -s * | sort -n
..now look for the biggest directory (the last line) and cd to that directory, then reissue the du + sort line above. Eventually you will get to the largest file in the largest directory.
If it is a log file, move it to /var or /var/tmp or somewhere more suitable. /opt should not grow.
If the above does not help, you may have a huge *open* file, so get a copy of lsof and grow to love it, it will tell you things you need to know.
HTH
Sorrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2008 08:08 PM
03-03-2008 08:08 PM