VMware Cloud Community
naveedseraa
Contributor
Contributor

Unable to Join Vcenter to AD

pastedImage_0.png

Please Can anyone Help me out to solve this?

5 Replies
birend1988
Hot Shot
Hot Shot

Follow this and try to join VC in domain using command line,

https://www.virten.net/2017/01/how-to-join-the-vcsa-6-5-to-an-active-directory-domain/

VCIX, NCAP
naveedseraa
Contributor
Contributor

pastedImage_0.png

It is showing like this when i complete the steps mentioned

Reply
0 Kudos
StewartDASR
Contributor
Contributor

I would check the following Items first:

     1. Make sure that you do not already have an Identity Source already setup for Active Directory (I did this and fell stupid about it)

     2. Make sure the ID you are using has rights to join the domain where you are trying to place the vCenter or (for external Platform) the Platform server.

Example of me adding my vCenter to our AD

     Domain: my.lan

     OU: OU=vmware,OU=systems,DC=my,DC=lan

          you need to have full rights on this OU

     Name:  my\administrator   or administrator@my.lan

          This user needs to be a domain user

     Password:  *********************

I hope this helps. If the Administrator is a domain admin account it should work without an OU, but I personally would put my computer objects in a new OU instead of where AD puts all of the pre-configured computer objects

birend1988
Hot Shot
Hot Shot

Please login with root user and make sure the user which you are using have privilege to add the user.

VCIX, NCAP
Reply
0 Kudos
Alex_Romeo
Leadership
Leadership

Hi,

  • Allow TCP 445 from the VCenter appliance to the Domain Controller.
  • The Qualified Username not the Windows format.

Command PowerCLI for insert in the doman.

/opt/likewise/bin/domainjoin-cli join <your domain> <user name>

Alessandro Romeo

Blog: https://www.aleadmin.it/
Reply
0 Kudos