Hi,
Im trying to run the following command:
New-CIVM -Name ("TestVM-2") -VMTemplate $templateVM -VApp $MYvApp -ComputerName ("MyComputer") -ErrorAction Stop
But it throws the following command:
New-CIVM [ ... ] Invalid network parameter: Unknown IP Addressing Mode "MANUAL" for vNIC 2 on VM "TestVM-2" connected to network "none".
However none of the NICs in the template has the setting combination (MANUAL and network=none) mentioned in the error message... Network section for the VM looks like this:
$templateVM.ExtensionData.Section[0].NetworkConnection
Network : Net-2
NeedsCustomization : False
NetworkConnectionIndex : 2
NetworkAdapterType : VMXNET3
IpAddress : 172.22.1.13
ExternalIpAddress :
IpAddressAllocationMode : MANUAL
IsConnected : True
AnyAttr :
VCloudExtension :
Network : none
NeedsCustomization : True
NetworkConnectionIndex : 0
NetworkAdapterType : VMXNET3
IpAddress :
ExternalIpAddress :
IpAddressAllocationMode : NONE
IsConnected : False
AnyAttr :
VCloudExtension :
Network : Net-1
NeedsCustomization : False
NetworkConnectionIndex : 1
NetworkAdapterType : VMXNET3
IpAddress : 172.21.1.12
ExternalIpAddress :
IpAddressAllocationMode : MANUAL
IsConnected : True
AnyAttr :
VCloudExtension :
The same command was working a few weeks ago, but the IT crew has been fiddling with the vcloud to get rid of the flash portal lately...
Any idea what causes this? Would it be possible to change the NIC settings before trying to push the change? The web portal can make new VMs using the same template just fine, but its slow as f....