The vRSLCM product is successfully upgraded but the SDDC Manager upgrade workflow is marked as failed, please follow below steps to resolve this issue:
- Take snapshot of SDDC Manager VM.
- Open the vRSLCM UI, click on the username (top right corner), open the About page, verify that the version is upgraded to the target version (for example 8.2) and copy the Build number.
- SSH to SDDC Manager VM, enable the root user and run:
psql -h localhost -U postgres -d platform -c "update vrslcm set version = '8.x.x-BUILD_NUMBER';"
Note:
Replace 8.x.x with the correct version number, for example 8.2.0
Replace BUILD_NUMBER with the build number copied from Step 2
Following are couple of examples for 8.2.0 and 8.4.1.1 :
psql -h localhost -U postgres -d platform -c "update vrslcm set version = '8.2.0-17465722';"
psql -h localhost -U postgres -d platform -c "update vrslcm set version = '8.4.1-18067607';"
- SSH to the vRSLCM VM and run:
eject -F /dev/sr0