PowerFlex: How to Modify DNS Entries
Resumen: This article contains procedures on how to change the DNS entries. If you have multiple DNS servers that are configured but want to use a specific server, you can change the DNS entries to point only to that preferred server instead of listing all available servers. ...
Este artículo se aplica a
Este artículo no se aplica a
Este artículo no está vinculado a ningún producto específico.
No se identifican todas las versiones del producto en este artículo.
Instrucciones
- Modifying the DNS entries in the embedded operating system
Modify or update the DNS entries in the embedded operating system.
- SSH to the embedded operating system running on the SDS.
- Go to the file path:
sudo vi /etc/sysconfig/network/config - Add or modify the line:
NETCONFIG_DNS_STATIC_SEARCHLIST=xxx.com, where xxx.com is the domain nameNETCONFIG_DNS_STATIC_SERVERS=x.x.x.x y.y.y.y, where x.x.x.x y.y.y.y is the DNS server IP address
- Press Esc and type
:wqto save the file. - Type
sudo netconfig update -fto refresh and update the configuration.
- Modifying DNS entries in the management virtual machines
Modify or update the DNS entries in the management virtual machines.
- SSH to each of the management virtual machines nodes.
- To view the existing entries of the DNS, type:
sudo cat /etc/sysconfig/network/config | grep -i NETCONFIG_DNS_STATIC - To add or update the DNS entries:
- Go to the file path, type:
sudo vi /etc/sysconfig/network/config - Add or modify the line:
NETCONFIG_DNS_STATIC_SEARCHLIST=xxx.com, where xxx.com is the domain nameNETCONFIG_DNS_STATIC_SERVERS=x.x.x.x y.y.y.y, where x.x.x.x y.y.y.y is the DNS server IP address
- Press Esc and type :wq to save the file.
- Type
sudo netconfig update -fto refresh and update the configuration.
- Go to the file path, type:
- Update the coredns pods on all the management virtual machines after making the DNS entry change for the pods in internal resolutions.Type the following command
to view the pod names.kubectl get pods -n kube-system | grep rke2-coredns-rke2-coredns - To restart the coredns pods, delete them by typing
kubectl delete pods <pod-name> -n kube-system
The pods will recreate themselves after deletion.
- Modifying the DNS entries in VMware vCenter
Modify the VMware vCenter DNS using VAMI.
- Log in to VMware vCenter VAMI:
https://vcenter_ip_or_FQFN:5480. - Go to the Networking section and in Network Settings, click Edit.
- From Edit Network Settings, select Network Adapter and click Next
- In Edit Settings, expand the Hostname and DNS field, make the changes, and click Next.
- In SSO credentials, enter the administrator credentials, for example, administrator@vsphere.local.
- In Ready to Complete, review the changes, accept the acknowledgment, and click Finish.
- A window appears with the message Network update in progress. When complete, the window displays Network update succeeded, click Close.
- Modifying the DNS entries in the VMware ESXi host
- Log in to the VMware ESXi host:
https://ESXi_host_ip. - Click Networking > TCP/IP Stacks. Select Default TCP/IP stack and click Edit Settings.
- Under Basic DNS Configuration, select Manually configure the settings for this TCP/IP stack.
- Add or update the DNS IP addresses in the Primary DNS server and Secondary DNS server fields. In the Search domain field, add the domain name and click Save.
Información adicional
Similar Article: PowerFlex 4.X: How To Update DNS Servers
Dell PowerFlex 4.5.x and PowerFlex Manager 4.8.x Software Administration Guide
Productos afectados
PowerFlex rack, ScaleIOPropiedades del artículo
Número del artículo: 000466973
Tipo de artículo: How To
Última modificación: 19 may 2026
Versión: 1
Encuentre respuestas a sus preguntas de otros usuarios de Dell
Servicios de soporte
Compruebe si el dispositivo está cubierto por los servicios de soporte.