To resolve this issue please, ensure the vCenter appliance is getting assigned proper hostname and FQDN is resolved both forward and reverse lookup.
Original Message:
Sent: Dec 17, 2024 11:24 AM
From: Narinder Sidhu
Subject: Join DomainVMware vCenter to Domain
Tried that but I am getting this error:
root@localhost [ ~ ]# /opt/likewise/bin/domainjoin-cli join MyDomain.LOCAL adm_sidhun
Error: Invalid hostname [code 0x000004ba]
The hostname may not be 'linux' or 'localhost'.
Original Message:
Sent: Mar 22, 2024 03:30 PM
From: Nick Merlevede
Subject: Join DomainVMware vCenter to Domain
Hi Michael,
Did you also tried joining using command line?
1. Connect vCenter Server Appliance with SSH. (Login to PSC Appliance in case of External PSC)
2. Type "shell" to go to shell prompt.
3. Execute "/opt/likewise/bin/domainjoin-cli join [domain] [user name]"
Example: /opt/likewise/bin/domainjoin-cli join mylab.com labadmin"
4. Enter the password of the AD user you specified in the command.
5. Reboot the Appliance with command "reboot"
6. Login again via ssh and verify AD join status with below command.
/opt/likewise/bin/domainjoin-cli query
Regards