mpath on RHEL

DanGiles

ADSM.ORG Senior Member
Joined
Oct 25, 2002
Messages
626
Reaction score
17
Points
0
Location
Toronto, Ont. Canada
Can anyone recommend some GOOD documentation (or a tutorial!) on configuring multi-pathing on RHEL? The docs I could find aren't very good at explaining things. For instance, you have a choice for active/active using round-robin or queue depth (to name just a couple), but why one over the other?

Right now I have 22 volumes being presented to the server across 8 paths, so I get 176 sd devices. When you put multi-path on top, one would expect to get 22 dm devices, but there are 44. I need to know what's going on and how to fix it.
 
Hi Dan. Which RHEL are you running? Also, where or rather what is providing your LUNs? Some options depends on the type of array behind the LUNs, like an active active array, or active passive etc...i've included a pdf i found a while ago...may be of some help.
 

Attachments

  • Red_Hat_Enterprise_Linux-6-DM_Multipath-en-US.pdf
    501.8 KB · Views: 7
I found what I needed in the lvm manual. This along with 'df -h' gives me the filesystem->mpath mapping I'm looking for.

dmsetup info -c -o name,blkdevs_used

No where in anything I read did it imply that you could have multiple dms for the same mpath :(
 
Back
Top