Hi,
Sorry if this is the wrong place to request
this. I'm new to this and trying to setup multipathing with the
following config:
SW:
Suse SLES 9
SP2
HW:
3Par SAN
2 Qlogic HBAs QLA2310s (fiber)
drivers: qla2300/qla2xxx
I can mount the SAN device just fine:
#mount /dev/disk/by-name/350002ac000070240 /test
I verified both HBAs work by disconnecting the fiber to each one and testing that I could mount/write/read (requires reboots).
I believe however that multipath -ll should be seeing the second HBA, correct? Currently all I get is:
# multipath -ll
350002ac000070240
[size=100 GB][features=0][hwhandler=0]
\_round-robin 0 [active][best]
\_ 2:0:0:0 sdg 8:96 [ready][active]
...when I expected something like:
# multipath -ll
350002ac000070240
[size=100 GB][features="0"][hwhandler="0"]
\_ round-robin 0 [active][first]
\_ 1:0:1:2 sdav 66:240 [ready ][active]
\_ 0:0:1:2 sdr 65:16 [ready ][active]
\_ round-robin 0 [enabled]
\_ 1:0:0:2 sdag 66:0 [ready ][active]
\_ 0:0:0:2 sdc 8:32 [ready ][active]
Not sure what to do, like modify multipath.conf?
Suggestions/FAQs/How-Tos (I've read most of what I could Google).
Thanks,
Mike M.