![Cisco BTS 10200 Softswitch Troubleshooting Manual Download Page 754](http://html.mh-extra.com/html/cisco/bts-10200-softswitch/bts-10200-softswitch_troubleshooting-manual_67550754.webp)
16-6
Cisco BTS 10200 Softswitch Troubleshooting Guide, Release 5.0.x
OL-8723-19
Chapter 16 Disaster Recovery Procedures
Power Failure Recovery
Restoring the BTS 10200 Application
To restore the software application, perform the following steps:
Step 1
Login as root.
Step 2
Run
checkCFG
script to make sure no errors are encounter.
Step 3
Restore platforms shared-memory.
For CA/FS
:
<hostname>#mount <NFS server ip>:/<shared directory> /mnt
<hostname>#cp /mnt/data.<hostname>.CA.gz /opt/
<hostname>#gzip -cd /opt/data.<hostname>.CA.gz | tar -xvf -
<hostname>#cp /mnt/data.<hostname>.FSPTC.gx /opt/
<hostname>#gzip -cd /opt/data.<hostname>.FSPTC.gz | tar -xvf -
<hostname>#cp /mnt/data.<hostname>.FSAIN.gz /opt/
<hostname>#gzip -cd /opt/data.<hostname>.FSAIN.gz | tar -xvf -
For EMS/BDMS
:
<hostname>#mount <NFS server ip>:/<shared directory> /mnt
<hostname>#cp /mnt/oradata.<hostname>.gz /opt/
<hostname>#cp /mnt/db.<hostname>.gz /opt/
<hostname>#gzip -cd /opt/oradata.<hostname>.gz | tar -xvf -
Step 4
Reboot the system.
<hostname>#sync;sync;
<hostname>#shutdown -y -g0 -i6
Step 5
Bring up BTS application.
<hostname>#platform start
Step 6
Restore platform startup script.
<hostname>#mv /etc/rc3.d/saved.S99platform /etc/rc3.d/S99platform
Step 7
Refer to Jumpstart documentation to set up disk mirroring.
Note
Cisco recommends running this procedure during maintenance window or when traffic is low.
Power Failure Recovery
One critical component of the BTS 10200 software is the memory resident database, also referred to as
Shared Memory
. Shared memory can be damaged by internal/external power supply failure.
The local status indicator for the shared memory database indicates that all actions needed to
synchronize this database with the Active side while on standby have been completed. This status is
tested when a platform starts up as Active. If the target state is Standby, the status indicator does not
affect the normal startup sequence.