Script to pre-answer static IP addresses for Auto Deploy hosts (stateless ESXi)

Script to pre-answer static IP addresses for Auto Deploy hosts (stateless ESXi)

The attached script demonstrates how you can automate bulk addition of stateless ESXi hosts via Auto Deploy with static IP addresses using Host Profile Answer files, as long as you know the primary boot MAC address, or BIOS UUID of the new hosts ahead of time.  The following excerpt from the script describes how this works (refer to the script for more details):

# There are two common ways to set up hosts with static IP addresses using Auto
# Deploy.  The preferred mechanism is to enter static entries within your DHCP
# server so it always hands out the same IP address to a given MAC address.
# Then ESX is configured to use DHCP, but will always get the same IP.  This
# script does not address that approach.  Please refer to your DHCP server
# documentation for more details on setting this up.
#
# The alternative approach is to set up host profiles to use a static IP
# address and have an answer file for each host that defines its addresses.
# Normally on first boot, the host will stay in maintenance mode, and require
# the admin to manually re-apply the profile, at which point you would enter
# the IP addresses in the GUI which are then stored in the answer file.  This
# script demonstrates how you can "pre-answer" the static IP settings for hosts
# so that no user intervention is required on first boot.  The script
# is structured to facilitate bulk addition of new servers.  As long as you
# know the MAC address of the primary boot NIC, or the BIOS UUID, then you
# can run this script to set up all the IP addresses

Here's what the CSV file might look like, assuming you have two portgroups with vmkernel networking  - "Management Network" and "vmotion"

00:50:56:9c:0e:c8,ESXi-5.0.0-469512-no-tools,MyClusterName,Management Network,192.168.1.10,255.255.255.0,vmotion,192.168.2.10,255.255.255.0

00:50:56:9c:0e:c9,ESXi-5.0.0-469512-no-tools,MyClusterName,Management Network,192.168.1.11,255.255.255.0,vmotion,192.168.2.11,255.255.255.0

Then running the script (assuming the file above is called "hosts.csv") would look like:

Connect-VIServer MyVcServerName

Add-EsxSoftwareDepot https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml

.\pre-answer.ps1 .\hosts.csv

Once the script completes, you can power on your systems and they'll come up with the desired static IPs automatically without user invervention.

Daniel

And another great script, your on fire !

This document was generated from the following discussion: javascript:;

Comments

I am new to VMWare ESXi 5.0 Architecture. I have just assembled a PC with i7 3.5 GHz processor installed on ASUS Server board P8BWS

and have enabled the Intel Bios to Virtualization.

I will appreciate assistance in installing my downloaded ESXi 5.0 Evaluation CD Installation program using an AUTO DEPLOY method

by specifiying the SCript to look into the USB flash drive for my DHCP Static IP.

My ultimate goal is to be able to create Virtualization and further install Microsoft Server 2008 R2 Server over ESXi 5.0

I have read some threads here about Auto deploy but I am still very confused. I will appreciate a step by step writeup being a novice.

If a sample AUTO DEPLOY script can be uploaded here - it will be great WHEREBY I can place the SCRIPT in my USB flash drive and have the ESXi 5x installation CD to look into that flash drive and do the following:

1). AUTO CONFIGURE PASSWORD FOR ROOT:
2). AUTO CONFIGURE DHCP Static IP without user intervention.

A sample script and a step by step write will be appreciated please.

PrinceBill

Version history
Revision #:
1 of 1
Last update:
‎09-12-2011 02:29 PM
Updated by: