Start a Conversation

Solved!

Go to Solution

1645

December 29th, 2021 14:00

Update DNS configuration on an Avamar Proxy

A common cause of VM backup failures is DNS servers changed, but was not updated on the proxy. Do update the DNS config without having to redeploy the proxy:

  1. Log in to the proxy as admin
  2. Switch to root user

su -

 

  1. Check the current configuration

cat /etc/resolv.conf

 

  1. Use the following syntax.  x.x.x.x is the first DNS and y.y.y.y is the second DNS (optional)

/opt/vmware/share/vami/vami_set_dns -s yourdomain.com  x.x.x.x    y.y.y.y

 

  1. Reboot the proxy and confirm the change persists

reboot

cat /etc/resolv.conf

 

See Rod K’s post here for information on changing the rest of IDPA components’ DNS configuration: https://www.dell.com/community/Integrated-Data-Protection/DNS-configuring-and-issues/m-p/8104087#M105

Moderator

 • 

181 Posts

January 20th, 2022 15:00

Replying to mark TOTAL OF ALL PREVIOUS POSTS IN THIS DISCUSSION as the SOLUTION.

But please continue to post any questions/comments.

No Events found!

Top