Dear Experts,
In my network there are TCU across the networks and I am adding all of them to the OSS, but I am unable to take the back up of the TCU , if anyone knows the procedure kindly share .
Thanks
Mani
Dear Experts,
In my network there are TCU across the networks and I am adding all of them to the OSS, but I am unable to take the back up of the TCU , if anyone knows the procedure kindly share .
Thanks
Mani
Thank you for your prompt response, is there any alternative to take the back up of these devices remotely and SW upgrade remotely?
BR/Mani
OSmon> upload bcm1 sftp://jones:123abc@192.168.69.152/home/jones/TCUCFG/tcu.xml CM 30
OSmon> backup bcm1 sftp://jones:123abc@192.168.69.152/home/jones/TCUCFG/tcu.xml -u
WriteOnly (WO) attributes will not be backed up when using unencrypted backup. Use encryption to include WO attributes
OperationSucceeded
OSmon> getconfigcommands
setmoattribute 1 STN=0 depIP_Interface “”
setmoattribute 1 STN=0 depLocalRoutingPolicy “”
setmoattribute 1 STN=0 wakeUpDestination 0.0.0.0
setmoattribute 1 STN=0 wakeUpEventInterval 1
…
Upgrade is supported by OSS
Thanks a lot , it is working now, one question finally , can we use the same backup file to upload in the new TCU in case of the old one is faulty ?
BR/Mani
Glad to help. Yes, you can. Backup file is just config XML-formatted. There is no reference to HW, serial number or any other limitations.
Now I uploaded the backup successfully.
Thanks