- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Pls help!! - need to know number of physical disks...
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
03-14-2004 12:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 12:42 PM
03-14-2004 12:42 PM
Re: Pls help!! - need to know number of physical disks and size
# ioscan -kfnC disk
That will tell you the models and you can sometimes glean the capacity from the model number.
# /opt/ignite/bin/print_manifest
This will definitely tell you what you need but you must have Ignite/UX installed to get this.
You can also get this through SAM in the LVM section and choose Disk devices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 12:45 PM
03-14-2004 12:45 PM
Re: Pls help!! - need to know number of physical disks and size
# ioscan -fnCdisk
This command will list down all the disks and also the model and some of the sizes too.
You can check the device files and run.
# diskinfo -v /dev/rdsk/cxtxdx
on all the disks and you will get the size.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 12:52 PM
03-14-2004 12:52 PM
Re: Pls help!! - need to know number of physical disks and size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 12:56 PM
03-14-2004 12:56 PM
Re: Pls help!! - need to know number of physical disks and size
To see the number of disks in the array you need to use utilities that can talk to the type of array you have.
What type of disk array do you have?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 12:58 PM
03-14-2004 12:58 PM
Re: Pls help!! - need to know number of physical disks and size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 02:23 PM
03-14-2004 02:23 PM
Re: Pls help!! - need to know number of physical disks and size
# strings /etc/lvmtab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 02:34 PM
03-14-2004 02:34 PM
Re: Pls help!! - need to know number of physical disks and size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 03:08 PM
03-14-2004 03:08 PM
Re: Pls help!! - need to know number of physical disks and size
do
diskinfo $i
done
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 03:16 PM
03-14-2004 03:16 PM
Re: Pls help!! - need to know number of physical disks and size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 03:17 PM
03-14-2004 03:17 PM
Re: Pls help!! - need to know number of physical disks and size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 03:24 PM
03-14-2004 03:24 PM
Re: Pls help!! - need to know number of physical disks and size
Try,
armdiscover
arraydsp -i array-id (armdiscover shows you the array-id)
-KarthiK S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 03:25 PM
03-14-2004 03:25 PM
Re: Pls help!! - need to know number of physical disks and size
armdsp -d array-id
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 03:28 PM
03-14-2004 03:28 PM
Re: Pls help!! - need to know number of physical disks and size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 03:33 PM
03-14-2004 03:33 PM
Solution/opt/sanmgr/commandview/client/sbin/
If it is AutoRAID 12H or someother older model array,
try,
/opt/hparray/bin/amdsp
You didn't tell us which model of array you have ..
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 03:34 PM
03-14-2004 03:34 PM
Re: Pls help!! - need to know number of physical disks and size
The arm commands for an HP array can show you the physical disks in the array, but that will not mean anything as far as your volume group configuration goes. It will just show you the disks in the array.
I am confused as to what exact information you are actually looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 03:54 PM
03-14-2004 03:54 PM