Find answers to your technical questions and learn how to use our products
Search suggestions:
Find answers to your technical questions and learn how to use our products
Search suggestions:
mkdir ./temp command.tar -C ./temp/ -zxf <backup file name> ccm/config/*.gpg to extract the Cluster Control Manager encrypted backup file.gpg --yes --batch ./temp/ccm/config/*.gpg to extract the Cluster Control Manager backup .tar file from the encrypted backup file.gpg: CAST5 encrypted data
gpg: encrypted with 1 passphrase
gpg: WARNING: message was not integrity protected
ls ./temp/ccm/config/ to find the file.
tar -C ./temp/ -zxf ./temp/ccm/config/<replace_with_the_tgz_file_from_the_previous_step> backup/clusters/*/releases/initial-service.yaml
tar -C ./temp/ -zxf ./temp/ccm/config/<replace_with_the_tgz_file_from_the_previous_step> backup/clusters/*/meta/cluster-config.yaml
<replace_with_the_tgz_file_from_the_previous_step> is 10.10.10.140-1.1.100011050115-202011172342-ccmbackup.tgz, run the following:
tar -C ./temp/ -zxf ./temp/ccm/config/10.10.10.140-1.1.100011050115-202011172342-ccmbackup.tgz backup/clusters/*/releases/initial-service.yaml
tar -C ./temp/ -zxf ./temp/ccm/config/10.10.10.140-1.1.100011050115-202011172342-ccmbackup.tgz backup/clusters/*/meta/cluster-config.yaml
cat ./temp/backup/clusters/*/meta/cluster-config.yaml > ./solution-backup.yaml
cat ./temp/backup/clusters/*/releases/initial-service.yaml >> ./solution-backup.yaml
chmod 644 $PWD/solution-backup.yaml
ls $PWD/solution-backup.yaml to obtain the absolute path to the solution deployment file.rm -rf ./temp to delete the temporary directory that contained the extracted backup content on Cluster Control Manager.agn download solution-backup.yaml to download the solution software artifacts.screen command to run the restore process in the background.
--remote-server option. If you omit these quotes, the command will fail.
-p <port> if you are using a port other than the default port 22.
<path to backup file> with the full path to the backup file. For example, /var/avaya/artifactCache/ccmClusterBackup/<backup-file>.tgz or home/<customer>/<backup-file>.tgz.
clusterFileIntegrity enable command.