vCenter

 View Only
Expand all | Collapse all

Unable to Access vCenter on a Browser

  • 1.  Unable to Access vCenter on a Browser

    Posted Oct 12, 2022 06:12 AM

    Hi VMware Community,

    I am having issue accessing my vCenter via browser.

    I am able to ping the IP address and I was able to access it few days ago.

    Jonh_t_0-1665555118766.png

     

    May I know what I need to check for me further investigate causing the issue.

    Thank you



  • 2.  RE: Unable to Access vCenter on a Browser

    Posted Oct 12, 2022 06:19 AM

    Kindly let me whether vCenter IP Address is reachable.



  • 3.  RE: Unable to Access vCenter on a Browser

    Posted Oct 12, 2022 06:21 AM

    Hi Muakhtar,

    Yes I am able to ping the IP address. But I am not able to access the GUI



  • 4.  RE: Unable to Access vCenter on a Browser

    Posted Oct 12, 2022 06:27 AM

    ping is not enough ,, 

    you must ping FQDN name and Telnet IP 443 , 



  • 5.  RE: Unable to Access vCenter on a Browser

    Posted Oct 12, 2022 06:21 AM

    hi john ,

    which version of Vcenter do you used ?

    you must used FQDN instead of ip for reach vcenter Web page .

    and are you access to port 443 ??

     

     



  • 6.  RE: Unable to Access vCenter on a Browser

    Posted Oct 12, 2022 06:26 AM

    I am using version 7 and yes port 443 is enabled.

    I was able to access it few days ago without any issues.



  • 7.  RE: Unable to Access vCenter on a Browser

    Posted Oct 12, 2022 06:28 AM

    if you can access in past it could be Certificate issue and maybe certificate expired. 

    pls check certificate

     



  • 8.  RE: Unable to Access vCenter on a Browser

    Posted Oct 12, 2022 06:43 AM

    Now I am trying to access the https://IPAddress:5480

    And I am getting this issue: 

    500 - Internal Server Error



  • 9.  RE: Unable to Access vCenter on a Browser

    Posted Oct 12, 2022 07:15 AM

    Check the disk usage with df -h via SSH and try to start the services manually.

    Start all services: service-control --start --all

     You can check the logs of the services that won't start to have an indication. Location : /storage/log/VMware/"service"/"service.log"

     

    check if the certificates are still valid:

    vCenter Appliance: Run the following command in a console window or SSH session to the vCenter VM:

    for store in $(/usr/lib/vmware-vmafd/bin/vecs-cli store list | grep -v TRUSTED_ROOT_CRLS); do echo "[*] Store :" $store; /usr/lib/vmware-vmafd/bin/vecs-cli entry list --store $store --text | grep -ie "Alias" -ie "Not After";done;

    vmware KB :>> https://kb.vmware.com/s/article/2015600

     

     



  • 10.  RE: Unable to Access vCenter on a Browser

    Posted Oct 14, 2022 05:57 AM

    I am trying to open the Vcenter VM but it is showing DCUI aborted by exception. 

    I am trying to access it using putty but it is saying connection refured.



  • 11.  RE: Unable to Access vCenter on a Browser

    Broadcom Employee
    Posted Oct 14, 2022 02:44 PM

    "DCUI aborted by exception" . that sounds the the Photos OS vCSA has root partition full. 

    Reboot vCSA VM and check once. "/" cleanup might be needed.



  • 12.  RE: Unable to Access vCenter on a Browser

    Posted Oct 16, 2022 11:59 AM

    Hi  ,

    Thank you for that. Would it be ok to force restart the VM? As I can't connect via ssh and can't even open the browser.



  • 13.  RE: Unable to Access vCenter on a Browser

    Broadcom Employee
    Posted Oct 16, 2022 04:30 PM

    Yes..Force restart the vCSA VM from ESXi. 



  • 14.  RE: Unable to Access vCenter on a Browser

    Posted Oct 17, 2022 03:59 PM

    If you are able to access VAMI:5480 so check which service has been started and which one is not. 
    you will be able to check all partitions.



  • 15.  RE: Unable to Access vCenter on a Browser

    Posted Oct 20, 2022 11:14 PM

    Hi  ,

     

    Thanks for your help. After I forced restart the VM, it works as normal after that. It just took a long for it to run all the services and able to access on a browser.