CP backup in the Ericsson BSC

Hello Experts,

I am new to this forum and I need your support . I am looking for Ericsson BSC CP backup procedure , as I am doing it for first time.

Thanks

Hi, @Rajesh1 in simple words it is here:

!disable autodump!
sybue;
!print existed files!
sybfp:file;
!start to dump!
sybup:file;
!confirm!
;
!wait for the end of execution!
!rotate uninterrupted sequence!
sytuc;
!activate autodump!
sybui;

Highly recommend to read ELEX OPI LifeLine, Initiate

Thank you so much it is really helpful . I can see the existing back up file . I just need the path that the file is store so that i can transfer the from there to my laptop . help me please

One more question , is the above mentioned process is service affecting ?

@Rajesh1, first connect with ssh/telnet to apg cluster ip and transfer cp file to apg:

dn -m CpFileSystemM
sourceCpFile = RELFSW0, dest = RELFSW0, mode = NORMAL and toZip = TRUE

connect with sftp to the cluster ip and copy result to your laptop:

/cp/files/RELFSW0.zip
1 Like

There are no any interruptions to services.

1 Like