Backing Up the Ops Center Configuration

To back up the Ops Center configurations, use the following configuration:

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

  2. Back up the SMI Ops Center configuration to the /home/ubuntu/smiops.backup file, using the following configuration:

    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. Back up the CEE Ops Center configuration to the /home/ubuntu/ceeops.backup file, using the following configuration:

    ssh admin@<cee-vip> "show run | nomore" > ceeops.backup_$(date +'%m%d%Y_T%H%M') 
  4. Back up the cnSGW-C Ops Center configuration to the /home/ubuntu/cnSGWops.backup file, using the following configuration:

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