Veritas Volume Manager 5.0 Administrator's Guide (September 2006)
368 Configuring off-host processing
Implementing off-host processing solutions
# umount mount_point
2 On the OHP host, use the following command to deport the snapshot volume’s disk
group:
# vxdg deport snapvoldg
3 On the primary host, re-import the snapshot volume’s disk group using the following
command:
# vxdg import snapvoldg
4 The snapshot volume is initially disabled following the join. Use the following
commands on the primary host to recover and restart the snapshot volume:
# vxrecover -g snapvoldg -m snapvol
# vxvol -g snapvoldg start snapvol
5 On the primary host, reattach the snapshot volume to its original volume using the
following command:
# vxsnap -g snapvoldg reattach snapvol source=vol \
sourcedg=volumedg
For example, to reattach the snapshot volumes svol1, svol2 and svol3:
# vxsnap -g sdg reattach svol1 \
source=vol1 sourcedg=dbasedg \
svol2 source=vol2 sourcedg=dbasedg \
svol3 source=vol3 sourcedg=dbasedg
You can use the vxsnap snapwait command to wait for synchronization of the
linked snapshot volume to complete:
# vxsnap -g volumedg snapwait volume mirvol=snapvol
You can then resume the procedure from step 6 on page 367.