Veritas FlashSnap Point-In-Time Copy Solutions 5.0.1 Administrators Guide, HP-UX 11i v3, First Edition, November 2009

6
On the primary host, deport the snapshot volumes disk group using the
following command:
# vxdg deport snapvoldg
7
On the OHP host where the backup is to be performed, use the following
command to import the snapshot volumes disk group:
# vxdg import snapvoldg
8
The snapshot volumes are initially disabled following the split. Use the
following command on the OHP host to recover and restart the snapshot
volumes:
# vxrecover -g snapvoldg -m snapvol ...
9
On the OHP host, back up the snapshot volumes. If you need to remount the
file system in the volume to back it up, first run fsck on the volumes. The
following are sample commands for checking and mounting a file system:
# fsck -F vxfs /dev/vx/rdsk/snapvoldg/snapvol
# mount -F vxfs /dev/vx/dsk/snapvoldg/snapvol mount_point
Note: On Linux, use the -t option, and on AIX, use the -V option, instead of
the -F option for both commands.
Back up the file system using a command such as bpbackup in Symantec
NetBackup. After the backup is complete, use the following command to
unmount the file system.
# unmount mount_point
10
On the OHP host, use the following command to deport the snapshot volumes
disk group:
# vxdg deport snapvoldg
Online database backup
Making an off-host backup of an online database
50