Performing the Ops Center Configuration Back Up

To back up the Ops Center configurations, perform the following steps:

  1. Log on to SMI Cluster Manager node as an Ubuntu user

  2. To back up the SMI Ops Center configuration to the /home/ubuntu/smiops.backup file, use the following command:

    ssh -p <port_number> admin@$(kubectl get svc -n smi | grep '.*netconf.*<port_number>' | awk '{ print $4 }') "show run | nomore" > smiops.backup_$(date +'%m%d%Y_T%H%M') 
  3. To back up the CEE Ops Center configuration to the /home/ubuntu/ceeops.backup file, use the following command:

    ssh admin@<cee-vip> "show run | nomore" > ceeops.backup_$(date +'%m%d%Y_T%H%M') 
  4. To back up the AMF Ops Center configuration to the /home/ubuntu/amfops.backup file, use the following command:

    ssh admin@<amf-vip> "show run | nomore" > amfops.backup_$(date +'%m%d%Y_T%H%M')