<data:blog.pageTitle/>

This Page

has moved to a new address:

https://vmvirtual.blog

Sorry for the inconvenience…

Redirection provided by Blogger to WordPress Migration Service
BIOLNX: marzo 2016

BIOLNX

martedì 22 marzo 2016

Error installing Windows Server 2012 ROK on VMware's ESXi

Add the following line to the vmx file corresponding to your VM: SMBIOS.reflectHost = “TRUE”

Etichette: , , , ,

mercoledì 16 marzo 2016

OVFTOOL Deploy OVA o OVF from command line

I needed to deploy ova to esxi without vsphere web client or classic client.
For this operation i have used the OVFTOOL.
The tool is vmware tool and it is possible do download :

https://www.vmware.com/support/developer/ovf/


- Download file   VMware-ovftool-4.1.0-2459827-lin.x86_64.bundle (64bit version)
- Install on redhat  use this command sh vmware
          sh VMware-ovftool-4.1.0-2459827-lin.x86_64.bundle
- Copy to esxi over ssh the /usr/lib/vmware-ovftool/
           scp -r /usr/lib/vmware-ovftool/ root@*.*.*.*:/vmfs/volumes/<datastoreESXi>
- On esxi on  the datastore into directory /vmware-ovftool/ change the used shell for ovftool command.

#!/bin/sh
# ------------------------
# Start Script for ovftool
# ------------------------


- For test the tool use this command:

/vmfs/volumes/<datastoreESXi>/vmware-ovftool/ovftool /vmfs/volumes/<datastoreEsxi>/<image>.ova

The file .ova need reside in the datastore esxi

In the output you see the ova info (es. use UEB .ova  unitrend enterprise backup) 


Now you are ready to deploy the ova appliance with this command:

/vmfs/volumes/datastore1/vmware-ovftool/ovftool -dm=thin -ds=datastore1 "--net:access333=VM Network" "http://air.primp-industries.com/SLES-VM/SLES-VM.ovf" "vi://root:vmware123@172.30.0.192"