- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to check total disk 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
Discussions
Discussions
Discussions
Forums
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
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-19-2008 02:55 AM
тАО12-19-2008 02:55 AM
How to check total disk space
Please tell me how to check total disk allocated,and how much free on system .
If possible tell me how to check on IBM, SUN, Digital system also.
Many thanks,
In advance.
Pratibha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-19-2008 03:08 AM
тАО12-19-2008 03:08 AM
Re: How to check total disk space
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-19-2008 03:13 AM
тАО12-19-2008 03:13 AM
Re: How to check total disk space
vgdisplay, lvdisplay do indicate how much space is available on Physical Volumes and Logical Volumes respectively.
Then bdf is the command to see the occupied/available space for mounted filesystems.
Here a link for commands on other OS:
http://www.unixguide.net/unixguide.pdf
HTH.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-19-2008 03:14 AM
тАО12-19-2008 03:14 AM
Re: How to check total disk space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-19-2008 11:22 PM
тАО12-19-2008 11:22 PM
Re: How to check total disk space
You can use bdf command to see the file system usage and availability in hpux, df -g command in AIX, df command in solaris.
And if u want to see the disk usage
step1: Go to that directory
step2: du -sk * |sort -n
This command will show you the usage of files and directories under that file system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-20-2008 09:13 AM
тАО12-20-2008 09:13 AM
Re: How to check total disk space
bdf and df (most other unixes)
shows file system space assuming that your disks are fully allocated to file systems.
In hpux you give a disk over to a volume group or vxvm disk group. You then allocate space from the volume or disk group into a logical volume or volume for a filesystem.
You can use vxdisk -o alldgs list
will show you what disks are being used for LVM or VXVM.
To check how much disk space is unallocated in a LVM volume group do a
vgdisplay -v
on the bottom it should list your disks and show you how much space is unallocated on those disks.
You can use vxprint to print out the space allocated in vxvm disk groups.
You can use sam on 11.23 or older and the system homepage disk tools to see a GUI view of this information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-21-2008 08:49 PM
тАО12-21-2008 08:49 PM
Re: How to check total disk space
1. Take a vgdisplay ├в v vg00
2. identify the disks /dev/dsk/Cxtxdx
3. pvdisplay ├в v /dev/dsk/Cxtxdx
4. claculate free pe with pe size
Suraj