SCOM Resolution State issue

Ravi Bhushan 126 Reputation points
2020-11-12T13:08:53.577+00:00

Hi,

Thanks for helping me out earlier.
We are facing a new issue in SCOM. We have set the resolution state for closed alert as 255 but for some alert it is behaving different. Even if the alert is closed in SCOM, the resolution state does not change. It shows its resolution state as 0. We are working on automation for the closure of alert. Like if any alert gets closed in SCOM the related incident also gets closed in Service now. But this is causing a breaker in the path.

Pease help me with this.

Best Regards,
Ravi Bhushan

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,484 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Leon Laude 85,791 Reputation points
    2020-11-12T13:12:36.88+00:00

    Hi @Ravi Bhushan ,

    To get a better understanding, could you please describe in detail how you are attempting to change the resolution states of your alerts?

    When an alert gets generated the resolution state will always start with the resolution state of New (ID: 0), have you also made sure that it's simply the Operations Console that has not refreshed the resolution state status?

    ----------

    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)

    Best regards,
    Leon


  2. SChalakov 10,391 Reputation points MVP
    2020-11-12T13:50:23.673+00:00

    HI @Ravi Bhushan ,

    In addition to what Leon suggested I would recommend checking the state with PowerShell:

    Get-SCOMAlert -ResolutionState 0  
    

    or

    Get-SCOMAlert -ResolutionState 255  
    

    Where do you see the closed alerts, under which Resolution State?

    Regards,
    Stoyan


  3. Ravi Bhushan 126 Reputation points
    2020-11-12T15:26:50.937+00:00
    IntegrationId ded81421-9400-49aa-92cf-07440d22a0ed | Status = NEW | Id = ded81421-9400-49aa-92cf-07440d22a0ed | ManagementGroupId = xxxxxxxxxxxxxxxxxxxxxxxxxxx | ManagementGroupName = N/A | ManagementGroup = xxxxx | ClientHost = xxxxxx | MonitoringObjectId = fa3c11c9-0ca4-349a-d9a8-481cc546b3b1 | MonitoringClassId = 6bad884b-8b0e-a406-5424-32e962dea214 | IsMonitorAlert = True | ProblemId = aa576e09-5bc5-4928-cd80-54e280f6c83d | MonitoringRuleId = aa576e09-5bc5-4928-cd80-54e280f6c83d | MonitoringObjectDisplayName = HPR | MonitoringObjectName = HPR | MonitoringObjectPath = HPR | MonitoringObjectFullName = Microsoft.SystemCenter2012.ConfigurationManager.PrimarySite:HPR | ResolutionState = 0 | Priority = Normal | Severity = Error | Category = Custom | Owner = N/A | ResolvedBy = N/A | TimeRaised = 2020/11/11 02:32:12.320 | TimeAdded = 2020/11/11 02:32:12.173 | LastModified = 2020/11/12 02:32:27.053 | LastModifiedBy = System | TimeResolved = N/A | TimeResolutionStateLastModified = 2020/11/11 02:40:02.483 | CustomField1 = N/A | CustomField2 = N/A | CustomField3 = N/A | CustomField4 = N/A | CustomField5 = N/A | CustomField6 = N/A | CustomField7 = N/A | CustomField8 = N/A | CustomField9 = N/A | CustomField10 = N/A | TicketId = INC0323592 | ConnectorId = 14020a64-5b20-4240-84dc-f9e45957d8c1 | LastModifiedByNonConnector = 2020/11/12 02:32:27.053 | MonitoringObjectInMaintenanceMode = False | MonitoringObjectHealthState = Error | ConnectorStatus = Pending | RepeatCount = 1 | NetbiosComputerName = HPR | NetbiosDomainName = N/A | PrincipalName = N/A | SiteName = N/A | MaintenanceModeLastModified = 1900/01/01 00:00:00.000 | StateLastModified = 2020/10/28 18:16:46.227 | Parameters = System.Collections.ObjectModel.ReadOnlyCollection.1[System.String] | Name = Content distribution alert | Description = The content distribution of site HPR-Horizon does not work. | HasKnowledge = false  
    

    39472-image.png

    39471-image.png


  4. CyrAz 5,181 Reputation points
    2020-11-12T15:53:25.33+00:00

    Alert is generated by a Monitor (IsMonitorAlert = true).
    Are you running SCOM 2019? If yes, alerts coming from a monitor can't be closed anymore as long as their source object is not healthy.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.