- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what command to use to see VA 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
12-02-2003 04:27 AM
12-02-2003 04:27 AM
Regards,
Brett
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 04:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 04:34 AM
12-02-2003 04:34 AM
Re: what command to use to see VA disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 04:54 AM
12-02-2003 04:54 AM
Re: what command to use to see VA disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 04:54 AM
12-02-2003 04:54 AM
Re: what command to use to see VA disks
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 08:33 PM
12-02-2003 08:33 PM
Re: what command to use to see VA disks
assuming that you have CommandView installed, you would first run
# armdiscover
(takes a while)
then
# armdsp -i
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 08:49 PM
12-02-2003 08:49 PM
Re: what command to use to see VA disks
We have a department which attach san disks via fibre optic to different HP-UX boxes. to see the san disks attached, we run xpinfo -i which the san guys, have placed the xpinfo binary in /usr/contrib/bin. We now also have some VA disk arrays and the san guys have attached some san disk to a particular box.
Now apart from ioscan, I was wondering if there was another command I could run on the HP-UX box which would show me the VA disk attached.
I checked with the san guys and armdsp -a -array_alias will show me all array information. I only need to know what disk is attached to the box, so I would like to locate a binary file that I can put in /usr/contrib/bin and execute, with the same results of the xpinfo -i command.
Hope it is clearer.
Regards,
Brett
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 04:57 AM
12-08-2003 04:57 AM
Re: what command to use to see VA disks
armdsp -f array_alias
will show the information that you need. It basically lists the status of all the FRUs including the disks.
Refer to the following PDF file for more info (pg no:111)
http://h20000.www2.hp.com/bc/docs/support/SupportManual/lpg28818/lpg28818.pdf
Hope this helps,
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 05:59 AM
12-08-2003 05:59 AM
Re: what command to use to see VA disks
armdsp -d fru/ID array_id
shows you more information for the selected disk.
-Karthik S S
Note: You need not necessarily install "Command View SDM" Software on all the systems that are connected to the SAN. Install it on one system and manage the disks from that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 07:51 AM
12-08-2003 07:51 AM
Re: what command to use to see VA disks
I'd link it there though..
I have this niggling feeling that this is not going to answer the whole question as the SAN guys will start to ask about fibre topology.
IF you use direct attached point-to-point then ioscan + armdsp -a
If you run through fibre switches then things get more complicated. I'm @ home so will not be 100% about the next stuff... Basically thee is a file in /opt/sanmgr/commandview/client/config called something like PanConfFile.txt. In there you can add/find a line something ARMTOPOLOGY_FORMAT = .....
the default is not good enough & you want to add DB_PWWN to the defult. IF there is no ARMTOPOLOGY line simply do man armtopology & it is within the first page, just add DB_PWWN.
then run armtopology
Tim