1830930 Members
2333 Online
110017 Solutions
New Discussion

How to determine ArrayID

 
SOLVED
Go to solution
Wang,MinJie
Super Advisor

How to determine ArrayID

Hi all
I've connected a "va" to my HP-UX workstation B2000
and then I want to use "amdsp" to display the status of "va". So how can I determine ArrayID of the VA
Thx in advance
7 REPLIES 7
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: How to determine ArrayID

"amdsp -i" will display the array ID's of any Arrays that are detected. You can then use those array ID's in subsequent commands.
If it ain't broke, I can fix that.
Wang,MinJie
Super Advisor

Re: How to determine ArrayID

Hi clay
When I run "amdsp -i"
it output the following error:
No arrays were found by the AM60Srvr
Ralph Grothe
Honored Contributor

Re: How to determine ArrayID

And if you supply your attached hostname?

e.g.

# /opt/sanmgr/commandview/client/sbin/armdsp -i $(uname -n)|awk '/que ID/{print$NF}'

Madness, thy name is system administration
Joelmel Roche
Valued Contributor

Re: How to determine ArrayID

use command armdsp -i
Rasheed Tamton
Honored Contributor

Re: How to determine ArrayID

Hi Wang,

How about cvui (CVUI - array manager interface)

and

armdiscover

Check this link for related info:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=825300


Regards,
Rasheed Tamton.
Rasheed Tamton
Honored Contributor

Re: How to determine ArrayID

This one is an old stuff I had. At present I am not able to check the systems attached to VA as we have already moved to EMC. Hope this might help you.

go into SAM
Select Disks and Files Systems
Select any hardware path in the HP AutoRAID LUN
Tab to Actions
Select Disk Array Maintenance
Select View Array Status Information

Regards,
Rasheed Tamton.
Wang,MinJie
Super Advisor

Re: How to determine ArrayID

Thx all