![Cisco BTS 10200 Softswitch Troubleshooting Manual Download Page 775](http://html.mh-extra.com/html/cisco/bts-10200-softswitch/bts-10200-softswitch_troubleshooting-manual_67550775.webp)
16-27
Cisco BTS 10200 Softswitch Troubleshooting Guide, Release 5.0.x
OL-8723-19
Chapter 16 Disaster Recovery Procedures
Call Agent Database Download and Recovery
Call Agent Database Download and Recovery
This call agent database download and recovery procedure is recommended as a last resort for recovering
corrupted call agent databases.
Note
Please contact Cisco TAC regarding the use of this procedure for call agent database recovery.
Note
If transactions are stuck in the queue, execute a
delete transaction-queue
CLI command before
beginning this procedure.
Step 1
Execute the following
download database
CLI commands.
CLI>
download database
target=ca; file=/opt/tmp/download-CA
CLI>
download database
target=fsain; file=/opt/tmp/download-FSAIN
CLI>
download database
target=fsptc; file=/opt/tmp/download-FSPTC
Step 2
Perform a
platform stop all
command on both call agents.
Step 3
Delete the following data directories on the primary and secondary call agents.
cd /opt/OptiCall
\rm -rf */bin/data
Step 4
Start the primary call agents or feature servers with the
platform start
command.
Step 5
FTP the files created in Step 1 to the primary call agent.
download-CA -ftp to-> /opt/OptiCall/CAxxx/bin
download-FSPTC -ftp to-> /opt/OptiCall/FSPTxxx/bin
download-FSAIN205 -ftp to-> /opt/OptiCall/FSAINxxx/bin
Step 6
Go into mysql on the primary call agent or feature server and upload the database as shown. This is to
be done in parallel with three different sessions opened to the appropriate call agent or feature server.
a.
From the /opt/OptiCall/CAxxx/bin command line:
./dbm_sql.CAxxx ./data ./catalog < download-CA
b.
From the /opt/OptiCall/FSPTCxxx/bin command line:
./dbm_sql.FSPTCxxx ./data ./catalog < download-FSPTC
c.
From /opt/OptiCall/FSAINxxx/bin command line:
./dbm_sql.FSAINxxx ./data ./catalog < download-FSAIN
Step 7
Start the secondary call agents or feature servers with the
platform start
command.