- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- / almost run out of space
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-27-2006 07:36 PM
03-27-2006 07:36 PM
/ almost run out of space
I've a disk space problem with my HPUX 11.23. The / almost run out of space but system is not allowed to increase it (this vol is unable to change to contiguous allocation). How can I increase it without reinstall?
Thanks,
Henry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 07:41 PM
03-27-2006 07:41 PM
Re: / almost run out of space
it is not possible to extend the / partition.
Clear down any unwanted core files.
Check for large files:
find / -xdev -size +1000 -exec ll {} \;
and remove un-needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 07:42 PM
03-27-2006 07:42 PM
Re: / almost run out of space
/ is static file system and should not grow unless, you are putting something there which you should not.
Check what is taking space there.
du -kx / | sort -n
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 07:42 PM
03-27-2006 07:42 PM
Re: / almost run out of space
Else take full backup with make_net_backup and recover.
check as,
# du -ks / | sort -rnk 1 | more
what are you getting?
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 07:47 PM
03-27-2006 07:47 PM
Re: / almost run out of space
Thanks all!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 08:17 PM
03-27-2006 08:17 PM
Re: / almost run out of space
it is usually not necessary to resize / partition.
Check what files or dirs are using space on that filesystem, and
- move these files to another existing filesystem (you may create links to preserve same path if needed),
- optionally create a new filesystem to receive these files.
antonio.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 06:56 PM
03-28-2006 06:56 PM
Re: / almost run out of space
Often the / filesystem fills up because of a typo when doing a backup. Check /dev for a large file that has been created instead of backing up to a tape.
Regards,
JASH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 07:03 PM
03-28-2006 07:03 PM
Re: / almost run out of space
seems all the answers are along the same lines. Did you find any large files to remove?
If the problem is answered please read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
Please reward the answers, identify the solution and close.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 09:36 PM
03-28-2006 09:36 PM
Re: / almost run out of space
You can do a ignite - reinstall which will be more convinient option.
Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2006 12:28 PM
03-29-2006 12:28 PM