VMware Cloud Foundation

 View Only

having issues with VCF 5.2 bringup, bringup fails at task "Enable/Disable SSH on NSX Manager Nodes"

  • 1.  having issues with VCF 5.2 bringup, bringup fails at task "Enable/Disable SSH on NSX Manager Nodes"

    Posted 2 days ago

    having issues with VCF bringup, bringup fails at task "Enable/Disable SSH on NSX Manager Nodes"

    I logged into the cloud builder and reviewed the bringup.log and this is what I see:

    2025-03-13T14:26:37.418+0000 [bringup,67d2eaca6200fd9f9acdf6b839f23e46,6bc1] ERROR [c.v.e.s.o.model.error.ErrorFactory,pool-2-thread-5] [SDM9GA] FAILED_TO_ENABLE_DISABLE_SSH_ON_EDGE_NODES Failed to validate ssh status on edge node(s): vcftest-nsx01.example.com
    com.vmware.evo.sddc.orchestrator.exceptions.OrchTaskException: Failed to validate ssh status on edge node(s): vcftest-nsx01.example.com
            at com.vmware.vcf.common.fsm.plugins.nsxt.action.EnableDisableSshOnManagerNodesAction.execute(EnableDisableSshOnManagerNodesAction.java:84)
            at com.vmware.vcf.common.fsm.plugins.nsxt.action.EnableDisableSshOnManagerNodesAction.execute(EnableDisableSshOnManagerNodesAction.java:28)
            at com.vmware.evo.sddc.orchestrator.platform.action.FsmActionState.invoke(FsmActionState.java:62)
            at com.vmware.evo.sddc.orchestrator.platform.action.FsmActionPlugin.invoke(FsmActionPlugin.java:159)
            at com.vmware.evo.sddc.orchestrator.platform.action.FsmActionPlugin.invoke(FsmActionPlugin.java:144)
            at com.vmware.evo.sddc.orchestrator.core.ProcessingTaskSubscriber.invokeMethod(ProcessingTaskSubscriber.java:400)
            at com.vmware.evo.sddc.orchestrator.core.ProcessingTaskSubscriber.processTask(ProcessingTaskSubscriber.java:520)
            at com.vmware.evo.sddc.orchestrator.core.ProcessingTaskSubscriber.accept(ProcessingTaskSubscriber.java:124)
            at jdk.internal.reflect.GeneratedMethodAccessor91.invoke(Unknown Source)
            at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.base/java.lang.reflect.Method.invoke(Method.java:568)
            at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:85)
            at com.google.common.eventbus.Subscriber.lambda$dispatchEvent$0(Subscriber.java:71)
            at com.vmware.vcf.common.tracing.TraceRunnable.run(TraceRunnable.java:59)
            at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
            at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
            at java.base/java.lang.Thread.run(Thread.java:840)
    2025-03-13T14:26:37.506+0000 [bringup,67d2eb1dfb09fc529a485ade84f61203,5663] WARN  [c.v.e.s.o.c.ProcessingOrchestratorImpl,pool-2-thread-6] Processing State completed with failure
    2025-03-13T14:26:37.559+0000 [bringup,67d2eb1d493c760d6b70f6fdd2035469,1be7] INFO  [c.v.e.s.o.core.OrchestratorImpl,pool-2-thread-6] End of Orchestration with FAILURE for Execution ID 2cfb6ffd-c426-4911-a0d0-5f356310fed7
    2025-03-13T14:26:37.898+0000 [bringup,67d2eb1db64a6094b65b1061c6f0388d,5847] INFO  [c.v.e.s.o.c.s.OrchestratorSubscriber,pool-2-thread-6] Ignoring unknown OrchestratorMessage {"executionId":"2cfb6ffd-c426-4911-a0d0-5f356310fed7"}
    2025-03-13T14:26:37.900+0000 [bringup,67d2eb1de6f8cd281a517dc3070d06f1,666e] INFO  [c.v.e.s.t.s.e.util.TaskUtilImpl,pool-2-thread-16] Skipping updating task corresponding to execution with ID 2cfb6ffd-c426-4911-a0d0-5f356310fed7 as it does not exist.

    The strange thing is SSH is enabled on that host, so I don't understand why it's failing at that task..

    I'm currently installing VCF from the following appliance version: VMware-Cloud-Builder-5.2.0.0-24108943_OVF10.ova

    anyone that has an idea, it would be a huge help in getting VCF installed.