- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- multipathd daemon won't start
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2010 04:07 AM
тАО07-22-2010 04:07 AM
# service multipathd status
multipathd is stopped
#
When I issue the start of the serverice, it says it started, but a status shows differently:
# service multipathd start
Starting multipathd daemon: [ OK ]
# service multipathd status
multipathd dead but pid file exists
# ps -ef |grep multi
root 27803 24124 0 07:47 pts/1 00:00:00 grep --color=auto multi
#
The /var/log/messages shows:
Jul 22 07:33:59 awocdb01 kernel: device-mapper: table: 253:23: multipath: error getting device
Jul 22 07:33:59 awocdb01 kernel: device-mapper: ioctl: error adding target to table
Jul 22 07:33:59 awocdb01 kernel: device-mapper: table: 253:23: multipath: error getting device
Jul 22 07:33:59 awocdb01 kernel: device-mapper: ioctl: error adding target to table
Does anyone have any ideas as to what to check on this ??
I have two (2) servers that see the same SAN LUN's, and the second server is not having this issue.. and both servers are running Red Hat 5.5, and are all patched to current level...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2010 04:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2010 04:40 AM
тАО07-22-2010 04:40 AM
Re: multipathd daemon won't start
# ls -al /var/run/multipat*
-rw-r--r-- 1 root root 5 Jul 22 08:29 /var/run/multipathd.pid
# ls -al /var/lock/subsys/multipat*
-rw-r--r-- 1 root root 0 Jul 22 08:29 /var/lock/subsys/multipathd
# rm -f /var/lock/subsys/multipathd
# rm -f /var/run/multipathd.pid
# ls -al /var/lock/subsys/multipat*
ls: /var/lock/subsys/multipat*: No such file or directory
# ls -al /var/run/multipat*
ls: /var/run/multipat*: No such file or directory
# service multipathd status
multipathd is stopped
# multipath -F
# multipath -ll
# service multipathd start
Starting multipathd daemon: [ OK ]
[root@awocdb01 ~]# service multipathd status
multipathd dead but pid file exists
#
If I do the multipath -F, followed by multipath -v2, I can then see all of my LUN's with the multipath -ll command...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-26-2010 09:39 AM
тАО07-26-2010 09:39 AM
Re: multipathd daemon won't start
Also, what version of device-mapper-multipath are you using?
rpm -qa|gerp device-mapper-multipath
Redhat recently acknowledged issues with multipathd. It may return issues with the messages your getting BUT as long as you see yuour multipaths (multipath -ll) -- it should be ignored.
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2010 06:53 AM
тАО07-29-2010 06:53 AM