Administrator Guide

2. After successfully importing the Dell.Storage.Library.mpb and the Dell.Storage.VMMDiscovery.mpb files, select
Administration > Run as Configuration > Profiles.
3. Select Dell.Storage.VMMDiscovery.RunAsProfile.
4. Click Properties.
5. Select Run As Accounts.
6. Click Add.
7. From the Run As Account drop-down menu, select Virtual Machine Manager Connection Account and then click OK.
8. Click Save.
When the wizard is finished, close the window.
Removing a Management Pack
The Dell Storage VMM Discovery management pack depends on the Dell Storage management pack. The VMM Discovery management
pack must be removed before the Dell Storage management pack is removed.
NOTE: The VMM Discovery management pack is referenced by the Secure Reference Override management pack;
therefore, follow the steps in the following procedure before removing the VMM Discovery management pack from the
System Center Operations Manager (SCOM).
To remove the management pack .mpb files:
1. Select Administration > Run as Configuration > Profiles.
a) Select Dell.Storage.VMMDiscover.RunAsProfile.
b) Click Properties.
c) Select Run as Accounts and Virtual Machine Manager Connection and then click Remove.
d) Click Save.
When the wizard is finished, close the window.
2. Open Windows PowerShell and run the following script. The script removes any references in the Microsoft Secure Reference
Override management pack.
> $MP = Get-SCOMManagementPack -Name “Microsoft.SystemCenter.SecureReferenceOverride”
> $MP.References.Remove("Storage")
> $MP.Verify()
> $MP.AcceptChanges()
3. Select Administration > Management Packs.
4. Select the management pack that you want to delete.
5. Click Delete.
Using the Windows Management Instrumentation
Provider
During discovery, the Storage Center Management Pack looks for target hosts in the SCOM Management Group that have the Windows
Management Instrumentation (WMI) Provider installed.
NOTE:
The Storage Center Management Pack discoveries run every 4 hours by default. Initial discoveries of instances of
the management pack classes might take up to 4 hours.
Install the WMI Provider on the same server as the Storage Manager Data Collector. Installing the WMI Provider on a standalone
computer is recommended only if one of the following conditions applies:
The WMI Provider will be connected to multiple Data Collectors.
Installing the WMI Provider on the same computer as the Data Collector will cause a performance impact. A performance impact could
be caused by computing resource issues (CPU and memory) or a large number of discovered components.
10
Getting Started