vCenter

 View Only
Expand all | Collapse all

Cert Manager Tool Not Working / VCSA Web UI Not Accessible

  • 1.  Cert Manager Tool Not Working / VCSA Web UI Not Accessible

    Posted Jun 16, 2020 01:20 AM

    Rebooted VCSA because it was behaving strangely with getting hosts into maintenance mode and it came back up but can't access web interface, I get "No healthy upstream" error. So, I can SSH in and I checked the vxpd.log file and it complains about expired certificates, etc... I want to launch the certificate tool in the command line to just reset all certs and see if that fixes the vxpd service not loading at all so I use /usr/lib/vmware-vmca/bin/certificate-manager and choose option 8 to reset all certs but I get "Certificate Manager tool do not support vCenter HA systems" which makes no sense because I don't and never did have HA enabled for VCSA itself.

    How can I fix this so I can reset certs and hopefully get the appliance working again. Right now my only access is via SSH or appliance management webpage. Regular vCenter UI is down I am guessing because vpxd service won't start.



  • 2.  RE: Cert Manager Tool Not Working / VCSA Web UI Not Accessible

    Posted Jun 16, 2020 01:45 AM

    Probably best at this point to open a support request with GSS.



  • 3.  RE: Cert Manager Tool Not Working / VCSA Web UI Not Accessible

    Posted Jun 16, 2020 01:46 AM

    Turns out running the command with sudo fixed the error. Didn't think to try that based on the error and the KB article on cert manager didn't seem to mention the need to.



  • 4.  RE: Cert Manager Tool Not Working / VCSA Web UI Not Accessible

    Posted Jun 16, 2020 01:48 AM

    Never seen cert manager need to be run with sudo when logged in as root.



  • 5.  RE: Cert Manager Tool Not Working / VCSA Web UI Not Accessible

    Posted Jun 16, 2020 03:20 AM

    Running Option 8 to reset all certs seems to have fixed my original issue and allows me to login to VCSA web UI although the cert manager didn't technically finish successfully all the way because one service wouldn't restart after it replaced the certs. The "wcp" service which is now the only vCenter service that won't start. This is preventing VCSA backups from being made now because it complains that not all required services are running so something is still messed up.

    If I try to start the service from appliance management UI, it says starting for a few minutes then returns the error "Operation timed out" on top.



  • 6.  RE: Cert Manager Tool Not Working / VCSA Web UI Not Accessible

    Posted Mar 06, 2021 08:21 AM

    WCP Service fails to start - try KB article/80588 - https://kb.vmware.com/s/article/80588 

    If you still seeing error "No healthy upstream" try these steps which fixed mine. 

    Update "hosts" file on local pc: [add the ip add 127.0.0.1 <vcenter.domainname.com>]

    Path - C:\Windows\System32\drivers\etc\hosts

    ###########vcenter###################
    127.0.0.1 <vcenter.domainname.com>

    SAVE

    reboot vCenter

    hope this helps!!

    vcloud3d (John.A)



  • 7.  RE: Cert Manager Tool Not Working / VCSA Web UI Not Accessible

    Posted Oct 18, 2023 08:53 PM

    probably not logged in a root, since sudo needed to be run. 



  • 8.  RE: Cert Manager Tool Not Working / VCSA Web UI Not Accessible

    Posted Jan 16, 2022 04:32 PM

    Same issue here with 7.02. 

    sudo /usr/lib/vmware-vmca/bin/certificate-manager

    works.



  • 9.  RE: Cert Manager Tool Not Working / VCSA Web UI Not Accessible

    Posted May 19, 2021 09:26 AM

    When I got the "Certificate Manager tool do not support vCenter HA systems" error the following solution worked for me:

    1. mkdir /var/tmp/vmware

    2. Run certificate-manager again

    I hope it helps.



  • 10.  RE: Cert Manager Tool Not Working / VCSA Web UI Not Accessible

    Posted Jul 20, 2022 09:16 AM

    this worked for me

    1. mkdir /var/tmp/vmware 2. Run certificate-manager again


  • 11.  RE: Cert Manager Tool Not Working / VCSA Web UI Not Accessible

    Posted May 13, 2023 08:05 AM

    worked for me too!!!

     



  • 12.  RE: Cert Manager Tool Not Working / VCSA Web UI Not Accessible

    Posted May 26, 2023 03:17 PM

    shut down passive and witness  nodes 

    ssh to active node and run: 

    vcha-destroy -f
    reboot

    ssh to active node and run:

    /usr/lib/vmware-vmca/bin/certificate-manager 



  • 13.  RE: Cert Manager Tool Not Working / VCSA Web UI Not Accessible

    Posted Aug 08, 2022 06:32 AM

    makes no sense to me but it works so Im not going to question any further.  Thanks!



  • 14.  RE: Cert Manager Tool Not Working / VCSA Web UI Not Accessible

    Posted Oct 11, 2023 12:17 PM

    This worked for me.  Thanks! 



  • 15.  RE: Cert Manager Tool Not Working / VCSA Web UI Not Accessible

    Posted Jan 25, 2024 08:55 PM

    this worked, thank you so much!



  • 16.  RE: Cert Manager Tool Not Working / VCSA Web UI Not Accessible

    Posted Aug 08, 2022 11:20 AM

    Check TRUSTED_ROOT certs for any duplications or stale ones. 



  • 17.  RE: Cert Manager Tool Not Working / VCSA Web UI Not Accessible

    Posted Feb 06, 2023 03:50 PM