vCenter

 View Only
  • 1.  VCSA Setup stuck at "Starting VMware Appliance Configuration"

    Posted Aug 11, 2022 05:20 PM

    I've got a Dell R540 server running ESXi version 7.0.7 (VMKernel Release Build 20036586).

    I'm trying to add the VCenter Server Appliance version 7.0.3-20150588 to the server.

    I downloaded and mounted the ISO per the instructions, ran the GUI from my Windows 10 workstation, and Stage 1 seemed to go fine.

    However, Stage 2 has been stuck since yesterday. The GUI hung, so I closed it and checked from the web browser—it's still stuck!

    Capture.PNG

    The response from the server doesn't offer much insight:

    Does anyone have insight or advice on this?



  • 2.  RE: VCSA Setup stuck at "Starting VMware Appliance Configuration"



  • 3.  RE: VCSA Setup stuck at "Starting VMware Appliance Configuration"

    Posted Aug 11, 2022 05:58 PM

    Please verify if the vCSA's IP address properly resolve to the vCSA's FQDN (run e.g. nslookup <vcsa-ip> <dns-server-ip>).
    If it doesn't, double check your DNS configuration, i.e. whether forward, and reverse DNS records exist for the vCSA.

    André



  • 4.  RE: VCSA Setup stuck at "Starting VMware Appliance Configuration"

    Posted Aug 11, 2022 06:32 PM

    There is no DNS on this network. No external resolver access, and no local DNS server. The VCSA is the first node on this closed network only after the ESXi server it resides on.



  • 5.  RE: VCSA Setup stuck at "Starting VMware Appliance Configuration"

    Posted Aug 11, 2022 06:42 PM

    With no DNS server in place, you may try to deploy the vCSA by entering its IP-address as the FQDN, so that it doesn't try to resolve the name.

    André



  • 6.  RE: VCSA Setup stuck at "Starting VMware Appliance Configuration"
    Best Answer

    Posted Aug 12, 2022 04:16 PM

    The solution turned out to be leaving the FQDN field empty. (I was previously putting "vsphere.local" into it, to match the hostname.)

    Leaving the field blank causes the FQDN to be autocalculated as hostname-else-IP (depending on rDNS, per the field's hint), and will therefore work on all of the following:

    • Statically addressed networks with reverse DNS
    • Statically addressed networks without reverse DNS
    • Dynamically addressed networks with reverse DNS

    (I'm unclear on what the appropriate setting is for networks that use dynamic addressing and do not have reverse DNS. I suspect that, in that case, forward DNS becomes a requirement, and the vCS' resolveable hostname should then be entered as the FQDN, but I cannot confirm this at this time.)


    It's worth noting that entering the IP directly into the FQDN box (per André's suggestion above) may provide a slight speedup during installation, for networks that use static IP addressing and do not have reverse DNS. I'm unclear on whether doing so will introduce additional complexity during re-addressing, if IPs are changed in the future.



  • 7.  RE: VCSA Setup stuck at "Starting VMware Appliance Configuration"

    Posted Jan 13, 2023 03:54 AM

    I did some experimenting, and I would add the following to this:

    Even if you have forward AND reverse DNS lookup available, as with AD-integrated DNS, you must use at least 1 of the AD servers in the DNS settings you configure on the appliance.

    In my case, I setup a host (A) record in AD-integrated DNS manually, before-hand, as well as the reverse lookup record.

    I was able then to successfully enter the FQDN in the wizard, as long as I had an AD server as the primary DNS server entry.

    If I tried to use public DNS like google or OpenDNS for the appliance, then the configuration would hang as described by the OP.