Mount Emc Clones in VxVm

The Storage Admin presents a clone of a LUN, on the source side the device is under VxVM control, assuming that on the target side we have scanned the new cloned LUN at the OS level (solairs), from there on how do we initialize and mount the new volume.

Please give some guidence on this or a pointer to some examples.

I believe some of the System Admins use vxrecover for this.

Secondly, will the process be different in case of Snaps.

Regards

You can create a disk group and encapsulate the disk.

# vxdg init rootdg
# vxdctl add disk <DEVICE> type=sliced
# vxencap -g rootdg rootdisk=<DEVICE>

1 Like