![Cisco BTS 10200 Softswitch Troubleshooting Manual Download Page 793](http://html.mh-extra.com/html/cisco/bts-10200-softswitch/bts-10200-softswitch_troubleshooting-manual_67550793.webp)
17-3
Cisco BTS 10200 Softswitch Troubleshooting Guide, Release 5.0.x
OL-8723-19
Chapter 17 Disk Replacement
System Backup Procedure
Call Agent/Feature Server Backup
Perform the following steps on the standby CA/FS system.
Step 1
Login as root on secondary CA/FS.
Step 2
Verify that all platforms are in STANDBY mode.
<hostname>#
nodestat
Step 3
Remove all unnecessary files or directories such as: /opt/Build, application tar files, etc…
Step 4
Mount NFS server to /mnt directory.
<hostname>#
mount <nfs server ip or hostname>:/<share dire> /mnt
Step 5
Stop all platforms.
<hostname>#
platform stop all
Step 6
Save all platforms data directory (shared memory) to nfs server.
<hostname>#
tar –cf - /opt/OptiCall/CAxxx/bin/data |gzip –fast - >
/mnt/data.<hostname>.CA.gz
<hostname>#
tar –cf - /opt/OptiCall/FSAINxxx/bin/data |gzip –fast - >
/mnt/data.<hostname>.FSAIN.gz
<hostname>#
tar –cf /opt/OptiCall/FSPTCxxx/bin/data |gzip –fast - >
/mnt/data.<hostname>.FSPTC.gz
Note
Where
xxx
is the instance number.
Step 7
Start all platforms.
<hostname>#
platform start -nocopy
Step 8
Verify all platforms are up on STANDBY.
<hostname>#
nodestat
Step 9
Create excluded directories file for flash archive.
<hostname>#
vi /tmp/excluded_dir/opt/OptiCall/CAxxx/bin/data
<hostname>#
vi /tmp/excluded_dir/opt/OptiCall/CAxxx/bin/logs
<hostname>#
vi /tmp/excluded_dir/opt/OptiCall/FSAINxxx/bin/data
<hostname>#
vi /tmp/excluded_dir/opt/OptiCall/FSAINxxx/bin/logs
<hostname>#
vi /tmp/excluded_dir/opt/OptiCall/FSPTCxxx/bin/data
<hostname>#
vi /tmp/excluded_dir/opt/OptiCall/FSPTCxxxx/bin/logs
<hostname>#
vi /tmp/excluded_dir/opt/Build
Note
Where
xxx
is the instance number.
Step 10
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