Modifying the DNS settings of Aria Automation SAAS Cloud Proxy
searchcancel
Modifying the DNS settings of Aria Automation SAAS Cloud Proxy
book
Article ID: 320596
calendar_today
Updated On: 02-20-2025
Products
VMware Aria Suite
Issue/Introduction
This article provides steps to modify the name resolution settings of the Aria Automation SAAS Cloud Proxy
Resolution
Select the vRA Cloud Proxy VM in the vSphere Web Client and selecting Actions -> Power -> Shut Down Guest OS, shut down the guest OS gracefully
Go to the Configure tab, choose vApp Options from Settings drop down. Under Properties, select the key starting with vami.DNS that describes Domain Name Servers.
Click to SET VALUE, enter the new NameServers (whitespace separated) and click ok.
From Actions -> Power -> Power On, power on the VM
SSH to that node with the root account
Open the VAMI network configuration utility by running the following command
/opt/vmware/share/vami/vami_config_net
Type 4 and then Enter to configure the DNS settings
At the DNS Server 1 prompt, enter your first new DNS server and press Enter.
At the DNS Server 2 (optional) prompt, enter your second new DNS server and press Enter.
At the Domain Name (optional) prompt, either enter your domain name or press Enter to skip.
At the Search Path (optional) prompt, either enter your search path or press Enter to skip
On the Main Menu, type 0 and press Enter to verify the current configuration
Confirm that the values have changed to what you applied in step 6
> DNS Servers: DNSServer1, DNSServer2
Type 1 and press Enter to exit the VAMI network configuration utility
Verify the updated DNS configuration by viewing the /etc/resolv.conf file:
cat /etc/resolv.conf
> nameserver DNSServer1
> nameserver DNSServer2
Repeat steps 1-8 on all other vRA Cloud Proxy one by one, performing the steps.
Note: Please note that this steps is only for vRA cloud Proxy and not cloud extensibility proxy.