Setting up DHCP
Steps to set up the DHCP server for IBM Fusion HCI appliance.
About this task
Important: If you are using static IP, then you do not have to do a DHCP setup.
All storage and GPU nodes in the IBM Fusion
appliance must be in the same network segment (subnet). The nodes must have access to a DHCP server
to provide IP addresses and other network parameters, for example, default gateway and DNS
address.Note: The samples in this procedure are based on Red Hat® Enterprise Linux. If you are on Microsoft® Linux®, then use equivalent commands.
Use the DHCP server to provide all the nodes of the OpenShift® cluster that you are about to install,
with IP information that corresponds to the mac address of the node. It is the reason for you to use
fixed-address directive for DHCP to statically map all the mac addresses of the nodes to the
required IP addresses. Also, the DHCP server must provide these DHCP options in its DHCP responses
for the nodes to be configured correctly:
option routers
option broadcast-address
option subnet-mask
option domain-name-servers
option domain-name
option domain-search
option host-name
Note: For the host-name option, it must be full FQDN value.