1832281 Members
2127 Online
110041 Solutions
New Discussion

Determining ArrayID

 
Mike_21
Frequent Advisor

Determining ArrayID

On an FC60, how can I determine the ArrayID?

Thanks
3 REPLIES 3
Bill McNAMARA_1
Honored Contributor

Re: Determining ArrayID

amdsp -i

It is the serial number
you can use the rdsk of the lun 0 too..
at least on the autoraid you can.

Make sure AM60Server is running
ps -ef | grep AM60

Bill
It works for me (tm)
Mike_21
Frequent Advisor

Re: Determining ArrayID

That's what I thought at first, but it looked rather long!!!!! lol

Thanks
Bill McNAMARA_1
Honored Contributor

Re: Determining ArrayID

Yeah!
I export a shell variable FCARRAY on login
and then reference it with $FCARRAY

Later,
Bill
It works for me (tm)