1752803 Members
5788 Online
108789 Solutions
New Discussion юеВ

Hpux 11.23 v2 and pvlink

 
WilliamSmith11
Super Advisor

Hpux 11.23 v2 and pvlink

I have and EVA4000 , I have presented a lun to the server that have two HBA.

My questions are>
1- Is PVLINK instaled by default in HPUX?

2- The lun presented to the system is show 4 times , as waited.
disk 3 255/255/0/0.0 sdisk CLAIMED DEVICE HSV200 HP
/dev/dsk/c20t0d0 /dev/rdsk/c20t0d0
disk 4 255/255/0/0.1 sdisk CLAIMED DEVICE HSV200 HP
/dev/dsk/c20t0d1 /dev/rdsk/c20t0d1
disk 5 255/255/0/0.2 sdisk CLAIMED DEVICE HSV200 HP
/dev/dsk/c20t0d2 /dev/rdsk/c20t0d2
disk 6 255/255/0/0.3 sdisk CLAIMED DEVICE HSV200 HP
/dev/dsk/c20t0d3 /dev/rdsk/c20t0d3

question:
whitch command I have to use to create the second vg?
Can be like this one?
#vgcreate -f /dev/vg01 /dev/dsk/c20t0d0 /dev/dsk/c20t0d1 /dev/dsk/c20t0d2 /dev/dsk/c20t0d3

In this commands I have included the four path , Is this ok ?


W.S
rperez
3 REPLIES 3
Warren_9
Honored Contributor

Re: Hpux 11.23 v2 and pvlink

hi WS,

I think the step is run the 'vgcreate' 1st and then 'vgextend'.

# vgcreate -f /dev/vg01 /dev/dsk/c20t0d0
# vgextend /dev/vg01 /dev/dsk/c20t0d1 /dev/dsk/c20t0d2 /dev/dsk/c20t0d3

to verify

# vgdisplay -v vg01

it should show something like the following at the end..

--- Physical volumes ---
PV Name /dev/dsk/c20t0d0
PV Name /dev/dsk/c20t0d1 Alternate Link
PV Name /dev/dsk/c20t0d2 Alternate Link
PV Name /dev/dsk/c20t0d3 Alternate Link

GOOD LUCK!!

Warren




Torsten.
Acclaimed Contributor

Re: Hpux 11.23 v2 and pvlink

I see a different setup based on this information.

There are 4 LUNs, LUN0, 1, 2 and 3.

The hardware path (255/255/0/0.0) indicates to me you are using autopath - not PVLINKS.


The pathes you mentioned

/dev/dsk/c20t0d0
/dev/dsk/c20t0d1
/dev/dsk/c20t0d2
/dev/dsk/c20t0d3

Are not alternate pathes to the same LUN but really 4 different LUNs.


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!   
Torsten.
Acclaimed Contributor

Re: Hpux 11.23 v2 and pvlink

Please check

# autopath display all

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!