As a service provider using Acronis Backup Cloud solution you can have a Backups storage based on Acronis Cyber Infrastructure/Acronis Software-Defined Infrastructure/Acronis Storage) registered in Acronis Cyber Protect Cloud. In case if change of backup storage address is required, the approach below may be used.
Notes
1. Prior to change of storage address it is required to configure new appropriate DNS records using a new domain name;
2. If Backup Gateway was previously registered with direct public IP address and it is required to just change IP address, new IP may be specified instead of a new DNS name in the corresponding command, although using domain name for backup storage address should be always preferable.
3. After following steps below the storage DNS name is expected to be also automatically changed in Acronis Cyber Protect Cloud for the existing location.
Note: all actions should be performed after logging under 'root' user into any cluster node included into Backup Gateway.
Solution
1. Find the ID of the issued registration which needs to have changed storage address:
[root@node01 ~]# vstorage-abgw-register list
[
{
"uuid": "83212074-98e0-4bde-b27c-ff91633836ec",
"type": "ABC",
"description": "Registration-1",
"certs_dir": "/mnt/vstorage/vols/acronis-backup/certs.83212074-98e0-4bde-b27c-ff91633836ec",
"last_crl_update": "2022-07-30T20:58:15+03:00",
"certs_expiration_date": "2025-07-29T17:12:37Z",
"last_crl_update_ts": 1659203895,
"certs_expiration_date_ts": 1753809157,
"abgw-address": "abgw-primary.localdomain:44445",
"type-abc": {
"abc-url": "https://eu-cloud.acronis.com",
"abc-account": "my_partner_service_admin_user",
"setup-id": "83212074-98e0-4bde-b27c-ff91633836ec",
"compat-id": "83212074-98e0-4bde-b27c-ff91633836ec",
"digest": "22:08:D0:6C:FE:41:0A:4E:52:09:92:F6:58:6C:6D:1F:3F:69:FF:EA:E1:7A:18:10:2C:BC:44:55:E6:6B:3B:E0"
}
}
]
2. Execute the following command:
[root@node01 ~]#
vstorage-abgw-register change-dns -R "83212074-98e0-4bde-b27c-ff91633836ec" -a abgw-changed.localdomain:44445
where:
- -R parameter is a ID of the issued registration;
- -a parameter is a new address of the storage with the port specified;
Note: entering credentials of partner tenant used used to register the storage will be required.
3. Update Backup storage certificates, see KB59997.
More information
Contact Acronis support in case of the issues or if some assistance will be required.