VMware Cloud Community
fdge
Contributor
Contributor

ESXi 5.1 U3 OVFtool 4.2.0 ExtraConfig

$TestDeploy = Start-Process -PassThru -NoNewWindow -Wait "${OVFToolExe}" "--noSSLVerify --diskMode=thick --datastore=`"${VMdatasotre}`" --name=`"test-deploy`" --network=`"${VMNetwork}`" --X:injectOvfEnv --X:enableHiddenProperties --overwrite --skipManifestCheck --allowAllExtraConfig --extraConfig:cpuid.coresPerSocket=2 --extraConfig:numvcpus=8 --extraConfig:memsize=6144 --verifyOnly `"${LinuxSrvrOVF}`" vi://${username}:`"${pswd}`"@$IPESXi";

Opening OVF source: ${LinuxSrvrOVF}

The manifest does not validate

Opening VI target: vi://root@${IPESXi}:443/

Error: OVF Package is not supported by target:

- Line -1: Unsupported value 'memsize' for attribute 'key' on element 'ExtraConfig'.

- Line -1: Unsupported value 'numvcpus' for attribute 'key' on element 'ExtraConfig'.

Warning:

- ExtraConfig options exists in source.

Completed with errors

I am trying to deploy OVF templates and set the number of virtual CPUs and memory. I am testing using windows but I plan to implement on linux or the ESXi host.

Reply
0 Kudos
0 Replies