- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Space remaining on Physical Volume
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
12-01-2008 12:43 AM
12-01-2008 12:43 AM
How can I find the remaining hard disk space in my hard disk with paramteres as below?
Thanks
1) Physical Volume
/dev/disk/disk4_p2
2) diskinfo /dev/rdisk/disk4
SCSI describe of /dev/rdisk/disk4:
vendor: HP
product id: LOGICAL VOLUME
type: direct access
size: 143338560 Kbytes
bytes per sector: 512
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 12:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 12:55 AM
12-01-2008 12:55 AM
Re: Space remaining on Physical Volume
Hi Maxell,
diskinfo command will show the exact used and free space in a disk.
and du/bdf command also the usage of disks.
Note:- du is not in HP-UX,use bdf command.
and pvdisplay -v /dev/vg01/cxtxdx
above commands are shown the exact the details of free space in disks.
Regards,
Unixguy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 01:01 AM
12-01-2008 01:01 AM
Re: Space remaining on Physical Volume
When you know the VG then I think vgdisplay -v will show you all the extents in use (for ALL disks in the VG). But it should have a one or two liner showing the specific disk and how many extents are free.
Excuse the vagueness I don't have an HP system available to me right now to cut and paste examples.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 01:09 AM
12-01-2008 01:09 AM
Re: Space remaining on Physical Volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 05:56 AM
12-01-2008 05:56 AM
Re: Space remaining on Physical Volume
Thanks so much for the speedy advice. All of your suggestions appreciated ;)