12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Join VMware vSphere (ESXi) Host to Active Directory Domain</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <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">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Join VMware vSphere (ESXi) Host to Active Directory Domain">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Join VMware vSphere (ESXi) Host to Active Directory Domain</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>Create DNS entry</h2>
- <ol start="1">
- <li>Click the Start button > Windows Administrative Tools > DNS</li>
- <li>Expand the DNS server and domain name</li>
- <li>Right Click the domain name > New Host (A or AAAA)</li>
- <li>Type the dns name and target IP address > Click OK</li>
- </ol>
- <h2>Create ESX Admins Group</h2>
- <ol>
- <li>Click the Start button > Windows Administrative Tools > Active Directory Users and Computers</li>
- <li>Expand the domain name</li>
- <li>Right click on the Users container > New > Group</li>
- <li>Name the group ESX Admins > Click OK</li>
- <li>Double click the newly created ESX Admins group</li>
- <li>Select the Members tab > Click the Add... button</li>
- <li>Add users who will be administrators for the ESXI host</li>
- </ol>
- <h2>Joining the Domain</h2>
- <ol>
- <li>Open a web browser and navigate to the VMware vSphere web UI</li>
- <li>Log in with an administrative account</li>
- <li>Click Manage in the left navigation menu</li>
- <li>Click Time & date in the left sub navigation menu</li>
- <li>Select Use Network Time Protocol (enable NTP client)</li>
- <li>Set the Startup policy to Start and stop with host</li>
- <li>Enter the domain controller IP address(es) in the NTP server area</li>
- <li>Click the Save button</li>
- <li>Click the Actions button > Start to start the NTP server</li>
- <li>Click the Security & users tab in the main content area</li>
- <li>Click Authentication in the left sub navigation menu</li>
- <li>Click the Join Domain button</li>
- <li>Fill out the join domain fields providing a domain admin account</li>
- <li>Click the Join domain button</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|