VMware Cloud Community
gaurang033
Contributor
Contributor

Automaitcally install ISO/OVA and Configure Network

HI Guys,

I have a requirement for my Testing Environment where I need to Automate installation procedure for ISO/OVA on ESX.  following are the tasks i want to automate.

  1. Install ISO/OVA Automatically
  2. Configure Network
  3. Copy the script from other machine and run it.

I came to know that there are two technologies which can help me automate mentioned task as mention below, Would someone let me know which one would be better for my requirement.

  • PXE Boot
  • VWvare APIs ( I will be using Per SDK)
Tags (1)
0 Kudos
3 Replies
Sreejesh_D
Virtuoso
Virtuoso

PowrCLI command is also a good option to automate OVA deployment. Here is a sample script for deploying OVF template and configuring its network.

http://velemental.com/2013/06/24/a-powercli-vsphere-ovfova-import-with-advanced-options/

0 Kudos
Ethan44
Enthusiast
Enthusiast

0 Kudos
gaurang033
Contributor
Contributor

Hi Ethan,

Thank for the post, for whole day i have gone though the PXE Boot and understand how to create the server and install ISO on vmware. I also go though kickstart file and understand how to configure and required packages without any manual intervention.

The only part I am not able to understand how to automate is below one.

I still need to create VMware Image using my VSphere Client and then need to start it to boot from PXE Server, is there any way to automate this task as well ??

0 Kudos