![Cisco BTS 10200 Softswitch Скачать руководство пользователя страница 774](http://html.mh-extra.com/html/cisco/bts-10200-softswitch/bts-10200-softswitch_troubleshooting-manual_67550774.webp)
16-26
Cisco BTS 10200 Softswitch Troubleshooting Guide, Release 5.0.x
OL-8723-19
Chapter 16 Disaster Recovery Procedures
Fresh Download
Step 12
Shut down the Oracle database and start up the platform on the standby EMS sites. Both primary and
secondary databases have identical data. You must start the platform and system cron processes on the
standby EMS.
On the corrupted EMS site, log in as
root
and enter the following commands to bring up the platform:
# su - oracle
$ dbstat -a -f
$ dbstat -j bts10200_bts_stat_daily -J enable -f
$ dbadm -s get_dbms_schedules | grep -i stat_daily | grep -i gather_bts
BTS10200_BTS_STAT_DAILY BTS10200_GATHER_BTS SCHEDULED TRUE
$ exit
# platform stop -i oracle
# platform start
# svcadm enable svc:/system/cron
# su - oracle
$ dbadm -A stat_bts_job
The EMS database recovery from another database is now complete.
Fresh Download
The
Fresh Download
command refreshes data in Call Agent shared memory. It recovers the data in the
Call Agent shared memory in the event that shared memory data cannot be recovered by any other
means. The fresh download wipes out Call Agent shared memory data and causes a total outage.
Caution
Do not use this command on
any
live traffic production systems. Please contact Cisco TAC regarding
the use of this command for disaster recovery.
You can perform the command by ID. The
download by ID
command allows you to copy database
information from the EMS to a specific CA or FS. If a CA ID is not specified, the command copies to
all IDs.
Use one of the following examples to perform a fresh download by ID.
download database target=ca; id=CA146
download database target=fsptc; id=FSPTC135
download database target= fsain; id=FSAIN125
See the
BTS 10200 Command Line Interface Reference Guide
for table and token descriptions.