Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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. See Configure DHCP.

Code Block
scsctl init dhcp {reserved ranges}

NTP Servers

Update the list of NTP servers It is recommended to check the bash history on the SCS to view the prior command and its settings. Run the below command on the SCS to view the last DHCP setting command used.

Code Block
history | grep "scsctl init dhcp" | tail -1

DNS Domain

Update the DNS domain (specified as comma- or space-delimited list):

Code Block
scsctl platform config set -d "network.ntpServersdnsDomain={new NTPDNS serversdomain}"

This also requires that The example output is:

Code Block
scsctl platform config show -d network.dnsDomain
certlab.local

This also requires updating the DHCP server be updated so the setting can be made available to booting Storage nodes. See Configure DHCP.

Code Block
scsctl init dhcp {reserved ranges}

It is recommended to check the bash history on the SCS to view the prior command and its settings. Run the below command on the SCS to view the last DHCP setting command used.

Code Block
history | grep "scsctl init dhcp" | tail -1

NTP Servers

Update the list of NTP servers (specified as comma- or space-delimited list):

Code Block
scsctl platform config set -d "network.ntpServers={new NTP servers}"

This also requires updating the DHCP server so the setting can be made available to booting Storage nodes. See Configure DHCP.

Code Block
scsctl init dhcp {reserved ranges}

It is recommended to check the bash history on the SCS to view the prior command and its settings. Run the below command on the SCS to view the last DHCP setting command used.

Code Block
history | grep "scsctl init dhcp" | tail -1

Swarm (Internal) Network MTU

...