Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Article Number: 000021476


Integrated Data Protection Appliance: How to change DNS entries in a deployed IDPA

Summary: This KB article provides the procedure for changing DNS servers in a deployed Integrated Data Protection Appliance (IDPA).

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

Procedure for updating DNS servers in a deployed Integrated Data Protection Appliance (IDPA) for version 2.6.1 and below:  (see end of article for 2.7.0 and above) 
  1. Ensure that the new DNS has the same hostname to IP mapping as the previous DNS. Verify the hostname in the Active Directory (AD).
  2. Verify that the reverse and forward lookup is working for new DNS.
  3. Download the DataProtectionConfig.pdf as per the below screenshot from the ACM UI to get all the needed VM s IP addresses.
  kA53a0000004MqPCAU_1_0
  1. Follow the below steps on all VMs other than Data Domain, ESXi, and vCenter:
    1. SSH to every VM using PuTTY
    2. Edit the resolv.conf file to reflect the new IP of the DNS.
cd /etc/
vi resolv.conf
For example:
Old entry:
Nameserver 10.2XX.XX.23

New Entry:
Nameserver 10.2XX.XX.24
  1. For changing Cloud Disaster Recovery Add-On (CDRA) VM, DNS servers, see KB article 542912: Cloud DR - How to change the DNS servers on-premise Cloud Disaster Recovery Add-On (CDRA) 
  2. For Data Domain, follow the below steps to update the DNS entries:
    1. SSH to Data Domain using sysadmin credentials.
    2. Run command:
net show dns
Example output:
sysadmin@datadomain]# net show dns
#   Server
-   ------------
1   10.2XX.XX.23
2   10.2XX.XX.24
-   ------------
Showing DNS servers configured manually.
  1. Run command:  
net reset dns  
Example output:
sysadmin@datadomain]# net reset dns
The Name (DNS) server list is empty.
  1. Run command:
net set dns <dns_ip1> <dns_ip2> 
Example output:
sysadmin@datadomain]# net set dns 10.2XX.XX.23 10.2XX.XX.24
The Name (DNS) server list is:
        10.2XX.XX.23, 10.2XX.XX.24
  1. For all the ESXi hosts, follow the below steps to update the DNS entries:
    1. SSH to ESXi using root credentials
    2. Run the following command to list down the registered DNS entries:
esxcli network ip dns server list 
Example output:
[root@lXXXedmh085:~] esxcli network ip dns server list
DNSServers: 10.2XX.XX.23
  1. Run the following command to remove the old DNS IP:
esxcli network ip dns server remove --server=<old_dns_ip>
Example output:
[root@lXXXh085:~] esxcli network ip dns server remove --server=10.2XX.XX.23
  1. Run the following command to remove the old DNS IP:
esxcli network ip dns server add --server=<new_dns_ip>
Example output:
[root@lXXXh085:~] esxcli network ip dns server add --server=10.2XX.XX.24
Note: 7.c and 7.d must be done for other nameservers as well if the list command in 7.b shows a secondary DNS.
  1. For vCenter, follow the below steps to update the DNS entries:
    1. Open Web UI of vCenter using: https://<vcenter_ip>:5480
    2. Go to Networking > Manage tab.
    3. Locate entries of Hostname, Name Servers, and Gateways. 
kA53a0000004MqPCAU_1_1
  1. Click the Edit button as highlighted in the above screenshot and change the entries of DNS server.
 
  1. SSH to ACM, edit commonconfig.xml to reflect the new DNS entries.
cd /usr/local/dataprotection/var/configmgr/server_data/config/
vi commonconfig.xml
Edit the below entries with the new DNS IP
<primaryDns>10.2XX.XX.23</primaryDns>
<secondaryDns>10.2XX.XX.24</secondaryDns>
  1. Appliance is ready to be used. Restart of any service on any VM is not required.

Updating DNS Setting in IDPA 2.7.0 and above: 

Starting with 2.7.0, the ACM now includes an automated process to update DNS Setting on all IDPA components.
  1. Open the ACM UI. 
  2. In the General Setting section, click the "gear" Icon: 
image.png
  1. Select "Configure DNS" 
image.png
  1. Enter the new DNS information and click Save.

Monitor progress, if successful, you are done. Nothing else to do.
 

Article Properties


Affected Product

Integrated Data Protection Appliance Family

Product

Integrated Data Protection Appliance Family

Last Published Date

25 Mar 2022

Version

3

Article Type

How To