...
Info |
---|
This listing will also include instances that SCS knows about that are currently offline. If any of these instances will remain offline (such as decommissioned hardware, etc), consider removing them from SCS. |
Assuming an Old Instance Identity
...
Code Block |
---|
scsctl network_boot config set -d "network.dnsServers={new DNS servers}" |
The example output is:
Code Block |
---|
scsctl network_boot config show -d network.dnsServers
['10.166.2.18'] |
This also requires that updating the DHCP server be updated so the setting can be made available to booting Storage nodes.
Code Block |
---|
scsctl init dhcp {reserved ranges} |
DNS Domain
Update the DNS domain (specified as comma- or space-delimited list):
Code Block |
---|
scsctl platform config set -d "network.dnsDomain={new DNS domain}" |
The example output is:
Code Block |
---|
scsctl platform config show -d network.dnsDomain
certlab.local |
This also requires updating the DHCP server so the setting can be made available to booting Storage nodes.
...