HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: space availability
Operating System - HP-UX
1834796
Members
2678
Online
110070
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
01-20-2005 11:37 PM
01-20-2005 11:37 PM
Hello All,
I need to find out the space available in the HDD. What command i need to execute?
tar
siva
I need to find out the space available in the HDD. What command i need to execute?
tar
siva
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 11:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 11:42 PM
01-20-2005 11:42 PM
Re: space availability
I'll assume the disk is under LVM control?
Try the following:
# strings /etc/lvmtab
/dev/vg00
/dev/dsk/c0t0d0
/dev/dsk/c1t0d0
/dev/vg01
/dev/dsk/c10t3d4 # /dev/dsk/c13t3d4
Then check it's capacity
pvdisplay -v /dev/dsk/c10t3d4| head
-15
--- Physical volumes ---
PV Name /dev/dsk/c10t3d4
PV Name /dev/dsk/c13t3d4 Alternate Link
VG Name /dev/vg01
PV Status available
Allocatable yes
VGDA 2
Cur LV 5
PE Size (Mbytes) 4
Total PE 2155
Free PE 655
Allocated PE 1500
Stale PE 0
IO Timeout (Seconds) 180
Autoswitch On
If You just wanted to know how much free space exists in Your system and I told You too much now, then just do a
vgdisplay
and look for the Free PE field, and multiply it by the PE Size.
Good luck,
Florian
Try the following:
# strings /etc/lvmtab
/dev/vg00
/dev/dsk/c0t0d0
/dev/dsk/c1t0d0
/dev/vg01
/dev/dsk/c10t3d4 #
Then check it's capacity
pvdisplay -v /dev/dsk/c10t3d4| head
-15
--- Physical volumes ---
PV Name /dev/dsk/c10t3d4
PV Name /dev/dsk/c13t3d4 Alternate Link
VG Name /dev/vg01
PV Status available
Allocatable yes
VGDA 2
Cur LV 5
PE Size (Mbytes) 4
Total PE 2155
Free PE 655
Allocated PE 1500
Stale PE 0
IO Timeout (Seconds) 180
Autoswitch On
If You just wanted to know how much free space exists in Your system and I told You too much now, then just do a
vgdisplay
and look for the Free PE field, and multiply it by the PE Size.
Good luck,
Florian
yesterday I stood at the edge. Today I'm one step ahead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 12:06 AM
01-21-2005 12:06 AM
Re: space availability
hello all,
thanks for yr immediate reply.
tar
siva
thanks for yr immediate reply.
tar
siva
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP