Why is only one backup file uploaded to the connector although CVO has two separate node backups?
- Views:
- 42
- Visibility:
- Public
- Votes:
- 0
- Category:
- cloud-volumes-ontap-cvo
- Specialty:
- bluexp
- Last Updated:
- 10/26/2024, 1:35:11 AM
Applies to
- BlueXP
- Cloud Volume ONTAP(CVO-HA)
Answer
- The configuration backup files created simultaneously for the two CVO nodes are identical.
azurecvoha::::> set advanced
azurecvoha::*> system configuration backup show
Node Backup Name Time Size
--------- ----------------------------------------- ------------------ -----
azurecvoha-01
azurecvoha.8hour.2024-10-25.18_15_01.7z 10/25 18:15:01 15.17MB
azurecvoha-01
azurecvoha.daily.2024-10-24.02_33_32.7z 10/24 02:33:32 10.38MB
azurecvoha-02
azurecvoha.8hour.2024-10-25.18_15_01.7z 10/25 18:15:01 15.17MB
azurecvoha-02
azurecvoha.daily.2024-10-24.02_33_32.7z 10/24 02:33:32 10.38MB
......
- Each file stores each node's local configuration, plus the cluster-wide replicated configuration.
Example (decompress one of the .7z backup file):
-rw-r--r-- 1 diag nogroup 425 Oct 25 10:15 MANIFEST
drwx------ 2 diag nogroup 4096 Oct 25 10:15 azurecvoha-01
drwx------ 2 diag nogroup 4096 Oct 25 10:15 azurecvoha-02
drwxr-x--- 2 diag nogroup 4096 Oct 25 10:15 cluster_replicated_records
- Only one of the same backup files is uploaded to the connector
madmin@connector:/opt/application/netapp/cloudmanager/docker_occm/data/offboxconfig/azurecvoha-VsaWorkingEnvironment-vKXbKxqd$ ls -l
total 46900
-rw-r--r-- 1 root root 15147273 Oct 25 10:15 azurecvoha.8hour.2024-10-25.10_15_05.7z
-rw-r--r-- 1 root root 15906328 Oct 25 18:15 azurecvoha.8hour.2024-10-25.18_15_01.7z