![Cisco BTS 10200 Softswitch Скачать руководство пользователя страница 764](http://html.mh-extra.com/html/cisco/bts-10200-softswitch/bts-10200-softswitch_troubleshooting-manual_67550764.webp)
16-16
Cisco BTS 10200 Softswitch Troubleshooting Guide, Release 5.0.x
OL-8723-19
Chapter 16 Disaster Recovery Procedures
Element Management System Database Recovery from Hot Backup
Post Recovery–Cold Backup
Once you have recovered your database, you need to make a cold backup of the database using the
dbadm –E cold_backup
command. The following tar files will be created from the cold backup script.
You need to save a copy of these files to the
/opt/oraback
directory. Make sure that the following files
are saved to the offsite FTP server.
•
/opt/oracle/tmp/optical1_DB_upd.tar.gz
•
/opt/oracle/tmp/optical1_ADMIN_upd.tar
•
/opt/oracle/tmp/optical1_upd.crontab
Step 1
Log in as
oracle
, or
su – oracle
:
Step 2
Enter the following command:
dbadm -E cold_backup
Note
This process can take more than 10 minutes to complete, depending on the volume of data in the
database.
Text similar to the following is displayed:
This process performs the following tasks:
1. Shutdown optical1 database on priems09.
2. Backup /opt/oracle/admin directory (except arch dump and log).
3. Cold backup database.
4. Backup oracle crontab file.
5. Startup database.
The following backup files are generated at the end of process:
/opt/oracle/tmp/optical1_DB_upd.tar.gz
/opt/oracle/tmp/optical1_ADMIN_upd.tar
/opt/oracle/tmp/optical1_upd.crontab
Free disk space left on /opt/oracle/tmp: 1383 MB
*****************************************************************
LOG file: /opt/oracle/tmp/ora_cold_backup.log
Do you want to continue? [y/n] y
Step 3
Once the cold backup is completed, save a copy of the backup files to the
/opt/oraback
directory for the
ftp script to transfer offsite.
cd /opt/oracle/tmp
cp optical1_ADMIN_upd.tar /opt/oraback
cp optical1_upd.crontab /opt/oraback
cp optical1_DB_upd.tar.gz /opt/oraback