3PAR F400 on HP BLADE with Solaris

Post Reply
gt71027
Posts: 2
Joined: Thu Sep 15, 2011 5:26 pm

3PAR F400 on HP BLADE with Solaris

Post by gt71027 »

Hi,

Having trouble getting mpxio to work on our solaris 10 hp blades,
wondered what the correct vendor entries would be for the
/kernel/drv/scsi_vhci.conf file. We see the vluns but multipathing
is not creating the virtual controllers hence we see everything
multi-times. The globally enabled entry is present in the /kernel/drv/fp.conf
file mpxio...

Any hinters? or experience of this marriage of storage and operating system.

TIA, gt.
User avatar
Richard Siemers
Site Admin
Posts: 1333
Joined: Tue Aug 18, 2009 10:35 pm
Location: Dallas, Texas

Re: 3PAR F400 on HP BLADE with Solaris

Post by Richard Siemers »

I think this link is the exact guide you need.

http://bizsupport1.austin.hp.com/bc/doc ... 663731.pdf

I'm not a Solaris guy, so hopefully you will use the PDF I linked for your answer... however in honor of football season, I will go for a hail mary pass and say the information your looking for is:

scsi_vhci.conf

Code: Select all

device-type-scsi-options-list = "3PARdataVV", "symmetric-option", "3PARdataSES", "symmetric-option"; symmetric-option = 0x1000000;
Richard Siemers
The views and opinions expressed are my own and do not necessarily reflect those of my employer.
gt71027
Posts: 2
Joined: Thu Sep 15, 2011 5:26 pm

Re: 3PAR F400 on HP BLADE with Solaris

Post by gt71027 »

thanks... that worked, I guess we see all these paths due to SAN zoning and 3PAR port
allocations...

root@hszalt16:/# luxadm disp /dev/rdsk/c4t50002AC0007F0C8Cd0s2
DEVICE PROPERTIES for disk: /dev/rdsk/c4t50002AC0007F0C8Cd0s2
Vendor: 3PARdata
Product ID: VV
Revision: 0000
Serial Num: 007F0C8C
Unformatted capacity: 35840.000 MBytes
Write Cache: Enabled
Read Cache: Enabled
Minimum prefetch: 0x0
Maximum prefetch: 0xffff
Device Type: Disk device
Path(s):

/dev/rdsk/c4t50002AC0007F0C8Cd0s2
/devices/scsi_vhci/disk@g50002ac0007f0c8c:c,raw
Controller /dev/cfg/c1
Device Address 22010002ac000c8c,0
Host controller port WWN 50060b0000c3163c
Class primary
State ONLINE
Controller /dev/cfg/c1
Device Address 23010002ac000c8c,0
Host controller port WWN 50060b0000c3163c
Class primary
State ONLINE
Controller /dev/cfg/c1
Device Address 22110002ac000c8c,0
Host controller port WWN 50060b0000c3163c
Class primary
State ONLINE
Controller /dev/cfg/c1
Device Address 23110002ac000c8c,0
Host controller port WWN 50060b0000c3163c
Class primary
State ONLINE
Controller /dev/cfg/c2
Device Address 22020002ac000c8c,0
Host controller port WWN 50060b0000c3163e
Class primary
State ONLINE
Controller /dev/cfg/c2
Device Address 23020002ac000c8c,0
Host controller port WWN 50060b0000c3163e
Class primary
State ONLINE
Controller /dev/cfg/c2
Device Address 22120002ac000c8c,0
Host controller port WWN 50060b0000c3163e
Class primary
State ONLINE
Controller /dev/cfg/c2
Device Address 23120002ac000c8c,0
Host controller port WWN 50060b0000c3163e
Class primary
State ONLINE
Post Reply