An administrator can update the DNS assignments for vRealize Automation.
Procedure
- Log in to the console for any vRealize Automation appliance using either SSH or VMRC.
- Run the following command.
vracli network dns set --servers DNS1,DNS2
- Verify that the new DNS servers were properly applied to all vRealize Automation nodes with
vracli network dns status
command.
- Run the following set of commands to shut down the vRealize Automation services on all cluster nodes, .
/opt/scripts/svc-stop.sh
sleep 120
/opt/scripts/deploy.sh --onlyClean
- Restart the vRealize Automation nodes and wait for them to start completely.
- Log in to each vRealize Automation node with SSH and verify that the new DNS servers are listed in /etc/resolv.conf.
- On one of the vRealize Automation nodes, run the following command to start the vRealize Automation services:
/opt/scripts/deploy.sh
Results
The vRealize Automation DNS settings are changed as specified.