HPE Systems impacted:
When HPE iLO systems are not properly transitioning power state in HMS/SAT this
could indicate that Redfish events are not being received by the HMS
HM-Collector. When this occurs, the HPE iLO receives an error back from its
attempt to send events and will delete the subscription if there are enough
failures. To detect this state, look at the subscription numbers under
/redfish/v1/EventService/Subscriptions
. If subscriptions are missing or are
extremely large and increasing, this would indicate the iLO is receiving an
error when trying to send Redfish events.
(ncn-m#
) Check subscriptions on affected BMC
curl -sk -u root:$PASSWD https://${BMC}/redfish/v1/EventService/Subscriptions | jq -c '.Members[]'
(ncn-m#
) Reset BMC with ipmitool
ipmitool -H $BMC -U root -P $PASSWD -I lanplus mc reset cold