![Cisco BTS 10200 Softswitch Troubleshooting Manual Download Page 795](http://html.mh-extra.com/html/cisco/bts-10200-softswitch/bts-10200-softswitch_troubleshooting-manual_67550795.webp)
17-5
Cisco BTS 10200 Softswitch Troubleshooting Guide, Release 5.0.x
OL-8723-19
Chapter 17 Disk Replacement
System Backup Procedure
Element Management System/Bulk Data Management System Backup
Perform the following steps on STANDBY EMS/BDMS system.
Step 1
Remove all unnecessary files or directories such as: /opt/Build, application
tar
files, etc…
Step 2
Mount NFS server to /mnt directory.
<hostname>#
mount <nfs server ip or hostname>:/<share dire> /mnt
Step 3
Stop all platforms.
<hostname>#
platform stop all
Step 4
Save Oracle database and msql directories.
<hostname>#
tar –cf - /data1/oradata |gzip –fast - >/mnt/oradata.<hostname>.gz
Step 5
Create excluded directories file for flash archive.
<hostname>#
vi /tmp/excluded_dir/data1/oradata
<hostname>#
vi /tmp/excluded_dir/opt/data/oradata
<hostname>#
vi /tmp/excluded_dir/opt/Build
Step 6
Start all platforms.
<hostname>#
platform start -nocopy
Step 7
Verify all platforms are up on STANDBY.
<hostname>#
nodestat
Step 8
Backup the system.
<hostname>#
mv /bin/date /bin/date.archive
<hostname>#
mv /bin/.date /bin/date
<hostname>#
flarcreate –n <hostname> -I -X /tmp/excluded_dir –c /mnt/<hostname>.archive
<hostname>#
mv /bin/date /bin/.date
<hostname>#
mv /bin/date.archive /bin/date
Step 9
Un-mount NFS server.
<hostname>#
umount /mnt
Step 10
Switchover all platforms.
Perform the following commands from the active EMS.
<hostname>
#ssh optiuser@<hostname>
cli>
control bdms id=BDMS01;target-state=standby-active;
cli>
control element-manager id=EM01;target-state=standby-active;
Step 11
Repeat the same steps for PRIMARY EMS/BDMS.