/var/log/vmware/sddc-support/lcm/lcm-debug.log
MM-DD-YYYY HH:MM:SS [DEBUG]: NSX_T_MANAGER Upgrade Bundle identified: {'id': 'xxxxxxxx-xxxxxxx-xxxxxx-xxxxxx', 'downloadStatus': 'PENDING', 'toVersion': '4.2.3.0.0-24866349', 'fromVersion': '4.2.1.0.0-24304122', 'component': 'NSX_T_MANAGER'}
MM-DD-YYYY HH:MM:SS [INFO]: Starting bundle availability logic
MM-DD-YYYY HH:MM:SS [INFO]: Printing Current Versions Detected.
MM-DD-YYYY HH:MM:SS [INFO]: Checking Status of Products
MM-DD-YYYY HH:MM:SS [DEBUG]: Component NSX_T_MANAGER has status ERROR
MM-DD-YYYY HH:MM:SS [DEBUG]: Component VCENTER has status ACTIVE
MM-DD-YYYY HH:MM:SS [DEBUG]: Component ESX_HOST has status ACTIVE
SDDC 5.2.x
1. Host entry in "ERROR" status:
/usr/pgsql/13/bin/psql -U postgres -h localhost -d platform
select id, name, status from host where status != 'ACTIVE';
id name status
│ #########-######### │ ####-esx##.####.### │ ###.##.##.#### │ 8.0.3-24674464 │ ERROR │ f │ ###.##.##.#### │ \N
2. NSX-T entry is in "ERROR" status in the SDDC database
platform=# select id, status from nsxt where status != 'ACTIVE';
| id | Status |
| xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx | ERROR |
psql -h localhost -U postgres -d platform