Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

This scsctl initialization step builds a custom configuration file for DHCP and restarts the service using the pattern determined in network planning for the site. Changes in the configuration file specify pools and ranges which DHCP is to manage, as well as other DHCP response data to be used with PXE booting storage nodes.

The Swarm network requires an upper or lower (or both) reserved range defined to configure DHCP. At least one of these parameters must be provided.

--dhcp-reserve-lower DHCP_RESERVE_LOWER

The number of IP addresses to reserve in the lower subnet range (default is 0).

--dhcp-reserve-upper DHCP_RESERVE_UPPER

The number of IP addresses to reserve in the upper subnet range (default is 0).

For example, set the DHCP reserve lower range.

scsctl init dhcp --dhcp-reserve-lower 30

The configuration values used for DHCP reserve lower or upper range always come from the network planning.

See additional Swarm configuration for setting up more configuration for DHCP.

See SCS Administration - Swarm (Internal) Network MTU to configure the MTU value that DHCP serves to storage nodes.

  • No labels