SCOM 2019: Need to Seal the Custom Management pack

kumaravelu 106 Reputation points
2021-04-06T08:57:02.813+00:00

Hi All,

We have SCOM 2019 need to Seal one of the Custom MP
when i tried we get the below error message
Could not load Management Pack "Microsoft.SystemCenter.Library" it was not found in Store.

looking at the store i could see Microsoft system ceter Library.mpb file and not the .mp file.

I followed the below link
https://blog.ctglobalservices.com/operations-manager-scom/msk/opsmgr-seal-a-management-pack-step-by-step/

kindly assist on this request.

Regards,
Kumar B

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. CyrAz 5,181 Reputation points
    2021-04-06T10:37:08.403+00:00

    MPSeal can't seal MPs that depends on a .mpb, but FastSeal can.

    And FastSeal actually doesn't even care about referenced mps at all, so you don't need the referenced MPs at all and you can just seal your MP like this :

    fastseal.exe "C:\MyMPs\my.custom.MP.xml" /key "c:\MyMPs\mykey.snk" /company "MyCompany"

    0 comments No comments

  2. kumaravelu 106 Reputation points
    2021-04-06T11:15:54.237+00:00

    Hi Cyril,

    Thank you for the solution, is there any link how to seal the MP using Fastseal with complete steps.

    Regards,
    Kumar