Você está na página 1de 2

Enabling auto-backup of ZTD file using OMCR Timing Task.

We can export configuration backup of BSC/RNC/OMCB in ZTD file format and can set an automatic backup task by using below method. 1. Login OMCR, go to Maintenance-> Task Management -> MML Timing Task 2. Create Task by clicking on top left of right window.

3. Give a task name and description of the task

4. In MML box, paste below command, edit the red coloured text as per actual data on site.

RUNBATCH:FILENAME="backup_main_cm.txt",ARGS="ftp://sysbak:SysBak123@10.133.105.231:21111/auto_backup_ztd/ismg/329"&"SRINAGAR RNC-1",SHOWRESULT=TRUE;

Where o 10.133.105.231 is OMCR IP. o /auto_backup_ztd/ismg/329 is the path which has already been configured under the directory /home/omc/netnumen/ems/ums-server/rundata as below.

SRINAGAR RNC-1 is the exact name of NE as input in the OMCR NE configuration.

5. If you want to export each NE backup in different folder then create task for each NE separately and set path accordingly as shown in the above example. 6. If dont want data in separate folder then use only single command and add all NE name as shown in the below command RUNBATCH:FILENAME="backup_main_cm.txt",ARGS="ftp://sysbak:SysBak123@10.133.105.231:21111/auto_backup_ztd/ismg/"&"SRINAGAR RNC-1"&"SRINAGAR BSC1"&"SRINAGAR BSC-2 "&"TEHRI BSC-1,SHOWRESULT=TRUE;

7. Also we can export the OMCB data in ZTD format using below command.

RUNBATCH:FILENAME="backup_all_cm.txt",ARGS="ftp://sysbak:SysBak123@10.133.105.231:21111/auto_backup_ztd/omcb"&"SRINAGAR BSC-1 OMCB"&"SRINAGAR BSC-2 OMCB"&"TEHRI BSC-1 OMCB&" SRINAGAR RNC-1 OMCB,SHOWRESULT=TRUE; Where o 10.133.105.231 is OMCR IP. o /auto_backup_ztd/omcb is the path which has already been configured under the directory /home/omc/netnumen/ems/ums-server/rundata as below.

SRINAGAR BSC-1 OMCB, SRINAGAR BSC-2 OMCB, TEHRI BSC-1 OMCB, SRINAGAR RNC-1 OMCB is the exact name of NE as input in the OMCR NE configuration.

8. Set export timing policy as per your requirement, suggested to take backup on daily basis and select a night hour to export.

9. Files backed up by above process can be found under MINOS directory /home/omc/netnumen/ems/ums-server/rundata.

Você também pode gostar