jrhaakenson's Posts

Can you provide some more details on how you crawled the file system?  I have a VCSA that is doing this for the current 8.0.0-21457384 patch.
My issue is fixed and resolved now.  It seems that a VM i had migrated from one environment to the vSAN datastore on this environment was corrupted somehow.  It may have been corrupted by some Veeam ... See more...
My issue is fixed and resolved now.  It seems that a VM i had migrated from one environment to the vSAN datastore on this environment was corrupted somehow.  It may have been corrupted by some Veeam backup software running backup tasks overnight and messing up the VM file structure on the vSAN datastore but I'm not completely sure on that.  The migrated VM on the datastore was in a directory of VM_Name->VM_Name->VM files rather than just VM_Name->VM files.  There was an extra VM_Name directory on the vSAN datastore (possibly created by Veeam).  So I completely deleted the troublesome VM directory on the vSAN datastore, through vCenter (luckily this VM was unimportant), rebooted the ESXi host, and upon reboot the host services all started and the host reconnected to vCenter and the vSAN network again.  I don't really understand how a single powered off VM on the vSAN datastore could cause the ESXi host management services to fail starting up (even after multiple restarts) but that seems to be what was causing the issue.  All resolved now.
I can't seem to get SSH or WinSCP connectivity to my ESXi host at the moment so I can't use those.  I do have vCenter but the ESXi host is currently disconnected from vCenter because of the hostd ser... See more...
I can't seem to get SSH or WinSCP connectivity to my ESXi host at the moment so I can't use those.  I do have vCenter but the ESXi host is currently disconnected from vCenter because of the hostd service issue.  I was able to generate a vmware-support log bundle and grab the hostd.log file from there.  So it is now attached here.  Please let me know if you can find anything relating to why my hostd service will not remain started.  Thanks!
Sorry but I can't get a WinSCP connection to my ESXi host to get the log file off.  Is there another way to export the log file to Windows?
These are the last four pages of logs after restarting the hostd service.      
I checked the DNS server and the forward and reverse lookup zones have the ESXi host entries configured correctly.  Yes we do not use IPv6 so that seems to be unrelated.  I don't think any of this is... See more...
I checked the DNS server and the forward and reverse lookup zones have the ESXi host entries configured correctly.  Yes we do not use IPv6 so that seems to be unrelated.  I don't think any of this is related to the hostd service failing to remain active and producing the above error when connecting to the UI.
I can't export the whole log at the moment but here are a couple of snippets that might provide some info. Particularly the Failed to resolve localhost IP address, Host not found (authoritativ... See more...
I can't export the whole log at the moment but here are a couple of snippets that might provide some info. Particularly the Failed to resolve localhost IP address, Host not found (authoritative).  Also the Unable to enable WOL capability for nic cannot be turned on probable bug file against driver ntg3
503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x000000f046c34780]_serverNamespace=/action=Allow authenticationParams=_port=8309) One of my ESXi hosts... See more...
503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x000000f046c34780]_serverNamespace=/action=Allow authenticationParams=_port=8309) One of my ESXi hosts just randomly went offline.  I cannot access the UI due to the error in the above screenshot.  I can access the DCUI and ESXi shell but I don't know where to troubleshoot.  The hostd service is not started.  If I start the hostd service using /etc/init.d/hostd start it will start but then stop again after 20-30 seconds.  Researching the error above doesn't really come up with anything specific for the Allow authenticationParams=_port=8309 portion.  I restarted the host multiple times but no resolution.  Help?
I'm running vRLCM 8.6.0 and need to upgrade to the current available version 8.6.1.5.  When I choose Settings->System Upgrade I cannot check online or check CDROM.  It immediately tells me No Upgrade... See more...
I'm running vRLCM 8.6.0 and need to upgrade to the current available version 8.6.1.5.  When I choose Settings->System Upgrade I cannot check online or check CDROM.  It immediately tells me No Upgrade Available.  I know there is an upgrade available.  I have the current 8.6.1.5 iso downloaded and attached to the vRLCM virtal CD-ROM drive.  So why can't the Check CDROM option see the attached ISO and update?  For that matter, why can't the vRLCM check online and find the current version either?  All my online connectivity and DNS is configured appropriately and working fine.  
I have an idea on how much time you wasted probably around the same amount of time I wasted.  Glad the solution helped you.  Take care.
Good news.  After 2.5 months, I have a working solution for this.  The binary download repository for vRLCM is https://download2.vmware.com.  There are a large number of other VMware download reposit... See more...
Good news.  After 2.5 months, I have a working solution for this.  The binary download repository for vRLCM is https://download2.vmware.com.  There are a large number of other VMware download repositories that constantly change IP addresses, but we won't get into that here.  First make sure your DNS server can resolve VMware's plethora of download repositories.  But my vRLCM DNS could so this was not the issue. What pointed me in the right direction was running the command: curl -v https://download2.vmware.com.  This output a refused TLS 1.2 connection.  I fixed a similar issue on my vIDM appliance by modifying the /etc/ssh/sshd_config file line 117 to remove some troublesome ciphers.  So I accessed my vRLCM sshd_config file located in /etc/ssh/sshd_config and scrolled down to line 117.  The first two ciphers listed are aes256-gcm@openssh.com and aes128-gcm@openssh.com.  By removing these two ciphers and saving the sshd_config file I was able to finally open a TLS session with https://download2.vmware.com and download the binary files I needed to upgrade my managed vRealize appliance from the vRLCM.  My cipher list on line 117 of sshd_config only contains aes256-ctr,aes192-ctr,aes128-ctr now and this seems to work.  I'm not sure what the issue with the first two ciphers mentioned above was or why they were allowed to certain VMware update repositories (such as vrealize-update.vmware.com) but not download2.vmware.com.  Furthermore I'm not sure why these two ciphers by default do not affect other users but affected my appliance.  I requested answers to these questions from my open VMware support ticket but they have not been able to provide answers at this time.  Still I hope this information is useful to any users who experience update issues with vRealize appliances.  I have used it to fix update issues on both vRLCM and vIDM in my environment.
I found the solution.  In vSphere under Configure->Advanced Settings, the Advanced vCenter Server Setting vpxd.certmgmt.mode was configured as custom.  I changed it to thumbprint and it let me add th... See more...
I found the solution.  In vSphere under Configure->Advanced Settings, the Advanced vCenter Server Setting vpxd.certmgmt.mode was configured as custom.  I changed it to thumbprint and it let me add the ESXi hosts.  I believe our intent is to manage our own certificates on the ESXi hosts, but I'll need check with my certificate admin to see how we are doing it.   If this value is set to custom does that mean that a custom certificate must be installed on the ESXi host for it to be managed by vSphere?  Likewise if it is set to Thumbprint, will vSphere add the SSL thumbprint and manage the host that way?
Yes I've checked all the ESXi troubleshooting articles.  Thank you for your response. I don't think the issues lies with the ESXi host.  The ESXi host can join a different VCSA (all on the same subn... See more...
Yes I've checked all the ESXi troubleshooting articles.  Thank you for your response. I don't think the issues lies with the ESXi host.  The ESXi host can join a different VCSA (all on the same subnet) correctly.  I'm looking for something on the troublesome VCSA that would be preventing a host from joining with the error "A general system error occurred: Host management agents not reachable on <IP Address of Host>"  What would cause the VCSA to be unable to reach the host management agents when the host management agents are running and communication between the two is fine? 
I have a VCSA running 7.0.2 that will not let me add any additional ESXi hosts running 7.0U2. I receive error "A general system error occurred: Host management agents not reachable on <Host IP>" for ... See more...
I have a VCSA running 7.0.2 that will not let me add any additional ESXi hosts running 7.0U2. I receive error "A general system error occurred: Host management agents not reachable on <Host IP>" for task Add standalone host. -VCSA and hosts are on same subnet. Network connectivity between VCSA and hosts is fine. No firewall between the two. -Management agents (hostd and vpxa) on ESXi host are started and running fine. -Have proper ESXi license added to VCSA and assigned to host during the add host wizard. -VCSA add host wizard finds the host SSL certificate but will not finish adding host. -Add host wizard immediately goes to 80% and then fails. -Hosts are DellEMC PowerEdge R6525 servers with the current custom DellEMC ESXi image installed. Furthermore, I have a separate VCSA server that the same hosts in question can be added to fine.  So it must be the first VCSA mentioned that is the issue.  What VCSA specifics can prevent a host from being added?  SSL configs? Security settings? Policy settings? HA? vSAN? is there something in the VCSA CLI I can look for specifically? I've combed the vSphere web console and nothing sticks out. It's got to be some security configuration made in the VCSA shell for a STIG we've applied that is preventing hosts from being added or something similar.  I need these hosts to be managed by this specific VCSA that I can't add them to.
I'm putting in a support request with VMware as I have nothing else to try.  Hope they can lead me to the correct solution.
I had the network team pull up the firewall monitor on our vRLCM and they did not see any traffic getting blocked.  They saw the connection being made to IP 23.66.114.144 which our DNS server resolve... See more...
I had the network team pull up the firewall monitor on our vRLCM and they did not see any traffic getting blocked.  They saw the connection being made to IP 23.66.114.144 which our DNS server resolves as a23-66-114-144.deploy.static.akamaitechnologies.com.  This looks like the correct binary repository so once again, the network connection is being made but the error continues to point towards the My VMware accounts not able to download the binaries.  It's as if the My VMware accounts aren't allowed to download the binaries and so the server closes the socket connection.
This wasn't the issue.  I did end up having both products entitled on My VMware account and still not able to download the product binaries in vRLCM.  Still searching for a solution.
I'm starting to think that this has to do with My VMware account not having the appropriate products registered with it. https://docs.vmware.com/en/VMware-vRealize-Suite-Lifecycle-Manager/8.4/com.vm... See more...
I'm starting to think that this has to do with My VMware account not having the appropriate products registered with it. https://docs.vmware.com/en/VMware-vRealize-Suite-Lifecycle-Manager/8.4/com.vmware.vrsuite.lcm.8.4.doc/GUID-58A150C5-9E52-4F28-9D1A-673AB4561834.html According to this link I need both vRealize Suite 2017 or later and vRealize Network Insight or NSX Data Center Enterprise Plus entitlements in order to download binaries from vRLCM.  I have vRealize Suite 2018 Enterprise registered with my account but not Network Insight or NSX Data Center.  I'm working with my team to get these entitlements and see if that corrects the issue.
That's what I was looking at late yesterday also.  I'll need to check with our network firewall team again for outbound connections from our vRLCM.
I've attached a screenshot of some additional log information provided under the initial error.  A lot of java errors.  Any clues to what this is saying?