Cisco Headend System Release i4.3 Installation Guide

Page of 130
 
Chapter 1    SR i4.3 DVD Pre-Upgrade Procedures 
 
 
 
24 
4036632 Rev B 
Stop the Replicated Database 
Complete this procedure only if the site you are upgrading supports the replicated 
database. 
Note:  You should still be logged on to an xterm window on the DNCS (the primary 
server) as root user 
1  If necessary, open an xterm window on the secondary server. 
2  On the secondary server, follow these instructions to log on to the xterm window 
as root user. 
a  Type su - and then press Enter
b  Type the root password and then press Enter
3  Type the following command and press Enter, first on the primary server and 
then on the secondary server to disable database replication. 
/opt/SAIrepdb//RepDb -p primhost -s sechost –d
  
4  Wait about 10 minutes. 
5  On the secondary server, type the following command and press Enter
onstat -
 
Result:  The secondary server should show a status of online
6  Complete the following steps on the primary server to stop remote file copying. 
a  Type the following command and press Enter
export EDITOR=vi 
 
b  Type the following command and press Enter to open the crontab file for 
editing. 
crontab -e
 
c  Insert the comment symbol (
#
) before the following line: 
00 * * * *    /opt/SAIrepdb/syncKeyFiles -l primhost -r 
sechost –q
 
d  Save and close the file.