This issue is resolved in vCenter Server Appliance 6.5 b, available at
VMware Downloads.
Workaround:
To workaround this issue if you do not want to upgrade, use one of these options:
- Install with an FQDN which is resolvable through DNS.
- Manually add localhost.localdom localhost to the /etc/hosts file on the Source vCenter Server Appliance. After deploying (Stage 1) the vCenter Server Appliance, open a console to the Appliance virtual machine.
- Press Alt+F1 and log in with root credentials.
- Run this command to enable SSH:
ssh.set --enabled true
- Run this command to verify SSH is enabled:
ssh.get
For example:
ssh.get
Enabled: True
- Connect to the vCenter Server Appliance with an SSH session and root credentials.
- In the etc/hosts file, add ::1 localhost.localdom localhost above #VAMI_EDIT_END.
- Continue with Stage 2 of the deployment.