An alarm with the description "Baremetal Service - <controllerID> is degraded" is observed on the SSP UI
vDefend SSP >= 5.1
The alarm is raised when the Baremetal Controller detects that one or more of its core services (Database, Management Plane Adapter, or Bare Metal Server Controller) are degraded or unavailable. Common causes include VMware NSX connectivity issues, database connection failures, or internal service errors preventing normal operation.
Steps to resolve:
Try restarting the StatefulSet. This should resolve any transient issues.
Log in to the SSPI root shell.
Run the following command to restart the StatefulSet:
k rollout restart statefulset baremetal-controller -n nsxi-platform
Wait for approximately 5 minutes, then check if the baremetal-controller pods have recovered:
k get pods -n nsxi-platform | grep baremetal-controller
Wait for around 20 minutes and verify if the alarm is automatically resolved
If the issue is not resolved, collect the SSP Support Bundle and raise a support ticket with Broadcom for further assistance.