Set controller DNS settings
The set controller DNSServers command updates the Domain Name System (DNS) settings for a controller. DNS is used to resolve fully qualified domain names for the controllers and a Network Time Protocol (NTP) server.
Supported Arrays
This command applies to an individual DE2000H, DE4000H, DE4000F, DE6000H, or DE6000F storage array.
Roles
To execute this command on an storage array, you must have the Storage Admin role.
Context
Before you begin make sure that:
A DNS server is configured.
You know the addresses of a primary DNS server and a backup DNS server, in case the primary DNS server fails. These addresses can be IPv4 addresses or IPv6 addresses.
Important
You need to send this command to both controllers. This command is controller-specific.
Note
If you already configured the array's management ports with DHCP (Dynamic Host Configuration Protocol), and you have one or more DNS or NTP servers associated with the DHCP setup, then you do not need to manually configure DNS/NTP. In this case, the array should have already obtained the DNS/NTP server addresses automatically.
Syntax
set controller[<span className="ph">a</span>] DNSServers=(auto|(Address1 [Address2]))
Parameters
Parameter | Description |
---|---|
DNSServers | This parameter configures the DNS servers for the controller. Specify auto to use the DNS servers provided by DHCP. Otherwise, use a whitespace separated list of one or two DNS servers. Note The management Ethernet ports on the array can support IPv4 or IPv6 protocols simultaneously. The addresses may be an IPv4 address or an IPv6 address. If specifying more than one address, the address types do not need to match. |
AddressX | IPv4Address|IPv6Address |
Examples
set controller[<span className="ph">a</span>] DNSServers=auto;
set controller[<span className="ph">a</span>] DNSServers=(192.168.1.1);
set controller[<span className="ph">b</span>] DNSServers=(192.168.1.1 192.168.1.105);
set controller[<span className="ph">b</span>] DNSServers=(2001:0db8:85a3:0000:0000:8a2e:0370:7334 192.168.1.1)
Give documentation feedback