A network administrator wants to back up the HP VAN SDN Controller. Which files will need to be downloaded and kept together? (Select two.)
Correct Answer: C,D
Explanation/Reference:
Download a Backup From the Controller to Another Location
Both the .zip file and the .MD5 (checksum) file (zip.MD5) should be downloaded to the same, secure location. Choose the correct name now; you cannot rename the files later Details (check the file extensions):
1. Download the Backup .zip File:
curl --noproxy <controller_ip> --header "X-Auth-Token:<auth_token>" --fail -ksSfL --request GET --url
70
"https://<system_ip>:8443/sdn/v2.0/systems/<controller_uid>/backup?csum=false" > <path-and-file- name>.zip
2. Download the backup .MD5 (Checksum) File
curl --noproxy <controller_ip> --header "X-Auth-Token:<auth_token>" --fail -ksSfL -- request GET --url "https://<controller_ip>:8443/sdn/v2.0/systems/<controller_uid>/ backup?csum=true" > <path-and-file-name>.zip.MD5
Reference: HP VAN SDN Controller Administrator Guide