Unable to proceed with VCF/VxRail Upgrade from 4.x to 5.x -- Incorrect bundle or no bundle displays in LCM/UI.
search cancel

Unable to proceed with VCF/VxRail Upgrade from 4.x to 5.x -- Incorrect bundle or no bundle displays in LCM/UI.

book

Article ID: 327188

calendar_today

Updated On:

Products

VMware Cloud Foundation

Issue/Introduction

To assist with make the bundle "Available" after having it downloaded via LCM.


Symptoms:
  • SDDC UI is still using the 4.x Updates interface
  • Incorrect bundle or no bundle displays in LCM/UI.
  • The environment was migrated from 3.x to 4.x/5.x
  • The Target upgrade version  API fails with 404 error in the API Explorer. 
  • The following flags are present in the feature.properties file. 
cat /home/vcf/feature.properties
feature.lcm.store.target.version=false
feature.vcf.isolated.wlds=false
 

Example of 4.x Updates tab. 

image.png


Environment

VMware Cloud Foundation 4.x

Cause

This is known issue on 4x due to migration 3x to 4x, during migration config drift set two features in /home/vcf/ but never set it back. This will cause the 4.x to 5.x bundle to not display accurately, if the /home/vcf/feature.properties file line ---- 'feature.lcm.store.target.version' is still false.

Resolution

Removing these two lines from the feature.properties file. 

  1. SSH to SDDC Manager using vcf account and su to root
  2. Edit the file /home/vcf/feature.properties file and remove these two lines (or comment them out):
    • feature.lcm.store.target.version=false
    • feature.vcf.isolated.wlds=false
  3. Restart all of the SDDC Manager services:
    • /opt/vmware/vcf/operationsmanager/scripts/cli/sddcmanager_restart_services.sh
  4. Login to the SDDC UI and verify the Updates interface has changed. 
Example of expected 5.x Updates interface,
image.png

Additional Information