In case appliance not taking IP details as provided during the OVA deployment, use below commands from the console:
Login to appliance using root account.
Find out the interface names using below command:
/opt/vmware/share/vami/vami_interfaces
Configure P for the interface:
/opt/vmware/share/vami/vami_set_network <interface name as per command output> STATICV4 <IPAddress> <NetMask> <Default Gateway>
Configure DNS IP:
/opt/vmware/share/vami/vami_set_dns -d <Domain Sufffix> <DNS ip1> <DNS ip2>
Configure Hostname
hostnamectl set-hostname your-new-hostname
Now you can reboot your appliance and then connect using the given IP using VAMI UI.
No comments:
Post a Comment