Заметки сисадмина » How to install vCenter 6.7 (and 6.0 and 6.5) with no DNS, only IP address

Заметки сисадмина о интересных вещах из мира IT, инструкции и рецензии. Настраиваем Компьютеры/Сервера/1С/SIP-телефонию в Москве

How to install vCenter 6.7 (and 6.0 and 6.5) with no DNS, only IP address

2022-08-29 · Posted in VMWare

vcenter ip address no dns

Many websites will say that vCenter 6x requires DNS lookup, but these steps and screenshots prove that you can install a new vCenter 6.7 with only an IP address and no DNS. Start vCenter install from .iso file using Windows 10

how to install new vcenter 6_7 which file

1. Download the install .iso file for your vCenter (available from the downloads area of vmware.com. On a Windows PC (I am using Windows 10), double-click the .iso file to mount it. It will show up in a virtual DVD drive.

how to install new vcenter 6_7 windows 10

2. Open your virtual DVD drive and expand the vcsa-ui-installer folder.

how to install new vcenter 6_7 windows 10 win32

3. Expand the win32 folder (for a Windows PC). If you are using Linux or Mac as your desktop, select the appropriate folder.

start vcenter install from iso vcsa

4. Run the installer.exe file as administrator (on Windows).  This will start the program that allows you to deploy, upgrade, or migrate vCenters.

vCenter install stage 1

start vcenter install from iso vcsa wizard starts

5. Initial options display. In our case, we are installing a brand new vCenter with no DNS, only IP address. So pick Install.

6. Go through the introduction and end use license agreement. For the deployment type, select Embedded Platform Services Controller (this is normally the correct choice unless you have a very large, complex environment)

7. Normally you will be installing a new vCenter directly onto an ESXi host. Put the IP address of your ESXi host into the “ESXi host or vCenter Server name”. Leave the port 443, enter the correct root account and password for that ESXi host.

8. Configure options for “set up appliance VM” — this gives the name for the VM on your host (and will affect naming of the datastore folders).  Set the root password for the vCenter appliance here.  Select deployment size – for most situations, the default of Tiny is fine unless you have more than 10 hosts. Select datastore – pick the datastore to create the VM into.

vcenter ip address no dns

9. Configure network settings: Here is the important part. Network should be a virtual port group (switch) that your desktop can communicate with. IP assignment should be static. In the FQDN field, enter the IP address of your vCenter server. In the IP address field, enter the IP address of your vCenter server. Enter the rest of the fields as appropriate for your environment. If you don’t have a DNS server at all, use your gateway or another bogus IP.


10. Confirm your settings and start deployment. For me, I was able to complete Stage 1 in about 15 minutes, despite using a slow (100mbps) network.

vCenter installation stage 2

11. Stage 2 starts. If you have an NTP server, set it here, otherwise make sure your ESXi host has correct time and use it.

11. Stage 2 starts. If you have an NTP server, set it here, otherwise make sure your ESXi host has correct time and use it.

12. Most deployments create a new SSO domain.

stage 2 step 3 sso domain using vsphere_local

13. Enter “vsphere.local” into SSO domain name, enter a password for administrator.  Your logon username will be administrator@vsphere.local with the password you set.

14. Select whether you want to participate in the Customer Experience Improvement Program (secure facilities say no). Then review your settings and Finish to start configuration.

14. Select whether you want to participate in the Customer Experience Improvement Program (secure facilities say no). Then review your settings and Finish to start configuration.

15. How long does it take to complete Stage 2, Appliance setup? For me, it took 10 minutes. If it takes more than 45 minutes, your deployment is probably failing.

15. How long does it take to complete Stage 2, Appliance setup? For me, it took 10 minutes. If it takes more than 45 minutes, your deployment is probably failing.

stage 2 complete you have setup this appliance

16. Stage 2 completes. Note that the link assumes you are using DNS. It won’t work unless you have updated your HOSTS or put an entry into your DNS server. Since we are avoiding DNS, lets just say it won’t work.

Now to connect to your new vCenter VCSA without DNS..

connect vcenter 6 7 chrome after install ip address photon-machine error dns

17. As you can see, if you don’t have DNS and just click the link, the page won’t open.

connect vcenter 6 7 chrome after install ip address

18. Change the URL to the IP address of the vCenter server. Now the page displays.

connect vcenter 6 7 chrome after install ip address vsphere-client

19. If you follow the “Launch vSphere client HTML5” link, or simply enter the URL https://vCenter_IP/vsphere-client , the vCenter logon page will display.

connect vcenter 6 7 chrome after install ip address vsphere-client administrator@vsphere_local

20. Enter administrator@vsphere.local and the password you set in Step 13. Make sure you have Flash enabled on your browser.

connect vcenter 6 7 chrome after install ip address vsphere client b

21. The vCenter page will open successfully with no DNS.

22. How to access the VCSA appliance to perform management functions? Use the URL https://vCenter_IP:5480

22. How to access the VCSA appliance to perform management functions? Use the URL https://vCenter_IP:5480   and log on with root and the password you set in Step 8.

log on successful to vcsa 5480 root vcenter appliance manage

23. Here is the management website for the VCSA

Leave a Reply