Installation failure vSphere 6.5 and 6.7 #2217
-
I am currently attempting to deploy a POC/Test instance 2.3.10 in VMWare after multiple attempts on our VMware infrastructure I am having multiple failures. I am able to install successfully on a workstation with Virtualbox. I have attempted the failed on installs on VMWare 6.5 & 6.7 Version 2.3.10 Install had a problem. Please see /root/sosetup.log for details. local:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
Can you post the full sosetup.log somewhere? |
Beta Was this translation helpful? Give feedback.
-
We were able to pin down the problem to the fact that when the Fleet container was resolving This was fixed with swapping localhost for 127.0.0.1 - this fix will be release in 2.3.20. |
Beta Was this translation helpful? Give feedback.
We were able to pin down the problem to the fact that when the Fleet container was resolving
localhost
to something other than 127.0.0.1.This was fixed with swapping localhost for 127.0.0.1 - this fix will be release in 2.3.20.
#2346