Enabling iLO DHCP service
The DHCP service must be enabled, if the
input.json
is created by selecting the option
DHCP for the OOBM IP Allocation field in the TICG. If the option selected is
Manual, this step can be skipped. For more information on configuring static iLO IP addresses, see
Assigning static iLO-OOBM IP address to all servers. Ensure you update the corresponding parameter values in your input JSON file.
If a third-party OOBM switch is used, see Assigning DHCP to iLO servers for third-party switches.
Ensure you are logged in as the root user in the NPS toolkit VM.
Ensure that the
netconf
is enabled, when the management switch is Comware.Ensure that DHCP is enabled on all the HPE DL/EL servers.
Ensure that the following environment variables are updated:
export API_IP=<NPS Toolkit VM OAM/Customer Network IP address> export NPSADMIN=<user name of admin mentioned in the nps_secret.yaml file> export NPSPASSWD=<password of admin user mentioned in the nps_secret.yaml file> export TOPOLOGY_NAME=<value of the field "topology_name" in the input.json file> export VIM_TYPE=<VIM platform type like RHOSP/RHOCP/VMWARE>