...
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 |
DNS Domain
Update the DNS domain (specified as comma- or space-delimited list):
...
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 |
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 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} |
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
...