Unsolved
This post is more than 5 years old
1 Rookie
•
26 Posts
0
1613
February 28th, 2012 11:00
Import PowerPath LUN(s) to Red Hat VM
Hey all. I'm in the process of testing a conversion process of an ERP system from physical to virtual. At this time, the system runs on Red Hat Enterprise 5.6 using PowerPath 5.6 to connect 8 SSD LUNS in an LVM volume group. My plan is to connect these LUNs to a Red Hat virtual machine (vSphere 5) and use RDM (raw device map) to connect the individual LUNs the the VM. When I do this, I see the new disk(s) appear, but they show no valid partitions and pvscan doesn't show any exported volume group. However, if I connect these LUNs via raw device mapping using physical mode and start up PowerPath, I see the /dev/emcpower device and I am able to import the volume group using the pseudo device names (even though powerpath only shows a single SAS connection to the device). Is there any way to import these LUNs without having PowerPath running/installed? Is my only option to migrate the data to a new volume group? Any help in this matter would be greatly appreciated. I would like to keep the LUN configuration in tact if at all possible.
Thanks!
Jason Sinclair
dynamox
9 Legend
•
20.4K Posts
0
February 28th, 2012 11:00
what happens why you use physical RDM but without PowerPath ? pvscan can't find anything ?
jsinclair1
1 Rookie
•
26 Posts
0
February 28th, 2012 11:00
I just found the problem. I still had a filter enabled in my /etc/lvm/lvm.conf file blocking eveything except emcpower devices. Once I removed it, pvscan now shows the exported volume group on all LUNs regarless if it is connected in physical or virtual mode, and with PowerPath uninstalled.