Reply to Message

View discussion in a popup

Replying to:
Camero
VMware Employee
VMware Employee

Can you check if the vCSA has joined the Domain from CLI.

/opt/likewise/bin/domainjoin-cli query

and if it is already joined the domain, then try the below steps in order to correct the behavior

In disjoint domain namespace the domain users might fail to authenticate after you update to vSphere 6.5 Update 1

After you update a Platform Services Controller Appliance to vSphere 6.5 Update 1, in the disjoint domain namespace the users might fail  to authenticate.

1. Log in to the Platform Services Controller Appliance as root and activate the bash shell.
2. Leave the domain by running the /opt/likewise/bin/domainjoin-cli leave command.
3. Reboot the appliance.
4. Delete the computer account on the Active Directory.
5. Log in to the appliance again and enable the bash shell.
6. Join to the domain by running the following command /opt/likewise/bin/domainjoin-cli join domain-name domain_admin_user
for example: /opt/likewise/bin/domainjoin-cli join vmware.com administrator
7. Reboot the appliance.

Release notes link: VMware vCenter Server 6.5 Update 1 Release Notes

View solution in original post