Operating System - HP-UX
1827853 Members
1614 Online
109969 Solutions
New Discussion

Re: add new luns from VA Array

 
brian_31
Super Advisor

add new luns from VA Array

I have used cvui to add new luns. but even after doing ioscan and insf -eCdisk i am not getting to see the new luns from the OS. Is there anything on the VA Array i should try and do before i see them from OS?

Thanks

Brian
5 REPLIES 5
Torsten.
Acclaimed Contributor

Re: add new luns from VA Array

Is secure manager in use?

You can see this from the GUI.
But you can also try to read out the secure manager table:

# armsecure -r -f lun_security.txt -p AUTORAID

(this will store the table in a file called "lun_security.txt".

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
brian_31
Super Advisor

Re: add new luns from VA Array

Torsten:

Thanks..yes secure manager in place.

here is the output
DEFAULT 0 WC
NODEWWN 50060b0000219bdd 1 W
NODEWWN 50060b0000219bdd 2 W
NODEWWN 50060b0000219bdd 3 W
NODEWWN 50060b0000219bdd 4 W
NODEWWN 50060b0000219bdd 5 W
NODEWWN 50060b0000219bdd 11 W
NODEWWN 50060b0000219be3 6 W
NODEWWN 50060b0000219be3 7 W
NODEWWN 50060b0000219be3 8 W
NODEWWN 50060b0000219be3 9 W
NODEWWN 50060b0000219c0d 1 W
NODEWWN 50060b0000219c0d 2 W
NODEWWN 50060b0000219c0d 3 W
NODEWWN 50060b0000219c0d 4 W
NODEWWN 50060b0000219c0d 5 W
NODEWWN 50060b0000219c0d 11 W
NODEWWN 50060b0000219c19 6 W
NODEWWN 50060b0000219c19 7 W
NODEWWN 50060b0000219c19 8 W
NODEWWN 50060b0000219c19 9 W
DEFAULT 1 0
DEFAULT 2 0
DEFAULT 3 0
DEFAULT 4 0
DEFAULT 5 0
DEFAULT 6 0
DEFAULT 7 0
DEFAULT 8 0
DEFAULT 9 0
DEFAULT 11 0
DEFAULT 12 0
DEFAULT 13 0
DEFAULT 14 0
DEFAULT 15 0
DEFAULT 18 0

i added lun 15 which is what i am expecting to see in the OS.

Thanks

Brian
Torsten.
Acclaimed Contributor

Re: add new luns from VA Array

So you have to create the entries for the new LUN now and apply the table to the VA.

Manual link:

http://h20000.www2.hp.com/bc/docs/support/SupportManual/lpg28822/lpg28822.pdf

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
brian_31
Super Advisor

Re: add new luns from VA Array

Torsten:

Thanks Again..is there a way we can do this in command line?
Torsten.
Acclaimed Contributor

Re: add new luns from VA Array

Yes, you need to find out the WWN of your FC HBAs in server (fcmsutil /dev/tdx or fcdx), edit the file and write it back to the array.

For the syntax see the manual.

IIRC it is armsecure -w ... (for write).

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!