NSX-T
Host component can not be upgraded if OverallUpgradeStatus is SUCCESS.
You can check /var/log/upgrade-coordinator/upgrade-coordinator.log in the orchestrator node and verify OverallUpgradeStatus causes the failure.
<Timestamp> INFO http-nio-127.0.0.1-7442-exec-[N] UpgradeCoordinatorFacadeImpl 2975 SYSTEM [nsx@6876 comp="nsx-manager" level="INFO" subcomp="upgrade-coordinator"] Invoke Continue upgrade with Parameters com.vmware.nsxapi.upgrade.dto.ContinueRequestParameters@57c4a0a5[skip=false,hasSkip=true,componentType=HOST,hasComponentType=true]
...
<Timestamp>
INFO http-nio-127.0.0.1-7442-exec-[N] UpgradeServiceImpl 2975 SYSTEM [nsx@6876 comp="nsx-manager" level="INFO" subcomp="upgrade-coordinator"] Got OverallUpgradeStatus as SUCCESS from DB<Timestamp>
INFO http-nio-127.0.0.1-7442-exec-[N] FacadeInterceptorHelperImpl 2975 SYSTEM [nsx@6876 comp="nsx-manager" level="INFO" subcomp="upgrade-coordinator"] Caught error in facade interceptorcom.vmware.nsx.management.upgrade.exceptions.UpgradeNotPausedException: null
You can reinitialize OverallUpgradeStatus by restarting upgrade coordinator.
Run get service install-upgrade
on a NSX Manager.nsx01> get service install-upgrade
Thu Jun 20 2024 UTC 02:23:20.376
Service name: install-upgrade
Service state: running
Enabled on: <The orchestrator node>
You can identify the orchestrator node as Enabled on:
.
Run restart service install-upgrade
on the orchestrator node.