This scsctl
initialization step builds a custom configuration file for DHCP and restarts the service using the pattern determined in network planning Network Planning for the site. Changes in the configuration file specifies the pool and ranges which DHCP is to manage, as well as other DHCP response data to be used with PXE booting storage nodes.
...
Code Block | ||
---|---|---|
| ||
scsctl init dhcp --dhcp-reserve-lower 30 |
Info |
---|
Info
|
See additional Swarm configuration for setting up more configuration for DHCP.
|
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.
See https://perifery.atlassian.net/wiki/spaces/public/pages/1223491667/SCS+Administration#Swarm-(Internal)-Network-Gateway to configure the network gateway that DHCP serves to storage nodes.
Tip |
---|
Next, |
...
...