MSA Storage
1753787 Members
7708 Online
108799 Solutions
New Discussion

Multipathing EVA3k / Eva5k

 
Hussing
New Member

Multipathing EVA3k / Eva5k

Hey, I am using SLES11 and multipathing, now I need to setup the multipath.conf

 

My SLES gets 4 LUNs from a EVA3K and 4 LUNs from a EVA5.

 

What is the correct syntax for the multipathing.conf ?

 

I found a document which states this:

 

For EVA3000/EVA5000/EVA4x00/EVA6x00/EVA8x00

device

{

vendor "(HP|COMPAQ)"

product "HSV1[01]1\(C\)COMPAQ|HSV[2][01]0|HSV300|HSV4[05]0"

 

http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c01705624/c01705624.pdf

 

In Linux I see this: by entering: multipath -ll

3600508b4000126850001c00000840000 dm-1 HP,HSV100
....
3600508b4000145af0002400000f80000 dm-6 COMPAQ,HSV111 (C)COMPAQ

 

Do I have to separate the product and vendor with a PIPE symbol ?

 

Thx Christian

 

1 REPLY 1
Uwe Zessin
Honored Contributor

Re: Multipathing EVA3k / Eva5k

I am not sure about the formats. Have you checked the enablement kits?

http://h20000.www2.hp.com/bizsupport/TechSupport/Home.jsp?lang=en&cc=us&prodTypeId=18964&prodSeriesId=3559651&lang=en&cc=us

 

One other thing:

> HP,HSV100
This looks like an EVA-3000 with active/passive controller firmware. As far as I know, HP only supports device mapper with active/active (=VCS V4.100) firmware on the EVA-3000/5000.

That is why the regexp reads "HSV1[01]1" and not "HSV1[01][01]".

.