You can change the IP address of a VMware Aria Automation node or cluster.
For example, you might want to migrate your deployed VMware Aria Automation environment to a more convenient vCenter or to support VMware Aria Automation fail-over.
As a VMware Aria Automation administrator, you can use the following procedure to set a new IP address for the VMware Aria Automation node or cluster and then redeploy services to the new IP address.
In this procedure, you will restart VMware Aria Automation in a specific and sequential manner. For related information about shutting down and restarting VMware Aria Automation, see Starting and stopping VMware Aria Automation.
- Verify that the VMware Aria Automation node or cluster is in a healthy state by using the following command.
vracli service status
- When VMware Aria Automation is in healthy state, set the alternative IP of the node or cluster appliance(s) by using the following command.
vracli network alternative-ip set --dns DNSIPaddress1,DNSIPaddress2 IPV4_address Gateway_IPV4_address
If you are working with a cluster, set the alternative IP of each applicable node in the cluster.
- Shut down the services by using the following command.
/opt/scripts/deploy.sh –shutdown
- If needed, perform a VMware Aria Automation fail-over or migration operation. See information about VMware Site Recovery Manager and your own internal procedures and practices.
- Change the IP of VMware Aria Automation by using the following command.
vracli network alternative-ip swap
If you are using a VMware Aria Automation cluster, you must change the IP address of each node in the cluster.
- Reboot VMware Aria Automation by using the following command.
shutdown -r now
If you are using a VMware Aria Automation cluster, you must reboot each node in the cluster.
- Redeploy VMware Aria Automation services by using the following command.
/opt/scripts/deploy.sh
After you reboot VMware Aria Automation and the redeploy services are running, VMware Aria Automation should be available at the new IP address.