![Cisco BTS 10200 Softswitch Скачать руководство пользователя страница 767](http://html.mh-extra.com/html/cisco/bts-10200-softswitch/bts-10200-softswitch_troubleshooting-manual_67550767.webp)
16-19
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 3
This step is optional.
Save all current database logs and trace files on the corrupted EMS site.
If the disk that stores the Oracle database dump and log files still exists, you can save the dump and log
files to use later if needed.
a.
On the corrupted EMS site, log in as
oracle
, or
su – oracle
:
b.
Enter the following commands:
$ su - oracle
$ cd /data1/dump
$ tar -cvf /opt/oraback/data1_dump_corrupted.tar *
$ cd /opt/oracle/tmp
$ tar -cvf /opt/oraback/opt_oracle_tmp_corrupted.tar *
Timesaver
You can gzip or compress the tar files if they are very large.
Step 4
On the corrupted EMS site, rebuild the Oracle database from one of the following three options:
Reinstalling the BTS 10200 Software on the Corrupted EMS
a.
Update
/etc/opticall.cfg
file. You can copy this file from active EMS. Verify that the contents are
correct.
b.
Create the
/opt/ems/utils
directory, if it does not already exist. Enter the following command:
# mkdir -p /opt/ems/utils
c.
FTP the file
/opt/ems/utils/Version
from the active EMS to the corrupted EMS, then rename the
file to
Version.save
for reference. Enter the following commands:
# cd /opt/ems/utils
# cat Version.save
900-xx.yy.zz.VVV
d.
Enter the following commands to create the version file from
Version.save
, but change the version
number to D00 (D zero zero). This D00 version value is only a tag; it does not affect the target
version to be installed.
# sed 's/...$/D00/' Version.save > Version
# cat Version
900-xx.yy.zz.DOO
Option 1
If only database is corrupted and the BTS 10200 re-installation is not required, go to
to reload the database from the database backup file. Continue to
Option 2
If the entire system is corrupted and flash archive system backup is available, recover the
system from the flash archive, as detailed in the
“Flash Archive Restore” section on
. The flash archive backup file should have the BTS 10200 applications
.
Option 3
If the entire system is corrupted and the flash archive backup file is not available, you
must jump start the system, and reinstall the BTS 10200 software from the installation
CD, as shown below,