PXE Manager – Part V
by tomarentsen on Monday, July 4th, 2011 | 4 Comments
PXE Manager Part V – Add a Stateful ESXi Host
Follow the following instructions to add a stateful ESXi host to PXE Manager.
Prerequisites:
| Required |
|
| Required |
|
| Optional |
|
| Optional |
|
Follow the following instruction to add a stateful ESXi host to PXE Manager.
-
Open the vSphere Client, Home, PXE Manager to open PXE Manager

-
Click to activate the “Stateful Hosts” tab, right click and select “Add Host”

-
Click to select the “I agree …” radio button and click “Next”

-
Enter the name of the ESXi host you wsih to deploy, enter and confirm the root password for this ESXi host and click “Next”

-
Select the build you wish to install for this ESXi host and click “Next”

-
Select the appropriate PXE agent to deploy the ESXi host and click “Next”. (make sure you select the PXE agent located in the same datacenter as where the ESXi host is located).

-
Enter the MAC addresses, IP, Subnet Mask, Gateway, Pri. DNS, Sec. DNS and the correct VLAN in case you NIC’s are connected to trunk ports for the ESXi host and click “Next”

-
Select the correct cluster and click “Next”

-
Select a Licence for the ESXi host and click “Next”

-
In case you wish to apply a host profile, select the host profile or leave defaults and click “Next”

-
If desired enable locked down mode and click “Next”

-
Enter the NTP servers and syslog server and click “Next”

-
For boot from SAN, select “Local, Remote” from the dropdown box, click to select the “Overwrite an existing VMFS …..” checkbox and click “Next”

-
Enter any post actions and click “Finish”. (As host profiles do not rename the local datastore, I entered here a command that renames the local datastore). Any of these commands will get executed on the firstboot.

-
Select the newly added host and click the “Wake on Lan” hyperlink to boot up the server and start the installation.




In the prerequisites you mention setting the NIC’s BIOS to a VLAN.
An alternate approach, and one I think is easier to implement (less touch points), is to set the native VLAN on the swtich port that VMNIC0 is connected to.
switchport trunk native vlan 2
Some servers don’t allow you to set VLANing on the PXE boot. This also has the advantage that you can use a different VLAN ID for staging, than you want to use in your kickstart configuration.
Forbes
It is certainly easier however I came across several occasions where this was not allowed. Having a separate VLAN for staging is also supported by PXE Manager with one of the latest releases.
Hi!
I just installed the PXE Manager and when I get to the configuration that you show in this pages my installation don’t show the option for VLAN in the Management Network nor Bootstrap static IP.
The problem is that I don’t get this working installing in a HP BL640c and I think is because my installation is missing these options.
You used the installation from labs.vmware.com?
Thanks, Pedro Enrique.
Pedro,
I know the version on labs.vmware.com doesn’t support it yet, but send Max (mdaneri@vmware.com) an email and ask him to get access to the beta site.
Tom