Enabling iLO DHCP service
Prerequisites
Ensure you are logged in as the root user in the NPS toolkit VM.
- Ensure that the REST interface is enabled in the management switch by running the following command in the management switch:
Aruba-2540-48G-4SFPP (config)# show rest-interface
To enable REST for the management switch:
This is required if the user has not enabled REST on the switch.Aruba-2540-48G-4SFPP (config)# rest-interface Aruba-2540-48G-4SFPP (config)# show rest-interface
Ensure DHCP is enabled on all the HPE DL servers.
Ensure that the following environment variables are updated:
export API_IP=<Customer_IP_assigned _to_NPS_VM> 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=<the deployment name mentioned in the TICG tool while creating the input.json file> export VIM_TYPE=<VIM platform type like RHOSP/RHOCP/VMWARE>
Procedure