Mapping DMP meta-devices

Consistent mapping can be achieved from the host to the guest by using the Persistent Naming feature of DMP.

Running DMP in the host has other practical benefits:

To map a DMP meta-device to a guest

  1. Map the device to the guest. In this example the dmp device xiv0_8614 is mapped to guest_1.
    # virsh attach-disk guest_1 /dev/vx/dmp/xiv0_8614 vdb
  2. The mapping can be made persistent by redefining the guest.
    # virsh dumpxml guest_1 > /tmp/guest_1.xml
    # virsh define /tmp/guest_1.xml