================================================================================ /opt/emc/SYMCLI/V5.4.0/bin/syminq #to see if SRDF or BCV ================================================================================ SWITCH to BCVs on DR node ================================================================================ #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 -p /$MTPT # if VxFS fsck -o full,nolog -y -F vxfs /dev/vx/dsk/$DG/$VOLUME # if UFS fsck -y /dev/vx/dsk/$DG/$VOLUME # copy the /etc/vfstab entry(ies) from prod into DR node #mount it mount /dev/vx/dsk/$DG/$VOLUME /$MTPT #hand it over to the users ================================================================================ SWITCH to SRDF volumes on DR node ================================================================================ #take access away from the users umount /$MTPT vxvol -g $DG stopall #vxvol -g $DG $VOLUME stop vxdg deport $DG # have the SAN team switch back the BCV to SRDF volumes # then touch /reconfigure;init 6