multipath version: multipath v0.4.5 (16/06, 2005)<br>
kernel: Linux 2.6.9-22.ELsmp #1 SMP Mon Sep 19 18:32:14 EDT 2005<br>
os: Red Hat Enterprise Linux ES release 4 (Nahant Update 2)<br>
<br>
Hello,<br>
<br>
Im new to multipath/devicemapper, so please excuse any misterminology or misunderstanding on my part : )<br>
<br>
Basically, if i start up the multipathd service and run multipath to
scan for devices, it finds (as it's supposed to) and emc entry (which i
defined in /etc/multipath.conf). <br>
<br>
[root@cc1-86 dev]# multipath -v2 -l<br>
emc1 (36006016046861000625964d94cbbd911)<br>
[size=133 GB][features="0"][hwhandler="1 emc"]<br>
\_ round-robin 0 [active]<br>
\_ 1:0:0:0 sdb 8:16 [active]<br>
\_ 2:0:0:0 sdd 8:48 [active]<br>
\_ round-robin 0 [enabled]<br>
\_ 1:0:1:0 sdc 8:32 [active]<br>
\_ 2:0:1:0 sde 8:64 [active]<br>
<br>
[root@cc1-86 dev]# <br>
<br>
Now, originally we were running a previous version as a seperate admin
mentioned here:
<a href="https://www.redhat.com/archives/dm-devel/2005-August/msg00043.html">https://www.redhat.com/archives/dm-devel/2005-August/msg00043.html</a> ,
after lots of back and forth for this and other issues, our redhat
support instructed us to use a updated version of multipath (ver listed
above). back on the previous version (v0.4.4), i would be able to find
the multipath node in /dev so that i could mount it. but now, i dont
see anything in /dev, i do however see entries in /dev/mapper:<br>
<br>
[root@cc1-86 dev]# ls -l /dev|grep dm<br>
brw-r----- 1 root root 253, 0 Sep 29 13:11 dm-0<br>
[root@cc1-86 dev]# ls -l /dev/mapper/<br>
total 0<br>
crw------- 1 root root 10, 63 Sep 29 09:08 control<br>
brw-rw---- 1 root disk 253, 0 Sep 29 13:11 emc1<br>
[root@cc1-86 dev]# <br>
<br>
I've tried searching online for info, and i ran across this via <a href="http://christophe.varoqui.free.fr/wiki/wakka.php?wiki=FAQ">http://christophe.varoqui.free.fr/wiki/wakka.php?wiki=FAQ</a> :<br>
<h3> 5. I see my multipath nodes in /dev/mapper/ but not in /dev/ </h3>
Verify you have a naming rule configured in udev *and* no bypass rule for dm-* devices.<br>
The naming rule may use dmsetup or multipath-tools'-provided devmap_name.<br>
<tt><br>
# Commented out :<br>
# KERNEL="dm-[0-9]*", OPTIONS+="ignore_device"<br>
KERNEL="dm-[0-9]*", PROGRAM="/sbin/devmap_name %M %m", NAME="%k", SYMLINK="%c"<br>
</tt><br>
Partition mapping through kpartx won't work unless devices appear in /dev/.<br>
<br>
Can someone tell me if this is what I need to do as well? If so, where would this file be located, so that I can update it?<br>
<br>
Thanks in advance,<br>
<br>
Andy.<br>