Hi there
I have been trying to start the multipathd service but it does not start. My configuration looks as follows.
uname -a
Linux qkenode1 2.6.34-12-xen #1 SMP 2010-06-29 02:39:08 +0200 x86_64 x86_64 x86_64 GNU/Linux
ls /dev/mapper
control mpathc vg_qkenode1-lv_root vg_qkenode1-lv_var
mpathb vg_qkenode1-lv_home vg_qkenode1-lv_swap
cat /etc/multipath.conf
multipath.conf written by anaconda
defaults {
user_friendly_names yes
}
blacklist {
devnode “^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]"
devnode “^hd[a-z]”
devnode "^dcssblk[0-9]”
device {
vendor “DGC”
product “LUNZ”
}
device {
vendor “IBM”
product “S/390.*”
}
# don’t count normal SATA devices as multipaths
device {
vendor “ATA”
}
# don’t count 3ware devices as multipaths
device {
vendor “3ware”
}
device {
vendor “AMCC”
}
# nor highpoint devices
device {
vendor “HPT”
}
# wwid 60022190c5588900115ff58904c88dc3
# wwid 60060160d58624009233cb34c106df11
# wwid 60060160d58624008837b3a3fca6df11
# wwid 60060160d58624009233cb34c106df11
# wwid 60060160d58624008837b3a3fca6df11
device {
vendor TSSTcorp
product DVD-ROM_TS-L333A
}
}
multipaths {
multipath {
uid 0
alias mpathb
gid 0
wwid 360060160d58624009233cb34c106df11
mode 0600
}
multipath {
uid 0
alias mpathc
gid 0
wwid 360060160d58624008837b3a3fca6df11
mode 0600
}
}
multipath -l
mpathc (360060160d58624008837b3a3fca6df11) dm-5 DGC,VRAID
size=1.5T features=‘1 queue_if_no_path’ hwhandler=‘1 emc’ wp=rw
|-± policy=‘round-robin 0’ prio=-2 status=active
| |- 5:0:1:0 sdf 8:80 active undef running
| - 6:0:1:0 sdh 8:112 active undef running
-± policy=‘round-robin 0’ prio=-2 status=enabled
|- 5:0:0:0 sdb 8:16 active undef running
- 6:0:0:0 sdd 8:48 active undef running mpathb (360060160d58624009233cb34c106df11) dm-4 DGC,VRAID size=10G features='1 queue_if_no_path' hwhandler='1 emc' wp=rw |-+- policy='round-robin 0' prio=-2 status=active | |- 5:0:0:1 sdc 8:32 active undef running |
- 6:0:0:1 sde 8:64 active undef running
-+- policy='round-robin 0' prio=-2 status=enabled |- 5:0:1:1 sdg 8:96 active undef running
- 6:0:1:1 sdi 8:128 active undef running
The problem is that i cannot start the multipathd service. Please help
#service multipathd start
Starting multipathd (no pidfile) failed>:(
I then decided to create the pid file manually just to see what is happening
#touch /var/run/multipathd.pid
#service multipathd start
Multipathd ux_socket_connect: No such file or directory:(
#rm /var/run/multipathd.pid
#service multipathd start
Starting multipathd (no pidfile) failed>:(
The devices get created just fine but neither can i run multipathd -k
multipathd -k
ux_socket_connect: No such file or directory
Please help. Thank you in advance.