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

11
On the OHP host, for each snapshot volume containing tablespaces, check
the file system that it contains, and mount the volume using the following
commands:
# fsck -F vxfs /dev/vx/rdsk/diskgroup/snapvol
# mount -F vxfs /dev/vx/dsk/diskgroup/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.
For example, to check the file system in the snapshot volume
snap1_dbase_vol, and mount it on /rep/dbase_vol:
# fsck -F vxfs /dev/vx/rdsk/dbasedg/snap1_dbase_vol
# mount -F vxfs /dev/vx/dsk/dbasedg/snap1_dbase_vol \
/rep/dbase_vol
Note: For a replica DB2 database, the database volume must be mounted in
the same location as on the primary host.
12
Copy any required log files from the primary host to the OHP host:
For an Oracle database on the OHP host, copy the archived log files that
were generated while the database was in hot backup mode to the new
databases archived log directory (for example, /rep/archlog).
For a Sybase ASE database on the primary host, if you specified the for
external dump clause when you quiesced the database, use the following
isql command as the database administrator to dump the transaction
log for the database:
dump transaction to dump_device with standby_access
Then copy the dumped transaction log to the appropriate database
directory on the OHP host.
13
As the database administrator, start the new database:
If the replica DB2 database is not to be rolled forward, use the following
commands to start and recover it:
db2start
db2inidb database as snapshot
73Decision support
Creating an off-host replica database