How to deploy your ESX servers

deploymentinstallationvmware-esx

There are a number of ways to deploy/install ESX; RDP/PXE, from CD, remote ISO boot etc.

What's your favourite method and why?

Best Answer

kickstart with pxe. That's also the direction you'll get directed to in their training courses. For the install it's little more than a redhat install with some extras, so kickstart is the way to do it. This makes more sense when you're building a cluster and want identical installs.

Related Topic