Question

Change DNS on HSX Reference Architecture

  • 11 October 2023
  • 3 replies
  • 89 views

Userlevel 1
Badge +5

Hi,

I need to change the DNS on my three HSX nodes. 

Can I use the following BOL steps to change the current DNS entries ? 

https://documentation.commvault.com/2023e/expert/133471_adding_additional_dns_entries_for_nodes_01.html

 

Regards

 


3 replies

Userlevel 4
Badge +8

Hi @atitagain 

Kindly follow the steps below:

chattr -i /etc/resolv.conf
Edit the DNS server by running vi /etc/resolv.conf
chattr +i /etc/resolv.conf

Regards,

Userlevel 1
Badge +5

Thanks @R Anwar 

Userlevel 1
Badge +5

only got around to making this change last week.

For others who need to do this I used the above steps by @R Anwar plus the following 

cd /etc/sysconfig/network-scripts/

cat ifcfg-bond1

this cmd show the current IP config of bond1 and you can see the DNS entrieswas still the old DNS

vi ifcfg-bond1

edit DNS & save

job done.  

Reply