Backing Up the Deployment File
To create a backup configuration, logs, and deployment files, use the following configuration:
-
Log in to the SMI Cluster Manager Node as an Ubuntu user.
-
Create a new directory for deployment.
Example:
test@smicnsgw-cm01:~$ mkdir -p "temp_$(date +'%m%d%Y_T%H%M')" && cd "$_"
-
Back up the working files into the newly created deployment directory.
-
Untar the cnsgw deployment file.
Example:test@smi1cnsgw01-cm01:~/temp_08072019_T1651$ tar -xzvf cnsgw.2020.01.0-1.SPA.tgz ./ ./cnsgw_REL_KEY-CCO_RELEASE.cer ./cisco_x509_verify_release.py ./cnsgw.2020.01.0-1.tar ./cnsgw.2020.01.0-1.tar.signature.SPA ./cnsgw.2020.01.0-1.tar.SPA.README
-
Verify the downloaded image.
Example:
test@smi1cnsgw01-cm01:~/temp_08072019_T1651$ cat cnsgw.2020.01.0-1.tar.SPA.README
ImportantFollow the procedure mentioned in the SPA.README file to verify the build before proceeding to the next step.