#Once the break off the BCVs #Must have valid VxVM (Veritas Volume Manage license and product - installed and configured) # Initial setup, not needed after that # add target(s) to sd.conf vi /kernel/drv/sd.conf touch /reconfigure; init 6 vxdctl enable # get disk group name from disk list (won't be rootdg) vxdisk -o alldgs list vxdg -C -f import $DG vxprint | more vxrecover -sb -g $DG vxprint | more powermt config powermt save powermt display # Initial setup, not needed after that mkdir /$MTPT # if VxFS fsck -o full,nolog -y -F vxfs /dev/vx/dsk/$DG/$VOLUME # normal UFS fsck -y /dev/vx/dsk/$DG/$VOLUME mount /dev/vx/dsk/$DG/$VOLUME /$MTPT