Configuring TFTP server with the files required to PXE boot
Trivial File Transfer Protocol (TFTP) enables a client to retrieve a file and transmit to a remote host. This workflow concept is leveraged in the auto deploy process. Neither the protocol nor the workflow is proprietary to VMware. In this recipe, we shall use an open source utility to act as the TFTP server, there are other variants that can be used for similar purposes.
Getting ready
Download SolarWind TFTP server at https://www.solarwinds.com/free-tools/free-tftp-server.
How to do it...
The following procedure would step you through configuring the TFTP server to be PXE boot ready:
- Log in to vCenter Server Appliance.
- Navigate to
Home
|vCenter | Configure | Auto Deploy
- Click on
Download TFTP Boot Zip
instance as depicted here:

- Extract the files to the TFTP server folder (
TFTP-Root
) as demonstrated in the following screenshot:

Start
the TFTP service as shown here:

How it works...
TFTP is primarily used to exchange configuration or boot...