- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Want a list of all storage devices connected to sy...
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-22-2006 05:37 PM
03-22-2006 05:37 PM
How can I find the list of all the storage devices connected to machine?
Thanks ®ards,
Prasad
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 05:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 05:47 PM
03-22-2006 05:47 PM
Re: Want a list of all storage devices connected to system.
You can use # ioscan -fnC disk. It will display everything you want.
#ioscan -fnC disk
Class I H/W Path Driver S/W State H/W Type Description
==========================================================================
disk 0 0/0/2/0.0.0.0 sdisk CLAIMED DEVICE TEAC DV-28E-B
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
disk 1 0/1/1/0.0.0 sdisk CLAIMED DEVICE HP 36.4GST336754LC
/dev/dsk/c2t0d0 /dev/rdsk/c2t0d0
disk 2 0/1/1/0.1.0 sdisk CLAIMED DEVICE HP 36.4GST336753LC
/dev/dsk/c2t1d0 /dev/rdsk/c2t1d0
disk 215 0/3/1/1.33.11.19.0.0.0 sdisk CLAIMED DEVICE EMC SYMMETRIX
/dev/dsk/c10t0d0 /dev/rdsk/c10t0d0
disk 217 0/3/1/1.33.11.19.0.0.2 sdisk NO_HW DEVICE EMC SYMMETRIX
/dev/dsk/c10t0d2 /dev/rdsk/c10t0d2
disk 218 0/3/1/1.33.11.19.0.0.3 sdisk NO_HW DEVICE EMC SYMMETRIX
/dev/dsk/c10t0d3 /dev/rdsk/c10t0d3
disk 219 0/3/1/1.33.11.19.0.0.4 sdisk NO_HW DEVICE EMC SYMMETRIX
/dev/dsk/c10t0d4 /dev/rdsk/c10t0d4
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 05:49 PM
03-22-2006 05:49 PM
Re: Want a list of all storage devices connected to system.
# ioscan -fnC disk
Find more class type which can be used with -C option as,
# ls /usr/conf/master.d/
Get related device informations from that.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 06:57 PM
03-22-2006 06:57 PM
Re: Want a list of all storage devices connected to system.
Also, you can use "sam" to find it out.
# sam --> Disks and File Systems --> Disk devices
Disk Devices 0 of 18 selectedâ
â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â
â Hardware Number Volume Total â
â Path of Paths Use Group Mbytes Descri â
â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â â
â â 0/0/2/0.0.0.0 1 Unused -- 0 DVD-ROM ^ â
â â 0/1/1/0.0.0 1 LVM vg00 34732 HP 36.4 â
â â 0/1/1/0.1.0 1 Unused -- 34732 HP 36.4 â
â â 0/3/1/1.33.11.19.0.0.0 2 Unused -- 180 EMC SYM â
â â 0/3/1/1.33.11.19.0.2.7 1 Unused -- 5 EMC SYM
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 07:10 PM
03-22-2006 07:10 PM
Re: Want a list of all storage devices connected to system.
you can also query this information using STM.
hope this helps too!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 07:19 PM
03-22-2006 07:19 PM
Re: Want a list of all storage devices connected to system.
Thank a lot