Appendix J. Importing Veeam MP in System Center Service Manager

When importing Veeam MP libraries into System Center 2016 Service Manager (SCSM), to configure SCSM – OpsMgr synchronization, you should import the following Veeam Library MPs:

  • Veeam.Virt.Extensions.VMware.BaseDiscovery.mpb
  • Veeam.Virt.Extensions.VMware.Library.mpb
  • Veeam.Virt.Extensions.HyperV.Library.mpb

All above MPs can be found in the Veeam MP ISO, in the \SCOM MPs folder.

Additionally, the following two Microsoft MPs are a required dependency — these MPs can be found in the System Center Operations Manager Online Catalog:

  • Microsoft.SystemCenter.2007.mp
  • Microsoft.SystemCenter.DataWarehouse.Library.mp

Note that import of the Veeam MPs using the SCSM console import GUI may fail with an error concerning dependencies. There is no known workaround for this. In this case, use Service Manager Shell PowerShell interface and the Import-SCSMManagementPack cmdlet as follows:

Import-SCSMManagementPack .\Veeam.Virt.Extensions.VMware.BaseDiscovery.mpb

Import-SCSMManagementPack .\Veeam.Virt.Extensions.VMware.Library.mpb

Import-SCSMManagementPack .\Veeam.Virt.Extensions.HyperV.Library.mpb