When managing VMware Cloud Foundation (VCF) 9.0.x Operations, users may encounter the following issues:
Configuring.Configuring state indefinitely.Password and Certificates section in Fleet Management, no data is visible, even though lifecycle operations appear functional.Fleet Manager fails with error code LCMVROPSSYETME25050, even after updating the root password in the Locker.Follow the steps below to manually remove the stalled node and restore Fleet Manager visibility.
root.$VMWARE_PYTHON_BIN $VCOPS_BASE/../vmware-vcopssuite/utilities/sliceConfiguration/bin/vcopsConfigureRoles.py --action bringSliceOffline --offlineReason "Maintenance"OFFLINE:service vmware-casa stop; sleep 10;cp /storage/db/casa/webapp/hsqldb/casa.db.script /storage/db/casa/webapp/hsqldb/casa.db.script.backup;sed -ri 's/"onlineState":"\\w+"/"onlineState":"OFFLINE"/g;s/"initialization_state":"\\w+"/"initialization_state":"NONE"/g;s/"online_state":"\\w+"/"online_state":"OFFLINE"/g;s/"online_state_reason":"\\w+"/"online_state_reason":""/g;s/"remove_node_state":"\\w+"/"remove_node_state":"NONE"/g;s/"installation_state":"\\w+"/"installation_state":"DONE"/g' /storage/db/casa/webapp/hsqldb/casa.db.script;sleep 2; service vmware-casa start;curl command to remove the node that is stuck in Configuring status:curl -ik -u 'admin:[password]' -X DELETE https://[Primary_Node_IP]/casa/deployment/slice/[Node_To_Remove_IP]Fleet Manager appliance as root.touch /var/lib/vrlcm/UI_ENABLEDFleet Manager UI.Sync.