Cisco Cisco Prime Central 1.5 Installation Guide

Page of 97
Geographical Disaster Recovery Configuration
Complete the following procedures for both the primary and geographical disaster recovery Prime Network servers.
Configuring the Primary Server
Procedure
Step 1
As the root user, log in to the primary Prime Network primary server:
ssh root@server
where server is the primary server’s hostname or IP address.
Step 2
Switch users to the Prime Network application user:
su – username
Step 3
Disable the Prime Network integration layer health monitor and stop the Prime Network integration layer:
$PRIMEHOME/local/scripts/il-watch-dog.sh disableandstop
Step 4
Change to the $PRIMEHOME/integration directory:
cd $PRIMEHOME/integration
Step 5
Run the DMIntegrator.sh script. (For usage details, see
.)
./DMIntegrator.sh -a ILIntegrator.prop Prime-Central-database-server service-name db-user db-password db-port
where Prime-Central-database-server is the server’s hostname or IP address.
Step 6
Reload the user profile:
source $HOME/.cshrc
Step 7
Run the itgctl list command to obtain the Prime Network integration layer’s instance ID value.
You will need this for Step 8 of the
procedure.
Step 8
Enable the Prime Network integration layer health monitor:
$PRIMEHOME/local/scripts/il-watch-dog.sh enable
Step 9
Start the Prime Network Integration layer:
$PRIMEHOME/bin/itgctl start
Configuring the Geographical Disaster Recovery Server
Procedure
Step 1
As the root user, log in to the geographical disaster recovery Prime Network server:
ssh root@server
where server is the geographical disaster recovery server’s hostname or IP address.
Step 2
Change to the /var/adm/cisco/prime-network/scripts/ha/rsync directory:
cd /var/adm/cisco/prime-network/scripts/ha/rsync
Step 3
Rename the rsync_exclude_pnil_cfg.txt file:
61