Setup Guide
• DellWorkstationPollPolicy.XML — For polling Dell Workstations
• DelliDRAC8PollPolicy.XML — For polling iDRAC8 systems
• DelliDRAC7PollPolicy.XML — For polling iDRAC7 systems
• DellDRACPollPolicy.XML — For polling iDRAC6 and DRAC5
• DellFX2CMCPollPolicy.XML — For polling FX2 CMC systems
• DellVRTXCMCPollPolicy.XML — For polling VRTX CMC systems
• DellCMCPollPolicy.XML — For polling CMC systems
• DellCompellentPollPolicy.XML — For polling Compellent storage arrays
• DellPowerVaultNXPollPolicy.XML — For polling PowerVault NX storage arrays
• DellMDStoragePollPolicy.XML — For polling MD storage arrays
• DellC-SeriesPollPolicy.XML — For polling C-Series switches
• DellM-SeriesPollPolicy.XML — For polling M-Series switches
• DellN-SeriesPollPolicy.XML — For polling N-Series switches
• DellW-SeriesPollPolicy.XML — For polling W-Series switches
• DellZ-SeriesPollPolicy.XML — For polling Z-Series switches
To import the policies listed above, run the following command:
%NCHOME%\precision\bin\ncp_perl %NCHOME%\precision\scripts\perl\scripts
\get_policies.pl -domain <Domain Name> -to domain=<DOMAIN_NAME> -from
file=<Dell-OMC-ITNM-Core-Integration\configuration\Poll Policy Filename>
For example: %NCHOME%\precision\bin\ncp_perl %NCHOME%\precision\scripts\perl
\scripts\get_policies.pl -domain NCOMS -to domain=NCOMS -from file=C:
\workarea\build\Dell-OpenManage-Connection-for-ITNM-2.0\Dell-OMC-ITNM-Core-
Integration\configuration\DellCMCPollPolicy.xml
NOTE: Ensure that the class IDs for Dell devices in the ClassSchema.cfg and the corresponding
poll policies are the same.
17. Navigate to the Dell-OMC-ITNM-Core-Integration\configuration folder and insert the contents of
the
nco_p_ncpmonitor.rules file, to %NCHOME%\probes\<Arch>\nco_p_monitor.rules file,
if (match(@AlertGroup, "ITNM Status") || match(@AlertGroup, "ITNM Disco"))
{
...
}
else
{
...
switch ($EventName)
{
...
//Insert Dell Specified Changes For nco_p_ncpmonitor.rules here
}
...
# Append the value of @Identifier, with the new variable $tmpVal, as given
below #
#
#@Identifier = $EntityName + @LocalPriObj + "->" + $EventName + @Type +
@NmosDomainName + $tmpVal
The contents must be copied under the $EventName switch statement for AlertGroup. Edit the value
of @Identifier by appending $tmpVal with a '+' sign .
16