You are running vDefend SSP 5.0 or later and have encountered an alarm with the description:
"Platform Service {{ .ResourceID }} is degraded."
This indicates that one of the Platform Services is currently degraded or in an unhealthy state, impacting its functionality.
These are the services , which are part of the platform services, that could throw service degraded alarm.
authelia
authserver
cluster-api
monitor
postgresql-ha-pgpool
sentinel
nsx-config-0
nsx-config-1
postgresql-ha-postgresql
If the alarm stays open for more than 30 minutes or if its occurring multiple times, proceed to the Resolution section.
vDefend SSP Version: 5.0 and later
One or more pods of platform service {{ .ResourceID }} are not in a running state
Steps to resolve:
Restart the deployment/statefulset. This should take care of any transient issues
Log into SSPI root shell.
k -n nsxi-platform get pod <pod-name> -o jsonpath='{.metadata.ownerReferences[0].kind}'
StatefulSet
, follow the StatefulSet restart steps.ReplicaSet
, it belongs to a Deployment If {{ .ResourceID }} is statefulset
run:
k -n nsxi-platform rollout restart statefulset {{ .ResourceID }}
Otherwise, run:
k -n nsxi-platform rollout restart deployment {{ .ResourceID }}
Wait for ~20 minutes and check if the alarm is auto-resolved. (k -n nsxi-platform get pods
to check restarted pod are up)
If the alarm persists, check for the following
If none of the above is applicable, Open a ticket with Broadcom Support.