- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /home using the space 87%, Help needed...please.
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
11-02-2012 12:27 PM
11-02-2012 12:27 PM
/home using the space 87%, Help needed...please.
Hi,
/dev/vg00/lvol5 1048576 911438 137138 87% /home
/home is using 87% space. Please help me how to know which Directory is using more space ?
How to find the File sizes in GB ?
HP-BOX version using is :
HP-UX B.11.00 U 9000/800 639379332 unlimited-user license
Regards,
Aparna.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2012 12:39 PM
11-02-2012 12:39 PM
Re: /home using the space 87%, Help needed...please.
Start by looking at all of the directories in /home.
# du -ks * | sort -n
This will show all directorires and their size in KB, sorted smallest to largest.
You can then find the largest directory, cd into it, and run the command again to see the size of those files / directories.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2012 01:04 PM
11-02-2012 01:04 PM
Re: /home using the space 87%, Help needed.
>How to find the file sizes in GB?
Bill has a bdfmegs script:
http://h30499.www3.hp.com/t5/LVM-and-VxVM/bdfmegs-ver-6-1-available/m-p/5406049
- Tags:
- bdfmegs