How can I clear the InMaint list for a SAM domain?
Smarts - 10.1.x/24.3.x
START {
..eol
}
do {
MaintObj = object("ICS_InMaint","ICS-InMaint");
print(MaintObj->InMaintTable);
MaintObj->InMaintTable = list();
print(MaintObj->InMaintTable);
}
sm_adapter -s <SAM domain> clearMaint.asl
Verify table as explained in Alarms generated on a device although the device is in maintenance. How to evaluate the maintenance criteria