![Cisco BTS 10200 Softswitch Troubleshooting Manual Download Page 771](http://html.mh-extra.com/html/cisco/bts-10200-softswitch/bts-10200-softswitch_troubleshooting-manual_67550771.webp)
16-23
Cisco BTS 10200 Softswitch Troubleshooting Guide, Release 5.0.x
OL-8723-19
Chapter 16 Disaster Recovery Procedures
Recovering the Element Management System Database from Another Database
Step 8
On the active EMS, truncate all replication queues since all data are already copied over, then start the
DBHeartBeat process. The DBHeartBeat process automatically enables the broken push job.
From active EMS side:
a.
Truncate replication queues. Enter the following commands:
# su - oracle
$ dbadm -A truncate_def
$ dbadm -r get_unpushed_trans
Text similar to the following is displayed:
no rows selected
b.
Start the DBHeartBeat process. Enter the following command:
$ dbinit -H -i start
$ dbadm -r get_broken_jobs
Text similar to the following is displayed:
2 N 0 declare rc binary_integer; begin rc :=
sys.dbms_defer_sys.push(destination=>'OPTICAL1',
stop_on_error=>FALSE,delay_seconds=>0, parallelism=>1); end;