The upgrade bundle is successfully displayed under LCM Management > Bundle Management, and the system shows that the upgrade is available for the upgrade from 4.x to 5.x.
However, when navigating to Domains > Upgrade/Patches > Available Upgrades, the option to select an upgrade plan is not available.
Attempting to proceed results in the error: No updates available
/home/vcf/feature.properties, it was found to be either missing or incomplete. Specifically, the following entries are not present:feature.lcm.store.target.version=truefeature.vcf.isolated.wlds=truefeature.properties file is missing from the /home/vcf/ directory.INFO [vcf_dm,0000000000000000,0000] [o.s.c.a.ConfigurationClassParser,main] Properties location [file:/home/vcf/feature.properties] not resolvable: /home/vcf/feature.properties (No such file or directory)
This issue is caused either by the lines missing from /home/vcf/feature.properties or by the complete absence of the feature.properties file:
feature.lcm.store.target.version=truefeature.vcf.isolated.wlds=true
feature.properties FileTake a snapshot of the SDDC Manager.
SSH to the SDDC Manager using the vcf account and switch to root.
Edit the file /home/vcf/feature.properties and add the following lines:feature.lcm.store.target.version=truefeature.vcf.isolated.wlds=true
Save the file and exit the editor.
Restart all SDDC Manager services:
Log in to the SDDC Manager UI and verify that the Updates interface has changed.
Take a snapshot of the SDDC Manager.
SSH to the SDDC Manager using the vcf account and switch to root.
Create a new file /home/vcf/feature.properties.
Set ownership and permissions: chown vcf:vcf /home/vcf/feature.propertieschmod 750 /home/vcf/feature.properties
Edit the file and add the following lines:feature.lcm.store.target.version=truefeature.vcf.isolated.wlds=true
Save and exit the editor.
Restart all SDDC Manager services:
Log in to the SDDC Manager UI and verify that the Updates interface has changed.