You can set up a PXE boot server in the ThinkAgile CP Cloud Controller
Complete the following steps to set up PXE Boot in the ThinkAgile CP Cloud Controller:
- Log in to the ThinkAgile CP Cloud Controller as an infrastructure admin user.
- In the left navigation, click Hardware to display the Hardware Stack page.
- Click Show Network Settings and make note of the IP address for the interconnect switch (Hardware Management Network).
- SSH into the IP address as user admin. Use the password that was chosen when the hardware was registered with the ThinkAgile CP Cloud Controller.
- Run the following command:
sudo su
and then re-enter the admin password to gain root privileges, if needed. If this is not the first time PXE has been setup, run the following command:
rm /etc/dhcp/dhcp-site-custom
before proceeding to the next step.
- Run the following command:
/usr/share/tacp/tacp_configure_pxe.sh -p <pxe_server> -f <bootfilename>
- On the Profile tab of the instance on which you want to boot to PXE, click .
- Move the vNIC to the top of the boot order, and click Save.
- Start the instance.