Automated Deployment of ESX Hosts Part I
A very important part of deploying your Virtual Infrastructure environment is consistency when it comes to the configuration of the ESX hosts. Time and tim
From the archive. Originally published on dailyhypervisor.com on March 10, 2009.
A very important part of deploying your Virtual Infrastructure environment is consistency when it comes to the configuration of the ESX hosts. Time and time again as common practice I see users deploying ESX hosts manually with no documentation to follow other than what they have in their heads. Deploying ESX hosts in this fashion can lead to inconsistent configurations between hosts. Choosing manual installations over scripted installations can lead to all sorts of problems some of which can be very difficult to diagnose.
There is a very common misconception that scripted installations are difficult or not worth the time and effort to create. This couldn''t be farther from the truth. Using scripted installations can save countless hours of time spent manually installing ESX and troubleshooting problems from inconsistent manual installs. This is part I of a multi-part blog in which I am going to walk you through the different options that are available with scripted installations. I am also going to share with you some sample scripts and methods to streamline the testing of scripts you develop. Before we begin to develop a script we need to know what our "standard" configuration is going to be. Without having a standard configuration we don''t know what we need to configure. It''s important to develop a standard configuration for your environment. If you have multiple clusters in your environment your standard configuration may have minor changes from cluster to cluster but should ultimately be consistent across the environment to make troubleshooting and maintenance much simpler.
In part II of this blog post I will post my "standard" configuration that will be used to build my sample automated kickstart installation script. My standard configuration will include the following:
- Service Console Partitioning scheme
- Service Console memory size
- Active Directory Servers for Service Console PAM integration
- AD Users to have access to the Service Console
- Service Console Security Policy
- Agents to be install in the Service Console and their configurations
- ESX Hosts Networking Configuration including routing, DNS, NTP, etc...
- Licensing Server Information
Once I have a "standard" configuration I will perform a walk through using it to develop a script that will be used for the Automated Deployment. Once the script is developed then we will cover the options for deploying a host using the script. These options include:
- PXE Boot using a tool like the UDA appliance
- Install from CD using a hosted kickstart file.
- Network installation using http, ftp, or nfs
- Custom ESX installation CD''s.
Your homework assignment before "Automated deployment of ESX hosts par II" is to determine what your "standard" ESX build is and have the information handy to start building your script. So don''t forget to check back for my next post where we start to build our kickstart files.