...
Code Block |
---|
|
scsctl init dhcp --dhcp-reserve-lower 30 |
Info |
---|
The configuration values used for DHCP reserve lower or upper range always come from the network planning. If you are re-running scsctl init dhcp after initial install for any reason, it is recommended to check the bash history on the SCS to view the prior scsctl 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 |
|
See https://perifery.atlassian.net/wiki/spaces/public/pages/1223491667/SCS+Administration#Swarm-(Internal)-Network-MTU to configure the MTU value that DHCP serves to storage nodes.
...