Cisco Systems PGW 2200 Switch User Manual


 
5-12
Cisco PGW 2200 Softswitch Release 9.8 Software Installation and Configuration Guide
OL-18083-01
Chapter 5 Migrating to Solaris 10 and Cisco PGW 2200 Softswitch Software Release 9.8
Migration from Release 9.5 or 9.6 to Release 9.8 without Platform Changes
% /opt/CiscoMGC/local/mgcbackup -l
Caution You must now move the backup file to a remote file server using the ftp program so it can be
recovered if you need to revert the Cisco PGW 2200 Softswitch to the previous version of
Solaris or Cisco PGW 2200 Softswitch software. You are responsible for providing the
mechanism and storage location.
Step 5 Stop TimesTen database replication on PGW hosts 1 and 2:
% ./delete_replication.sh
Step 6 Follow these steps to back up the MMDB on the PGW host 1:
a. Log in to the PGW host 1 as mgcusr.
b. Create the export.ttdb file:
% /opt/CiscoMGC/local/backupDb.sh /opt/CiscoMGC/etc/export.ttdb
c. Create the migrate.ttdb file:
% ttMigrate -c DSN=howdydb /opt/CiscoMGC/etc/migrate.ttdb
d. Remove the existing version of the MMDB file:
% rm -f /opt/CiscoMGC/etc/version.ttdb
e. Determine the version of the version.ttdb file:
% /opt/TimesTen/32/bin/ttVersion presenter
The Cisco PGW 2200 Softswitch displays output similar to the following example:
[ output = "TimesTen Release x.y.z build time ... ]
f. Replace the TimesTen database Release x.y.z with the new version:
% echo xyz >/opt/CiscoMGC/etc/version.ttdb
g. Ensure that the version.ttdb, migrate.ttdb, and export.ttdb files are present:
% cd /opt/CiscoMGC/etc
% ls *.ttdb
Step 7 Log in to PGW 1 as root.
Step 8 Save the Cisco PGW 2200 Softswitch configuration data:
# cp /opt/CiscoMGC/snmp/snmpd.cnf /opt/CiscoMGC/dialPlan
Note If you are using Cisco MNM, save the snmpd.cnf file (located in /opt/CiscoMGC/snmp) before the
migration starts.
Step 9 Move to the CiscoMGC directory:
# cd /opt/CiscoMGC
Step 10 Back up the current Cisco PGW 2200 Softswitch configuration files:
# tar cvf /var/tmp/upgrade/MGC.tar ./etc ./dialPlan
# cp ./local/ttbackup.tar /var/tmp/upgrade/ttbackup.tar