- Log in to the SDDC Manager Controller VM as the root user.
- Issue the following command to create and edit the /home/vrack/VMware/vRack/feature.properties file:
vi /home/vrack/VMware/vRack/feature.properties
- Add the following to the file:
feature.sddcmanager.unmanagedhostupgrade=false
- Save and close the file.
- Issue the following commands to set the appropriate ownership and permissions on the /home/vrack/VMware/vRack/feature.properties file:
chown vrack:users /home/vrack/VMware/vRack/feature.properties
chmod 755 /home/vrack/VMware/vRack/feature.properties
- Issue the following command to restart the vcfmanager service:
systemctl restart vcfmanager
Note: The value of feature.sddcmanager.unmanagedhostupgrade in the /home/vrack/VMware/vRack/feature.properties file can be set to true after the expansion is completed or the /home/vrack/VMware/vRack/feature.properties file can be removed (if desired). In either instance, the vcfmanager service will need to be restarted for the change to be active.