Hviidnet.com
6Jan/100

OVF and OVA deployment on vSphere

Download ovf tool from here.

Install it and add it to your Path variable.

make image from vsphere.

ovftool.exe -tt=OVF vi://user:password@vm01.hviidnet.com/MachineName c:\TemplateName.ovf
ovftool.exe -tt=OVA vi://user:password@vm01.hviidnet.com/MachineName c:\TemplateName.ova

Provision image:

ovftool.exe -nw="Network label ID" --diskMode=thin --name="New Virtual Machine Name" --powerOn --datastore="datastore1" c:\TemplateName.ovf vi://user:password@vm01.hviidnet.com

And you're done.

You can also script this if need be.

Documentation can be found here.

Related posts:

  1. Autologin for Vista(and others) with a password protected account
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment

No trackbacks yet.