Back Up Ops Center Configuration
This section describes the procedure involved in creating a backup of the Ops Center configurations.
To perform a backup of the Ops Center configurations:
-
Log in to SMI Cluster Manager node as an ubuntu user.
-
Run the following command to backup the SMI Ops Center configuration to /home/ubuntu/smiops.backup file.
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')
-
Run the following command to backup the CEE Ops Center configuration to /home/ubuntu/ceeops.backup file.
ssh admin@<cee-vip> "show run | nomore" > ceeops.backup_$(date +'%m%d%Y_T%H%M')
-
Run the following command to backup the SMF Ops Center configuration to /home/ubuntu/smfops.backup file.
ssh admin@<smf-vip> "show run | nomore" > smfops.backup_$(date +'%m%d%Y_T%H%M')