1. Log into the RNC and check that the EV-DO Controller software is online on both nodes.
2. Backup the configuration files and database of the RNC nodes by running the ./takeBackup command from the /flx/ONEXEVc/current/release/tools/cfg directory.
3. Transfer the backup file (e.g. 20120820125450.tar) from the RNC node to the OMP using FTP, and remove the backup file from the RNC node after confirming its transfer.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
150 views5 pages
MOP For RNC Backup - Revised
1. Log into the RNC and check that the EV-DO Controller software is online on both nodes.
2. Backup the configuration files and database of the RNC nodes by running the ./takeBackup command from the /flx/ONEXEVc/current/release/tools/cfg directory.
3. Transfer the backup file (e.g. 20120820125450.tar) from the RNC node to the OMP using FTP, and remove the backup file from the RNC node after confirming its transfer.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5
MOP for RNC Backup
Page 1 of 5 ALUMS TEC RAN
MOP To Take RNC Backup MOP ALU-CDMA-20082012-01 Prepared By Reviewed By Authorized By Sudeep Kumar Kishan Singh Rawat Hiren Joshi Release On :- 20-Aug-2012 Validity: Till Next Release MOP for RNC Backup
Page 2 of 5 ALUMS TEC RAN
Backing up the RNC configuration files and database for R30 SU3 and later
Follow these steps to back up the configuration files and database in RNC
1. Log in and check if the EV-DO Controller software is online:
omp-jaipur3 > telnet flx201 Trying 97.240.238.14... Connected to flx201. Escape character is '^]'. login: root Password: Last login: Wed Aug 15 11:18:33 from apomp R36 SU1 Craft J You have new mail.
TERM is set to "vt100". WARNING: YOU ARE SUPERUSER !!
2. Now su to the onexev login. This step needs to be done to check the status of AP . [flx201]-> su - onexev R30 SU3 CFT G TERM is set to "vt100". Now give the following command
/flx/ONEXEVc/current/release/scripts/evcstat Result: You should see a response similar to the following.
[flx201]-> /flx/ONEXEVc/current/release/scripts/evcstat =========================== STATE OF AP(s) =========================== flx201: ALL PROCESSES ARE UP IN THIS MATED PAIR flx202: ALL PROCESSES ARE UP IN THIS MATED PAIR =========================== Lead APs: flx201 & flx202 DB APs: flx201 & flx202 Active Lead AP: flx202 Active DB AP: flx201 MOP for RNC Backup
Page 3 of 5 ALUMS TEC RAN APCLI AP: flx201 RNC OAM Management: OMC-RAN =========================== STATE SUMMARY: NORMAL
If logged in AP is offline Contact to Respective Zonal SME
4. if all EV-DO Controller software is online proceed for Next Step..
su to the root account and continue with the next step.
[flx201]-> su - root R36 SU1 Craft J You have new mail.
TERM is set to "vt100". WARNING: YOU ARE SUPERUSER !!
5. Change directory as follows
toolscfg
This will take you to the /flx/ONEXEVc/current/release/tools/cfg directory. If not, then manually cd to this directory.
6. Execute the following below command:
./takeBackup
Result: You will see output similar to the following for a 2-AP flx201-to- Flx202 system. Final backup is archived on flx201 as /var/tmp/20120820125450.tar
[flx201]-> ./takeBackup ============================== BACKING UP AP HOSTS ============================== flx201: Backed up flx202: Backed up
Backup completed Backup archive file: /var/tmp/20120820125450.tar You can now ftp this file from OMP MOP for RNC Backup
Page 4 of 5 ALUMS TEC RAN
7.Initiate an ftp session from the OMP as onexev or with a user account to the first DO-AP.
omp-jaipur3 > ftp flx201 Connected to flx201. 220 flx201 FTP server ready. Name (flx201):: onexev 331 Password required for onexev. Password:1xevadm 230 User onexev logged in. Remote system type is UNIX. Using binary mode to transfer files.
Enter bin and hash on the ftp prompt:
ftp> bin
ftp>hash
8.Change the directory to /var/tmp:
ftp > cd /var/tmp
9. Transfer the file to the temporary directory using the following command:
ftp > get 20120820125450.tar
10. Above Will get Stored in OMP as cd /var/tmp omp-jaipur3:cd /var/tmp omp-jaipur3:ls ltr | grep .tar omp-jaipur3: 20120820125450.tar
11. Now again Login to the first DO-AP.
omp-jaipur3 > telnet flx201 Trying 97.240.238.14... Connected to flx201. Escape character is '^]'. login: root Password: Last login: Wed Aug 15 11:18:33 from apomp R36 SU1 Craft J You have new mail. MOP for RNC Backup
Page 5 of 5 ALUMS TEC RAN
Again Login as..
su root
[flx201]-> su - root R36 SU1 Craft J You have new mail.
TERM is set to "vt100". WARNING: YOU ARE SUPERUSER !!