Skip to main content
Question

Change DNS on HSX Reference Architecture

  • October 11, 2023
  • 3 replies
  • 224 views

Forum|alt.badge.img+8

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

R Anwar
Vaulter
Forum|alt.badge.img+10
  • Vaulter
  • October 12, 2023

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,


Forum|alt.badge.img+8
  • Author
  • Novice
  • October 12, 2023

Thanks @R Anwar 


Forum|alt.badge.img+8
  • Author
  • Novice
  • February 19, 2024

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.