- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Re: Total size of hardisk
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
11-05-2004 04:06 PM
11-05-2004 04:06 PM
Is there any way to find out the total phyisical size? Can df -k give exact details about the total size.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-05-2004 04:23 PM
11-05-2004 04:23 PM
Re: Total size of hardisk
there is a command diskinfo
#diskinfo /dev/rdsk/cXtYdZ
where X = Card instance number
Y= scsi id of drive
Z= Lun number normally 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-05-2004 08:14 PM
11-05-2004 08:14 PM
SolutionAs ram said #diskinfo /dev/rdsk/cXtYdZ
will do.
Even you can use pvdisplay /dev/dsk/cXtYdZ
to collect pv information of the disk,then Multiply PE Size with Total PE to get the total PV size ie disk capacity
regards
SK
sunilhcl@rediffmail.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-05-2004 11:55 PM
11-05-2004 11:55 PM
Re: Total size of hardisk
More,
You can use sam as,
sam --> performance monitor --> system performance --> memory
will give all informations.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-06-2004 01:03 AM
11-06-2004 01:03 AM
Re: Total size of hardisk
For Checking the filesystem total physical size you can use diskinfo
For getting the total memory use demsg and look for physical memory value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-07-2004 07:25 PM
11-07-2004 07:25 PM
Re: Total size of hardisk
do the following
1-ioscan -funC disk
this command will show you the disks you have and there formula /dev/rmt/cxtxdx
2-then do the following command for all the disks you have
diskinfo /dev/rmt/cxtxdx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-07-2004 11:38 PM
11-07-2004 11:38 PM
Re: Total size of hardisk
Yes diskinfo is the right command.
Identify the disk you want to see using:
# ioscan -funC disk
For e.g. i have disk /dev/rdsk/c2t0d0 then it show the output as below:
# diskinfo /dev/rdsk/c2t0d0
SCSI describe of /dev/rdsk/c2t0d0:
vendor: HP 36.4G
product id: ST336753LC
type: direct access
size: 35566480 Kbytes
bytes per sector: 512
#
So my disk is 36.4 GB and i get the formatted disk space of around 34GB.
Hope that helps.
Regards,
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP