VMware Cloud Community
padulka
Hot Shot
Hot Shot

OVFTool through Powercli

Hi to all, Now I'm deployng a new VM from ovftool connecting with ssh to host and executing the following command: ./ovftool --X:logFile=upload.log --X:logLevel=verbose --noSSLVerify --skipManifestCheck --name="VM_Name" /vmfs/volumes/localdatastore/OVF/master.ovf vi://root:!password@127.0.0.1 I would like to use the same procedure through powercli, is it possibile? NB: I have to execute locally due to connection speed. Regards Federico

Tags (2)
22 Replies
padulka
Hot Shot
Hot Shot

Yes I will try to use this switch without success

Reply
0 Kudos
LucD
Leadership
Leadership

You have to give a bit more feedback on this.
Did you get an error message?


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

Reply
0 Kudos
padulka
Hot Shot
Hot Shot

LucD I cannot to use Posh-SSH  because my SSH 22 is closed and 5522 is a natted port by roouter. Import-vapp has to use as source a path of computer from I'm using powercli. In this environment I cannot use powercli to deploy ovf. I will try on my lab with all this restriction to understand if this can be possibile.

Reply
0 Kudos