0414.html 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Join VMware vSphere (ESXi) Host to Active Directory Domain</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Join ESXi To Active Directory,Join ESXi To AD,Join ESXi To Domain,VMware,ESXi,Hypervisor,Windows,Microsoft,Active Directory,Domain,VSphere,Virtual Machine,VM,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Join VMware vSphere (ESXi) Host to Active Directory Domain">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Join VMware vSphere (ESXi) Host to Active Directory Domain</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>Create DNS entry</h2>
  25. <ol start="1">
  26. <li>Click the Start button &gt; Windows Administrative Tools &gt; DNS</li>
  27. <li>Expand the DNS server and domain name</li>
  28. <li>Right Click the domain name &gt; New Host (A or AAAA)</li>
  29. <li>Type the dns name and target IP address &gt; Click OK</li>
  30. </ol>
  31. <h2>Create&nbsp;ESX Admins Group</h2>
  32. <ol>
  33. <li>Click the Start button &gt; Windows Administrative Tools &gt; Active Directory Users and Computers</li>
  34. <li>Expand the domain name</li>
  35. <li>Right click on the Users container &gt; New &gt; Group</li>
  36. <li>Name the group ESX Admins &gt; Click OK</li>
  37. <li>Double click the newly created ESX Admins group</li>
  38. <li>Select the Members tab &gt; Click the Add... button</li>
  39. <li>Add users who will be administrators for the ESXI host</li>
  40. </ol>
  41. <h2>Joining the Domain</h2>
  42. <ol>
  43. <li>Open a web browser and navigate to the VMware vSphere web UI</li>
  44. <li>Log in with an administrative account</li>
  45. <li>Click Manage in the left navigation menu</li>
  46. <li>Click Time &amp; date in the left sub navigation menu</li>
  47. <li>Select&nbsp;Use Network Time Protocol (enable NTP client)</li>
  48. <li>Set the Startup policy to Start and stop with host</li>
  49. <li>Enter the domain controller IP address(es) in the NTP server area</li>
  50. <li>Click the Save button</li>
  51. <li>Click the Actions button &gt; Start to start the NTP server</li>
  52. <li>Click the Security &amp; users tab in the main content area</li>
  53. <li>Click Authentication in the left sub navigation menu</li>
  54. <li>Click the Join Domain button</li>
  55. <li>Fill out the join domain fields providing a domain admin account</li>
  56. <li>Click the Join domain button</li>
  57. </ol>
  58. </div>
  59. </div>
  60. </body>
  61. </html>