How do I know a imported override MP is working?

David Kim 66 Reputation points
2021-03-21T22:44:13.723+00:00

Custom override MPs from SCOM 2012 will be imported into SCOM 2019. How do I know if these are working? For exampled there are unsealed override MP SQL 2012 which is imported into SCOM 2019. I have imported a downloaded MP for SQL 2012 then imported the SQL 2012 overrides.

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,413 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. System Center guy 686 Reputation points
    2021-03-22T01:43:36.407+00:00

    use PowerShell cmdlet Export-SCOMEffectiveMonitoringConfiguration to retrieves the rules, monitors, and overrides that apply to a specified monitoring object, calculates the effective configuration of the rules and monitors. Then you can know whether a override is successful applied.

    Roger

    0 comments No comments

  2. AlexZhu-MSFT 5,551 Reputation points Microsoft Vendor
    2021-03-22T08:28:42.65+00:00

    Hi,

    For referenced management pack, the ID is used. Mostly, for a new environment, we need to import the new sealed MP (in our case, for SCOM2019, not for SCOM2012R2) and the unsealed (that is exported from SCOM2012R2 for overrides) in the new environment.

    80126-scom-mp-03.png

    Mostly, the ID will not change, so the overrides works as expected as in the old environment.

    To check the imported unsealed MP from old environment, if we remember the monitor/rule name, we can also check them from the operations console, as shown below:

    79989-scom-mp-04.png

    Regards,

    Alex
    If the response is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments