- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk Array Discovery Script
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
08-16-2007 06:09 AM
08-16-2007 06:09 AM
Qustion: From root, using ioscan or cstm, etc., anybody got an product discovery tool / script for this kind of problem?
I've collected a list of product numbers
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 06:14 AM
08-16-2007 06:14 AM
Re: Disk Array Discovery Script
fcmsutil /dev/td[01]
ioscan -funC fc
to get an idea if the system has a Fibre channel card and it's being used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 06:17 AM
08-16-2007 06:17 AM
Re: Disk Array Discovery Script
powermt display dev=all
and that will give an idea what disk arrays are connected to it, for example:
CLARiiON ID=xxxxxxxxxxxxxx [host1]
^^^^^^^^^
Logical device ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx [LUN 58]
state=alive; policy=CLAROpt; priority=0; queued-IOs=0
Owner: default=SP B, current=SP B
==============================================================================
---------------- Host --------------- - Stor - -- I/O Path - -- Stats ---
### HW Path I/O Paths Interf. Mode State Q-IOs Errors
==============================================================================
10 0/5/1/0.4.1.0.0.6.6 c10t6d6 SP B1 active alive 0 0
11 0/5/1/0.4.16.0.0.6.6 c11t6d6 SP A1 active alive 0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 08:05 AM
08-16-2007 08:05 AM
Re: Disk Array Discovery Script
This project is service agreement genertated. Other than cstm or ioscan which are inconsistent, I don't know of any other discovery tools.
Thanks though
Anybody got a good cstm script for disk array discovery?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 08:23 AM
08-16-2007 08:23 AM
Re: Disk Array Discovery Script
You might also see about array* commands, which should be in /opt/hparray/bin. These may be of some help to you.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 09:56 AM
08-16-2007 09:56 AM
Re: Disk Array Discovery Script
I had forgotton about that command set. And on one rp7400 they do list out. But they are non-functional for some reason.
But you also underscore the problem that I'm running into. Consistentcy across a variety of HP disk arrays. HP wasn't big on standardization.
By contrast, on sun servers 'luxadm probe' works across the board for all Sun disk arrays.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 10:12 AM
08-16-2007 10:12 AM
Re: Disk Array Discovery Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 10:27 AM
08-16-2007 10:27 AM
SolutionAs our colleagues said, there is no single command to do it for you.
As part of my Perl script I check all of the following:
pmgr display -r -v
spmgr display -a -v
autopath display
xpinfo
esscli list diskgroup
irdisplay
showhba
saslist get_info ctrl sasd
evadiscovery -i
armdsp -i
lputil listhbas
rsList2105.sh (for IBM ESS)
esscli list volumeaccess
and more...
Lot of fun :)
VK2COT
Even if you do not want to use my script,
check the commands and the tests I run as
part of any project I deliver for HP-UX
servers at any customer or site:
http://www.circlingcycle.com.au/Unix-sources/HP-UX-check-OAT.pl.txt
I wrote the script because I got sick and tired of going to sites and
not having good documentation before
running new projects. So, I run my script, gather all sorts of things that interest me
and help me not to make mistakes :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2007 01:23 PM
08-17-2007 01:23 PM
Re: Disk Array Discovery Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2007 01:40 PM
08-17-2007 01:40 PM