All of lore.kernel.org
 help / color / mirror / Atom feed
* multipathd & EMC Clariion CX-4
@ 2011-09-14  9:58 NEVEU Stephane
  2011-09-14 10:46 ` Gianluca Cecchi
  2011-09-14 11:39 ` Hannes Reinecke
  0 siblings, 2 replies; 7+ messages in thread
From: NEVEU Stephane @ 2011-09-14  9:58 UTC (permalink / raw)
  To: dm-devel@redhat.com


[-- Attachment #1.1: Type: text/plain, Size: 4497 bytes --]

Hi all,

I'm experiencing problems trying to set up a multipathd config with a EMC Clariion CX-4 Storage.
It seems that the CX4 is actually active/passive regarding SPs. My server  has QLogic Fiber Cards. My multipath-tools version is 0.4.8.
Here is my multipath.conf :

##
## This is a template multipath-tools configuration file
## Uncomment the lines relevent to your environment
##
defaults {
                user_friendly_names   yes
}
blacklist {
                #devnode "*"
                devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
                devnode "^hd[a-z][[0-9]*]"
                devnode "^cciss!c[0-9]d[0-9]*[p[0-9]*]"
}
devices {
                device {
                               vendor                                "DGC  "
                               product                                               "*"
                               path_grouping_policy   group_by_prio
                               getuid_callout          "/lib/udev/scsi_id -g -u -d /dev/%n"
                               prio_callout                       "/sbin/mpath_prio_emc /dev/%n"
                               hardware_handler         "1 emc"
                               features "1 queue_if_no_path"
#                             failback                                15
#                             rr_weight                           priorities
                               no_path_retry                 300
                               path_checker                   emc_clarion
                               failback                                immediate
#                             rr_min_io                           100
                               product_blacklist            LUN_Z
                }
}

multipaths {

                multipath {
                               wwid                                    360060160174026008cf8cef961cde011
                               alias                                      NPCD
                }

                multipath {
                wwid                    36006016017402600f2ed610b62cde011
                alias                   NDO
        }

                multipath {
                wwid                    360060160174026000c984cc67acde011
                alias                   NAGIOS
        }


}

And here is the result of a multipath -ll :

sdg: checker msg is "directio checker reports path is down"
sdm: checker msg is "directio checker reports path is down"
NDO (36006016017402600f2ed610b62cde011) dm-8 DGC     ,RAID 5
[size=50G][features=1 queue_if_no_path][hwhandler=1 emc]
\_ round-robin 0 [prio=2][active]
 \_ 2:0:0:1 sdd 8:48  [active][ready]
 \_ 5:0:0:1 sdj 8:144 [active][ready]
\_ round-robin 0 [prio=0][enabled]
 \_ 2:0:1:1 sdg 8:96  [active][faulty]
 \_ 5:0:1:1 sdm 8:192 [active][faulty]
sde: checker msg is "directio checker reports path is down"
sdk: checker msg is "directio checker reports path is down"
NAGIOS (360060160174026000c984cc67acde011) dm-6 DGC     ,RAID 5
[size=40G][features=1 queue_if_no_path][hwhandler=1 emc]
\_ round-robin 0 [prio=2][active]
 \_ 2:0:1:2 sdh 8:112 [active][ready]
 \_ 5:0:1:2 sdn 8:208 [active][ready]
\_ round-robin 0 [prio=0][enabled]
 \_ 2:0:0:2 sde 8:64  [active][faulty]
 \_ 5:0:0:2 sdk 8:160 [active][faulty]
sdc: checker msg is "directio checker reports path is down"
sdi: checker msg is "directio checker reports path is down"
NPCD (360060160174026008cf8cef961cde011) dm-7 DGC     ,RAID 5
[size=100G][features=1 queue_if_no_path][hwhandler=1 emc]
\_ round-robin 0 [prio=2][active]
 \_ 2:0:1:0 sdf 8:80  [active][ready]
 \_ 5:0:1:0 sdl 8:176 [active][ready]
\_ round-robin 0 [prio=0][enabled]
 \_ 2:0:0:0 sdc 8:32  [active][faulty]
 \_ 5:0:0:0 sdi 8:128 [active][faulty]


So when trying to write on a virtual device /dev/mapper/NAGIOS (for exemple) I see many I/O errors on 'faulty disks'. When tresspassing LUNs on the clariion, I see ready disks becoming faulty and faulty ones becoming ready ... I also have udevd (udev-work) burning my CPUs while trying to rename '/dev/disk/by-id/wwn-0xetcetc...udev-tmp'
What's wrong with my config ? Am I missing something ?
Thx by advance for your help,
Regards,

Cordialement,

--
Stéphane Neveu
Ingénieur Opensource / RedHat Technical Manager
THALES - Critical Information Systems
DIVISION Security Solutions & Services / Server Mgmt
Tél 01 73 17 03 15
--


[-- Attachment #1.2: Type: text/html, Size: 10459 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: multipathd & EMC Clariion CX-4
  2011-09-14  9:58 multipathd & EMC Clariion CX-4 NEVEU Stephane
@ 2011-09-14 10:46 ` Gianluca Cecchi
  2011-09-14 11:16   ` NEVEU Stephane
  2011-09-14 11:39 ` Hannes Reinecke
  1 sibling, 1 reply; 7+ messages in thread
From: Gianluca Cecchi @ 2011-09-14 10:46 UTC (permalink / raw)
  To: device-mapper development

On Wed, Sep 14, 2011 at 11:58 AM, NEVEU Stephane wrote:
> Hi all,
>
>
>
> I'm experiencing problems trying to set up a multipathd config with a EMC
> Clariion CX-4 Storage.
>
> It seems that the CX4 is actually active/passive regarding SPs. My server
>  has QLogic Fiber Cards. My multipath-tools version is 0.4.8.
...
>
>                                hardware_handler         "1 emc"

>                                product_blacklist            LUN_Z
>
>                 }

>

Hi,
for other purposes I came to this document that refers to a CLARiiON
CX4-480 with CentOS 5.5:
http://www.nxnt.org/2010/08/multipath-linux-and-emc-clariion/
I don't know how does it match your config, but it seems that the
possibly relevant configuration differences are

hardware_handler "1 alua"
and
product_blacklist            LUNZ   (without the underscore...)

HIH,
Gianluca

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: multipathd & EMC Clariion CX-4
  2011-09-14 10:46 ` Gianluca Cecchi
@ 2011-09-14 11:16   ` NEVEU Stephane
  0 siblings, 0 replies; 7+ messages in thread
From: NEVEU Stephane @ 2011-09-14 11:16 UTC (permalink / raw)
  To: device-mapper development

Thanks for your link, nevertheless I made those changes about alua an LUNZ but it seems that it's getting worse :
multipath -v2 -d gives :
sdg: checker msg is "directio checker reports path is down"
sdm: checker msg is "directio checker reports path is down"
sde: checker msg is "directio checker reports path is down"
sdk: checker msg is "directio checker reports path is down"
sdc: checker msg is "directio checker reports path is down"
sdi: checker msg is "directio checker reports path is down"
create: mpath0 (360026b905367200012a8666a06b52fbc)  DELL    ,PERC 6/i      
[size=148G][features=0][hwhandler=0]
\_ round-robin 0 [prio=1][undef]
 \_ 3:2:0:0 sda 8:0   [undef][ready]


--
Stéphane Neveu
Ingénieur Opensource / RedHat Technical Manager
THALES - Critical Information Systems
DIVISION Security Solutions & Services / Server Mgmt
Tél 01 73 17 03 15
--


-----Message d'origine-----
De : dm-devel-bounces@redhat.com [mailto:dm-devel-bounces@redhat.com] De la part de Gianluca Cecchi
Envoyé : mercredi 14 septembre 2011 12:46
À : device-mapper development
Objet : Re: [dm-devel] multipathd & EMC Clariion CX-4

On Wed, Sep 14, 2011 at 11:58 AM, NEVEU Stephane wrote:
> Hi all,
>
>
>
> I'm experiencing problems trying to set up a multipathd config with a EMC
> Clariion CX-4 Storage.
>
> It seems that the CX4 is actually active/passive regarding SPs. My server
>  has QLogic Fiber Cards. My multipath-tools version is 0.4.8.
...
>
>                                hardware_handler         "1 emc"

>                                product_blacklist            LUN_Z
>
>                 }

>

Hi,
for other purposes I came to this document that refers to a CLARiiON
CX4-480 with CentOS 5.5:
http://www.nxnt.org/2010/08/multipath-linux-and-emc-clariion/
I don't know how does it match your config, but it seems that the
possibly relevant configuration differences are

hardware_handler "1 alua"
and
product_blacklist            LUNZ   (without the underscore...)

HIH,
Gianluca

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: multipathd & EMC Clariion CX-4
  2011-09-14  9:58 multipathd & EMC Clariion CX-4 NEVEU Stephane
  2011-09-14 10:46 ` Gianluca Cecchi
@ 2011-09-14 11:39 ` Hannes Reinecke
  2011-09-14 12:00   ` NEVEU Stephane
  1 sibling, 1 reply; 7+ messages in thread
From: Hannes Reinecke @ 2011-09-14 11:39 UTC (permalink / raw)
  To: device-mapper development

On 09/14/2011 11:58 AM, NEVEU Stephane wrote:
> Hi all,
>
> I'm experiencing problems trying to set up a multipathd config with
> a EMC Clariion CX-4 Storage.
>
> It seems that the CX4 is actually active/passive regarding SPs. My
> server  has QLogic Fiber Cards. My multipath-tools version is 0.4.8.
>
> Here is my multipath.conf :
>
> ##
>
> ## This is a template multipath-tools configuration file
>
> ## Uncomment the lines relevent to your environment
>
> ##
>
> defaults {
>
>                  user_friendly_names   yes
>
> }
>
> blacklist {
>
>                  #devnode "*"
>
>                  devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
>
>                  devnode "^hd[a-z][[0-9]*]"
>
>                  devnode "^cciss!c[0-9]d[0-9]*[p[0-9]*]"
>
> }
>
> devices {
>
>                  device {
>
>                                 vendor "DGC "
>
>                                 product "*"
>
That is wrong. The configuration file doesn't allow for regular 
expressions or wildcards. Please use the correct name ('RAID 5') here.
And 'directio' is most certainly wrong here.

What's wrong with the default setting? It should work out of the box 
without configuration file at all ...

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		      zSeries & Storage
hare@suse.de			      +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: multipathd & EMC Clariion CX-4
  2011-09-14 11:39 ` Hannes Reinecke
@ 2011-09-14 12:00   ` NEVEU Stephane
  2011-09-15 12:46     ` NEVEU Stephane
  0 siblings, 1 reply; 7+ messages in thread
From: NEVEU Stephane @ 2011-09-14 12:00 UTC (permalink / raw)
  To: device-mapper development

Dear Hannes,

You are right ! many thanks ! I moved away multipath.conf from the etc folder and restarted multipath-tools and everything works fine :

NDO (36006016017402600f2ed610b62cde011) dm-8 DGC     ,RAID 5        
[size=50G][features=1 queue_if_no_path][hwhandler=1 emc]
\_ round-robin 0 [prio=2][active]
 \_ 2:0:0:1 sdd 8:48  [active][ready] 
 \_ 5:0:0:1 sdj 8:144 [active][ready] 
\_ round-robin 0 [prio=0][enabled]
 \_ 2:0:1:1 sdg 8:96  [active][ready] 
 \_ 5:0:1:1 sdm 8:192 [active][ready] 
NAGIOS (360060160174026000c984cc67acde011) dm-6 DGC     ,RAID 5        
[size=40G][features=1 queue_if_no_path][hwhandler=1 emc]
\_ round-robin 0 [prio=2][active]
 \_ 2:0:1:2 sdh 8:112 [active][ready] 
 \_ 5:0:1:2 sdn 8:208 [active][ready] 
\_ round-robin 0 [prio=0][enabled]
 \_ 2:0:0:2 sde 8:64  [active][ready] 
 \_ 5:0:0:2 sdk 8:160 [active][ready] 
NPCD (360060160174026008cf8cef961cde011) dm-7 DGC     ,RAID 5        
[size=100G][features=1 queue_if_no_path][hwhandler=1 emc]
\_ round-robin 0 [prio=2][active]
 \_ 2:0:1:0 sdf 8:80  [active][ready] 
 \_ 5:0:1:0 sdl 8:176 [active][ready] 
\_ round-robin 0 [prio=0][enabled]
 \_ 2:0:0:0 sdc 8:32  [active][ready] 
 \_ 5:0:0:0 sdi 8:128 [active][ready]

Does it automatically recognize symbolic links (pointing to /dev/dm-*) in /dev/mapper/ folder ? 

--
Stéphane Neveu
Ingénieur Opensource / RedHat Technical Manager
THALES - Critical Information Systems
DIVISION Security Solutions & Services / Server Mgmt
Tél 01 73 17 03 15
--


-----Message d'origine-----
De : dm-devel-bounces@redhat.com [mailto:dm-devel-bounces@redhat.com] De la part de Hannes Reinecke
Envoyé : mercredi 14 septembre 2011 13:40
À : device-mapper development
Objet : Re: [dm-devel] multipathd & EMC Clariion CX-4

On 09/14/2011 11:58 AM, NEVEU Stephane wrote:
> Hi all,
>
> I'm experiencing problems trying to set up a multipathd config with
> a EMC Clariion CX-4 Storage.
>
> It seems that the CX4 is actually active/passive regarding SPs. My
> server  has QLogic Fiber Cards. My multipath-tools version is 0.4.8.
>
> Here is my multipath.conf :
>
> ##
>
> ## This is a template multipath-tools configuration file
>
> ## Uncomment the lines relevent to your environment
>
> ##
>
> defaults {
>
>                  user_friendly_names   yes
>
> }
>
> blacklist {
>
>                  #devnode "*"
>
>                  devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
>
>                  devnode "^hd[a-z][[0-9]*]"
>
>                  devnode "^cciss!c[0-9]d[0-9]*[p[0-9]*]"
>
> }
>
> devices {
>
>                  device {
>
>                                 vendor "DGC "
>
>                                 product "*"
>
That is wrong. The configuration file doesn't allow for regular 
expressions or wildcards. Please use the correct name ('RAID 5') here.
And 'directio' is most certainly wrong here.

What's wrong with the default setting? It should work out of the box 
without configuration file at all ...

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		      zSeries & Storage
hare@suse.de			      +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg)

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: multipathd & EMC Clariion CX-4
  2011-09-14 12:00   ` NEVEU Stephane
@ 2011-09-15 12:46     ` NEVEU Stephane
  2011-09-15 14:49       ` NEVEU Stephane
  0 siblings, 1 reply; 7+ messages in thread
From: NEVEU Stephane @ 2011-09-15 12:46 UTC (permalink / raw)
  To: device-mapper development

Hi all,

Actually it works on only one server (I'm actually running a cluster..), the second node is not showing anything when trying multipath -ll.
I tried to remove / reboot / reinstall multipath-tools but I still see this error message in dmesg :
device-mapper: ioctl: error adding target to table
device-mapper: table: 251:13: multipath: error getting table
.
.
.
many times.
There is no linked wwn created in /dev/mapper of course whereas everything's working find on the first node..
Any idea ?

Thank you by avance,


-----Message d'origine-----
De : dm-devel-bounces@redhat.com [mailto:dm-devel-bounces@redhat.com] De la part de NEVEU Stephane
Envoyé : mercredi 14 septembre 2011 14:00
À : device-mapper development
Objet : Re: [dm-devel] multipathd & EMC Clariion CX-4

Dear Hannes,

You are right ! many thanks ! I moved away multipath.conf from the etc folder and restarted multipath-tools and everything works fine :

NDO (36006016017402600f2ed610b62cde011) dm-8 DGC     ,RAID 5        
[size=50G][features=1 queue_if_no_path][hwhandler=1 emc]
\_ round-robin 0 [prio=2][active]
 \_ 2:0:0:1 sdd 8:48  [active][ready] 
 \_ 5:0:0:1 sdj 8:144 [active][ready] 
\_ round-robin 0 [prio=0][enabled]
 \_ 2:0:1:1 sdg 8:96  [active][ready] 
 \_ 5:0:1:1 sdm 8:192 [active][ready] 
NAGIOS (360060160174026000c984cc67acde011) dm-6 DGC     ,RAID 5        
[size=40G][features=1 queue_if_no_path][hwhandler=1 emc]
\_ round-robin 0 [prio=2][active]
 \_ 2:0:1:2 sdh 8:112 [active][ready] 
 \_ 5:0:1:2 sdn 8:208 [active][ready] 
\_ round-robin 0 [prio=0][enabled]
 \_ 2:0:0:2 sde 8:64  [active][ready] 
 \_ 5:0:0:2 sdk 8:160 [active][ready] 
NPCD (360060160174026008cf8cef961cde011) dm-7 DGC     ,RAID 5        
[size=100G][features=1 queue_if_no_path][hwhandler=1 emc]
\_ round-robin 0 [prio=2][active]
 \_ 2:0:1:0 sdf 8:80  [active][ready] 
 \_ 5:0:1:0 sdl 8:176 [active][ready] 
\_ round-robin 0 [prio=0][enabled]
 \_ 2:0:0:0 sdc 8:32  [active][ready] 
 \_ 5:0:0:0 sdi 8:128 [active][ready]

Does it automatically recognize symbolic links (pointing to /dev/dm-*) in /dev/mapper/ folder ? 

--
Stéphane Neveu
Ingénieur Opensource / RedHat Technical Manager
THALES - Critical Information Systems
DIVISION Security Solutions & Services / Server Mgmt
Tél 01 73 17 03 15
--


-----Message d'origine-----
De : dm-devel-bounces@redhat.com [mailto:dm-devel-bounces@redhat.com] De la part de Hannes Reinecke
Envoyé : mercredi 14 septembre 2011 13:40
À : device-mapper development
Objet : Re: [dm-devel] multipathd & EMC Clariion CX-4

On 09/14/2011 11:58 AM, NEVEU Stephane wrote:
> Hi all,
>
> I'm experiencing problems trying to set up a multipathd config with
> a EMC Clariion CX-4 Storage.
>
> It seems that the CX4 is actually active/passive regarding SPs. My
> server  has QLogic Fiber Cards. My multipath-tools version is 0.4.8.
>
> Here is my multipath.conf :
>
> ##
>
> ## This is a template multipath-tools configuration file
>
> ## Uncomment the lines relevent to your environment
>
> ##
>
> defaults {
>
>                  user_friendly_names   yes
>
> }
>
> blacklist {
>
>                  #devnode "*"
>
>                  devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
>
>                  devnode "^hd[a-z][[0-9]*]"
>
>                  devnode "^cciss!c[0-9]d[0-9]*[p[0-9]*]"
>
> }
>
> devices {
>
>                  device {
>
>                                 vendor "DGC "
>
>                                 product "*"
>
That is wrong. The configuration file doesn't allow for regular 
expressions or wildcards. Please use the correct name ('RAID 5') here.
And 'directio' is most certainly wrong here.

What's wrong with the default setting? It should work out of the box 
without configuration file at all ...

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		      zSeries & Storage
hare@suse.de			      +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg)

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: multipathd & EMC Clariion CX-4
  2011-09-15 12:46     ` NEVEU Stephane
@ 2011-09-15 14:49       ` NEVEU Stephane
  0 siblings, 0 replies; 7+ messages in thread
From: NEVEU Stephane @ 2011-09-15 14:49 UTC (permalink / raw)
  To: device-mapper development

Ok, solved by a update-initramfs.

Cordialement,

[@@THALES GROUP RESTRICTED@@]
--
Stéphane Neveu
Ingénieur Opensource / RedHat Technical Manager
THALES - Critical Information Systems
DIVISION Security Solutions & Services / Server Mgmt
Tél 01 73 17 03 15
--


-----Message d'origine-----
De : dm-devel-bounces@redhat.com [mailto:dm-devel-bounces@redhat.com] De la part de NEVEU Stephane
Envoyé : jeudi 15 septembre 2011 14:47
À : device-mapper development
Objet : Re: [dm-devel] multipathd & EMC Clariion CX-4

Hi all,

Actually it works on only one server (I'm actually running a cluster..), the second node is not showing anything when trying multipath -ll.
I tried to remove / reboot / reinstall multipath-tools but I still see this error message in dmesg :
device-mapper: ioctl: error adding target to table
device-mapper: table: 251:13: multipath: error getting table
.
.
.
many times.
There is no linked wwn created in /dev/mapper of course whereas everything's working find on the first node..
Any idea ?

Thank you by avance,


-----Message d'origine-----
De : dm-devel-bounces@redhat.com [mailto:dm-devel-bounces@redhat.com] De la part de NEVEU Stephane
Envoyé : mercredi 14 septembre 2011 14:00
À : device-mapper development
Objet : Re: [dm-devel] multipathd & EMC Clariion CX-4

Dear Hannes,

You are right ! many thanks ! I moved away multipath.conf from the etc folder and restarted multipath-tools and everything works fine :

NDO (36006016017402600f2ed610b62cde011) dm-8 DGC     ,RAID 5        
[size=50G][features=1 queue_if_no_path][hwhandler=1 emc]
\_ round-robin 0 [prio=2][active]
 \_ 2:0:0:1 sdd 8:48  [active][ready] 
 \_ 5:0:0:1 sdj 8:144 [active][ready] 
\_ round-robin 0 [prio=0][enabled]
 \_ 2:0:1:1 sdg 8:96  [active][ready] 
 \_ 5:0:1:1 sdm 8:192 [active][ready] 
NAGIOS (360060160174026000c984cc67acde011) dm-6 DGC     ,RAID 5        
[size=40G][features=1 queue_if_no_path][hwhandler=1 emc]
\_ round-robin 0 [prio=2][active]
 \_ 2:0:1:2 sdh 8:112 [active][ready] 
 \_ 5:0:1:2 sdn 8:208 [active][ready] 
\_ round-robin 0 [prio=0][enabled]
 \_ 2:0:0:2 sde 8:64  [active][ready] 
 \_ 5:0:0:2 sdk 8:160 [active][ready] 
NPCD (360060160174026008cf8cef961cde011) dm-7 DGC     ,RAID 5        
[size=100G][features=1 queue_if_no_path][hwhandler=1 emc]
\_ round-robin 0 [prio=2][active]
 \_ 2:0:1:0 sdf 8:80  [active][ready] 
 \_ 5:0:1:0 sdl 8:176 [active][ready] 
\_ round-robin 0 [prio=0][enabled]
 \_ 2:0:0:0 sdc 8:32  [active][ready] 
 \_ 5:0:0:0 sdi 8:128 [active][ready]

Does it automatically recognize symbolic links (pointing to /dev/dm-*) in /dev/mapper/ folder ? 

--
Stéphane Neveu
Ingénieur Opensource / RedHat Technical Manager
THALES - Critical Information Systems
DIVISION Security Solutions & Services / Server Mgmt
Tél 01 73 17 03 15
--


-----Message d'origine-----
De : dm-devel-bounces@redhat.com [mailto:dm-devel-bounces@redhat.com] De la part de Hannes Reinecke
Envoyé : mercredi 14 septembre 2011 13:40
À : device-mapper development
Objet : Re: [dm-devel] multipathd & EMC Clariion CX-4

On 09/14/2011 11:58 AM, NEVEU Stephane wrote:
> Hi all,
>
> I'm experiencing problems trying to set up a multipathd config with
> a EMC Clariion CX-4 Storage.
>
> It seems that the CX4 is actually active/passive regarding SPs. My
> server  has QLogic Fiber Cards. My multipath-tools version is 0.4.8.
>
> Here is my multipath.conf :
>
> ##
>
> ## This is a template multipath-tools configuration file
>
> ## Uncomment the lines relevent to your environment
>
> ##
>
> defaults {
>
>                  user_friendly_names   yes
>
> }
>
> blacklist {
>
>                  #devnode "*"
>
>                  devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
>
>                  devnode "^hd[a-z][[0-9]*]"
>
>                  devnode "^cciss!c[0-9]d[0-9]*[p[0-9]*]"
>
> }
>
> devices {
>
>                  device {
>
>                                 vendor "DGC "
>
>                                 product "*"
>
That is wrong. The configuration file doesn't allow for regular 
expressions or wildcards. Please use the correct name ('RAID 5') here.
And 'directio' is most certainly wrong here.

What's wrong with the default setting? It should work out of the box 
without configuration file at all ...

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		      zSeries & Storage
hare@suse.de			      +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg)

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-09-15 14:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-14  9:58 multipathd & EMC Clariion CX-4 NEVEU Stephane
2011-09-14 10:46 ` Gianluca Cecchi
2011-09-14 11:16   ` NEVEU Stephane
2011-09-14 11:39 ` Hannes Reinecke
2011-09-14 12:00   ` NEVEU Stephane
2011-09-15 12:46     ` NEVEU Stephane
2011-09-15 14:49       ` NEVEU Stephane

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.