Hello everyone.
Trying to understand specifics of sealing custom MP. (OpsMgr 2012 R2)
1.When i'm trying to seal my MP using MPSeal.exe. I get an error :
Attempting to seal ManagementPack file: D:\SCOM\BSPb.DA.Management.Pack.xml
: Verification failed with 28 errors:
-------------------------------------------------------
Error 1:
Found error in 2|BSPb.DA.Management.Pack|1.0.0.0|BSPb.DA.Management.Pack|| with message:
Could not load management pack [ID=Microsoft.Exchange.15, KeyToken=31bf3856ad364e35, Version=15.0.663.19]. The management pack was not found in the st
ore.
Microsoft.EnterpriseManagement.Common.ObjectNotFoundException: An object of class ManagementPack with name Microsoft.Exchange.15 was not found.
at Microsoft.EnterpriseManagement.AggregateStoreManagementPackManagement.GetManagementPack(String name, String keytoken, Version version)
at Microsoft.EnterpriseManagement.Configuration.ManagementPackReference.GetManagementPack()
As I understand, I need to have these 28 MPs, on which my Custom MP depends in the same folder to make proper sealing. Am I right?
2. Can I copy all these sealed MP from production SCOM server, or I need to download them one by one from site?
3. How MPs depend on each other? For instance, in future I want:
- To upgrade system MPs, on which my custom depends.
- I want to change and upgrade my custom MP .
Thanks in advance.