Auto deploy is used for PXE booting/installation of Esxi over the network. When a host is deployed using Auto Deploy the state information is loaded to memory upon boot, the state is not permanently stored on the physical host by default.
We can use Host Profiles with Auto Deploy to customize your ESXi host state. Also from Esxi host advanced configuration menu, we can configure host for stateless or stateful booting.
In this post we will learn how to configure auto deploy and use it to provision Esxi hosts. Configuring Auto Deploy is a 3 step process which includes:
1: Enabling Auto Deploy in vCenter/vCSA.
2: Configuring DHCP and TFTP
3: Creating Auto Deploy rules using PowerCLI
Lets walk through each section one by one.
Enabling Auto Deploy in vCenter/vCSA
In my lab I am using windows based vCenter installation. Steps for enabling auto deploy are pretty much same for vCSA deployments as well.… Read More