- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: root partition full
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-14-2008 10:18 AM
07-14-2008 10:18 AM
root partition full
hp-ux
# uname -r
B.11.23
# model
9000/800/rp7420
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 10:30 AM
07-14-2008 10:30 AM
Re: root partition full
However, the root partition should be static and not growing. If it is growing, then the better approach is to find out why and fix the problem.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 10:32 AM
07-14-2008 10:32 AM
Re: root partition full
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1248922
Kenan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 07:32 PM
07-14-2008 07:32 PM
Re: root partition full
ll -d /* | sort -rnk5 | head -20
du -kx | sort -rn | head -20
Post the results and we can show you what should be moved or removed. As a hint, /dev must never be at the top of the list, only /etc and /sbin.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 07:44 PM
07-14-2008 07:44 PM
Re: root partition full
So many discussions on root full:
http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1248192
http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1247799
etc etc etc....
Or search forum with root keyword... You will get whole list.
Bottom line of all threads is:
Root should be static
Application writing to / sholud allocated with dedicated FS.
Free up space by removing olg log, crash, tmp files before you attempt for extend.
/ extend on the fly is not possible
You should hold firm backup if you attempts for the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 08:26 PM
07-14-2008 08:26 PM
Re: root partition full
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1247799
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 08:29 PM
07-14-2008 08:29 PM
Re: root partition full
find / -size +50000 -xdev -exec ll {} \;
null those files, if they are log files which are not required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 09:38 PM
07-14-2008 09:38 PM
Re: root partition full
Take a look at this link
take a look at this link
http://www.symmetricwebsites.com/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 11:38 PM
07-14-2008 11:38 PM
Re: root partition full
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2008 02:32 PM
07-15-2008 02:32 PM
Re: root partition full
1. You have OnlineJFS installed.
2. There are contiguous extents available on the root disk that contains /dev/vg00/lvol3 (/) since / must be contiguous.
I have done this on 11.23 systems where / filled up without any downtime.