vCenter 8 update bundle not available in VI domain
book
Article ID: 398423
calendar_today
Updated On:
Products
VMware SDDC Manager
Issue/Introduction
vCenter 8 update bundle not available in VI domain
From the Management domain UI: Update not possible while <vRSLCM_fqdn> is in failed state.
Environment
VMware Cloud foundation 5.x
Resolution
Take a snapshot of the SDDC Manager.
SSH to the SDDC Manager with the account vcf user, and switch to root account type su
vRSLCM status from the SDDC Manager database is in an "ERROR" state, and it can be checked with the following commands: psql -h localhost -U postgres -d platform \x select * from vrslcm;
Update vRSLCM status to "ACTIVE" with the following command: update vrslcm set status='ACTIVE' where id='vrslcm_id';