- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: DM Multipath
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
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
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
04-13-2009 06:41 AM
04-13-2009 06:41 AM
mpath4 (xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)
[size=30 GB][features="0"][hwhandler="0"] \_ round-robin 0 [active]
\_ #:#:#:# - 4:12 [failed]
\_ 3:0:1:7 sde 4:40 [active]
# multipath -v2
remove: mpath4 (wwid changed)
mpath4: map in use
how to clear this failed path? Storage guy says a reboot is needed.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2009 06:55 AM
04-13-2009 06:55 AM
Re: DM Multipath
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1326622
¿How is that the wwid changed for that device?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2009 07:09 AM
04-13-2009 07:09 AM
Re: DM Multipath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2009 07:17 AM
04-13-2009 07:17 AM
Re: DM Multipath
Anyway, you shold keep at least two paths to the LUN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2009 07:29 AM
04-13-2009 07:29 AM
Re: DM Multipath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2009 08:06 AM
04-13-2009 08:06 AM
Re: DM Multipath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2009 08:14 AM
04-13-2009 08:14 AM
Re: DM Multipath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2009 09:29 AM
04-13-2009 09:29 AM
Re: DM Multipath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2009 09:57 AM
04-13-2009 09:57 AM
Re: DM Multipath
echo "- - -" > /sys/class/scsi_host/host1/scan
Where 'host0' is the first fiber card, 'host1' is the second, etc.
Make sure to have a 'tail -f' going on /var/log/messages when you run the command so you can spot possible issues.
If a redetect doesn't work, I'd suggest a reboot, unfortunately.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2009 11:36 AM
04-13-2009 11:36 AM
Re: DM Multipath
does it need
echo "1">/sys/class/fc_host/host2/issue_lip
before echo "---"> /sys/class/scsi_host/host0/scan?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2009 12:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 12:43 PM
04-14-2009 12:43 PM
Re: DM Multipath
multipath -F
How about deleting the sd device associated with mpath4?
echo "1" > /sys/block/
It should be deleted now.
ls -l /dev/sd*
Rescan for drives.
echo "1" > /sys/class/fc_host/host0/issue_lip
echo "1" > /sys/class/fc_host/host1/issue_lip
See if they show up.
ls -l /dev/sd*
Re-run the multipath commands.
multipath -v2
multipath -ll
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2009 08:10 AM
04-28-2009 08:10 AM