94 CHAPTER 6: MANUALLY CONFIGURING MULTI-MASTER REPLICATION
dEnter y.
3If you are setting up replication after provisioning data has been added to the regional database, the following procedure for backing up and restoring data must be performed; otherwise, continue with step 4.
Backing up and restoring databases is not necessary if replication is set up
after a fresh install on the Authentication and Directory servers (in other
words, there is no data in the databases).
aOn the Region 1 Call server, log in as root and enter these commands:
cd /opt/3com/VCX/scripts/rc3.d
./S70tomcat stop
bOn the Region 2 Call server, log in as root and enter these commands:
cd /opt/3com/VCX/scripts/rc3.d
./S70tomcat stop
cOn the Region 1 VCX Authentication and Directory server, log in as
root and enter these commands:
cd /opt/3com/VCX/scripts/rc3.d
./S20vcxdata stop
dLog in as cworks and enter these commands:
cd /opt/3com/VCX/vcxdata/bin
./backupVcxdata
cd /opt/3com/VCX/vcxdata/db/export
There should be a single file with this format:
vcxdata<region1_siteID>backup.<vcx_data_version>.tgz
eTo transfer the file to the VCX Authentication and Directory server in
Region 2, enter these commands:
scp vcxdata<region1_siteID>backup.<vcx_data_version>.tgz
cworks@<region2_IPaddress>:/opt/3com/VCX/vcxdata/db/export
fLog onto the Region 2 VCX Authentication and Directory server as
root, and enter these commands:
cd /opt/3com/VCX/scripts/rc3.d
./S20vcxdata stop