Hi,
Regarding this issue, I've seen that the ovf vCenter 5.1 has this properties:
Properties:
ClassId: vami
Key: gateway
InstanceId VMware_vCenter_Server_Appliance
Category: Networking Properties
Label: Default Gateway
Type: string
Description: The default gateway address for this VM. Leave blank if DHCP is desired.
ClassId: vami
Key: DNS
InstanceId VMware_vCenter_Server_Appliance
Category: Networking Properties
Label: DNS
Type: string
Description: The domain name servers for this VM (comma separated). Leave blank if DHCP is desired.
ClassId: vami
Key: ip0
InstanceId VMware_vCenter_Server_Appliance
Category: Networking Properties
Label: Network 1 IP Address
Type: string
Description: The IP address for this interface. Leave blank if DHCP is desired.
ClassId: vami
Key: netmask0
InstanceId VMware_vCenter_Server_Appliance
Category: Networking Properties
Label: Network 1 Netmask
Type: string
Description: The netmask or prefix for this interface. Leave blank if DHCP is desired.
But when I try to install this vCenter OVA into a ESXi with the next command:
ovftool --datastore=local_datastore_1 --diskMode=thin --name="vcenter-test" --powerOn --net:"Network 1"="public" --prop:vami.ip0="10.0.0.10" --prop:vami.netmask0="255.255.255.0" --prop:vami.gateway="10.0.0.1" --prop:vami.DNS="10.0.0.2" VMware-vCenter-Server-Appliance-5.1.0.10000-1065184_OVF10.ova vi://10.0.0.3
It shows the next messages:
Warning:
- Error loading X509 certificate: 'Failed to open crt file: /etc/ssl/certs/ca-bundle.crt'.
- OVF property with key: 'vami.DNS' does not exists.
- OVF property with key: 'vami.gateway' does not exists.
- OVF property with key: 'vami.ip0' does not exists.
- OVF property with key: 'vami.netmask0' does not exists.
It seems that the ovftool can't find this properties but the ovf has it.
What is the problem?
Thanks,
David