EMC PowerPath or DM-MPIO which is used in redhat HA-cluster
Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
EMC PowerPath or DM-MPIO which is used in redhat HA-cluster
we have a two node redhat HA cluster have some 5-6 LUNS on the SAN shared between the two.Both nodes have RHEL 5.5
Last week there was a kernel error in one of the node and failover was also not successful.
On review we come to know that both(multipath software) DM-MPIO and EMC PowerPath is running.
Can some body tell me that how to know which one is RH HA-cluster is using and which one should i stop so that this error does not occurs again.
I would also like to know how it can be stopped?
Distribution: Fedora, CentOS, Scientific Linux, Oracle Enterprise, and RHEL
Posts: 156
Rep:
Which multipathing you are using depends on how you are referring and using the luns. Typically devices for powerpath are emcpower<a-z>. What devices you are using in your configuration should tell you which one you will need to keep.
FYI - Just to let you know putting urgent in the post won't get you help any faster. This is a volunteer based forum. In the event that you need assistance that quickly I would suggest that you contact EMC, and or Red Hat. That way you can use your support contracts to get priority support.
Thanks for your reply grim76....
well you were correct that the devices are named as emcpower<a-z>.but we created volume groups,physical volume and then logical volumes on it and therefore used as
/dev/<volume-group>/<logical-volume> in our clustering environment
can you now tell me what should be my approach?
thanks once again...
p.s:- I know this is a volunteer based forum...pardon me if my urgent tag hurt you....
Distribution: Fedora, CentOS, Scientific Linux, Oracle Enterprise, and RHEL
Posts: 156
Rep:
What devices your PV, VG, and LV are using would be related to how LVM is configured. LVM by default scans all the available devices looking for LVM related items. The problem with that is typically it will find /dev/sd{a..z} first and not multipath devices.
Use pvscan -vvv to determine how lvm is viewing your volumes. You can also look in lvm.conf to help determine how LVM should be behaving.
On the "Urgent" matter. I was trying to point out that if a problem is that severe your best route would be to exercise your support contracts to get quicker support.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.