Symptoms:
ERROR [vcf_om,6719f51a97b5805d99b9df8d2ce46477,0ea7] [c.v.e.s.c.u.c.SshCommandExecuter,precheck-validation10] Could not connect to the SSH server @ esxi.domain.com for configuration.com.jcraft.jsch.JSchException: timeout: socket is not established at com.jcraft.jsch.Util.createSocket(Util.java:394) at com.jcraft.jsch.Session.connect(Session.java:215) at com.vmware.evo.sddc.common.util.SshUtil.getSession(SshUtil.java:678) at com.vmware.evo.sddc.common.util.SshUtil.getSession(SshUtil.java:626) at com.vmware.evo.sddc.common.util.command.SshCommandExecuter.<init>(SshCommandExecuter.java:55) at com.vmware.evo.sddc.common.util.command.SshCommandExecuterFactory.createSshCommandExecuter(SshCommandExecuterFactory.java:71) at com.vmware.evo.sddc.common.util.command.SshCommandExecuterFactory.createSshCommandExecuter(SshCommandExecuterFactory.java:28) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569)VMware Cloud foundation 5.x
The prechecks are failing due to a communication problem of the SDDC manager with the ESXi hosts on port 22
Investigate network and TCP/UDP port connectivity issues on port 22 using KB article 341078
In some occasion the issue might also occur due to incorrect/mismatched Host Keys stored in SDDC manager's known_hosts files.
Follow KB article 316028 to resolve the issue.