Designing Disaster Tolerant High Availability Clusters, 10th Edition, March 2003 (B7660-90013)

Physical Data Replication for ContinentalClusters Using Continuous Access XP
Creating and Exporting LVM Volume Groups
Chapter 6 295
# pairsplit -g <dev_name> -rw
# vgimport -s -m <mapfilename> <vgname>
# vgchange -a y <vgname>
# vgcfgbackup <vgname>
# vgchange -a n <vgname>
# pairresync -g <dev_name> -c 15
See the sample script
/opt/cmcluster/toolkit/SGCA/Samples-CC/mk2imports.
You can skip the pairsplit/pairresync, but you will not be able to
activate the volume group to perform the vgcfgbackup. Perform the
vgcfgbackup when the volume group is activated during the first
recovery package activation.
When using the pairresync command to resynchronize PVOL/SVOL
CA pairs, specify the -c 15 switch to ensure the fastest
resynchronization which reduces the vulnerability to a rolling
disaster.