Owner's Manual

Table Of Contents
On Systems running Windows:
%NCHOME%\platform\win32\jre_1.6.7\jre\bin\java.exe
On systems running Linux:
$NCHHOME/platform/linux2x86/jre_1.6.7/jre/bin/java
NOTE: Copy the environmental variable DELL_OMC_ITNM_JAVA_PATH to /etc/profile file, to
ensure that the environment variable is available in all shells.
12. Perform the following steps to restart the Network Manager core services:
On systems running Windows
— Restart the service ncp_ctrl service.
On systems running Linux
— Run the commands itnm_stop ncp and itnm_start ncp.
13. Navigate to the Dell-OpenManage-Connection-for-ITNM-1.0\Dell-MIBS folder and copy the MIB files to the
%NCHOME%\precision\mibs folder.
14. To load the new MIBs, run the command:
%NCHOME%\precision\platform\<Arch>\bin\ncp_mib
NOTE: Copy all the dependent MIB files before running the ncp_mib.
15. Navigate to the Dell-OMC-ITNM-Core-Integration\configuration folder, import the following poll policies and then
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>
DellServerPollPolicy.XML — For polling Dell servers
DellCMCPollPolicy.XML — For polling CMC systems
DellVRTXCMCPollPolicy.XML — For polling VRTX CMC systems
DellDRACPollPolicy.XML — For polling iDRAC6, DRAC5, and DRAC/MC systems
DellOOBServerPollPolicy.XML — For polling OOB servers
NOTE: Make sure the class IDs for Dell devices in the ClassSchema.cfg and the corresponding poll policies
are the same.
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-1.0\Dell-OMC-ITNM-Core-
Integration\configuration\DellCMCPollPolicy.xml
16. 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. The contents must be
copied under the $EventName switch statement for AlertGroup. Edit the value of @Identifier by appending
$tmpVal with a '+' sign .
For information on the contents of the nco_p_ncpmonitor.rules file that you must insert, see the section “Dell
Specified Changes for nco_p_ncpmonitor.rules” in Appendix.
For example: In the %NCHOME%\probes\<Arch>\nco_p_monitor.rules file,
if (match(@AlertGroup, "ITNM Status") || match(@AlertGroup, "ITNM
Disco"))
{
...
}
else
{
...
switch ($EventName)
{
...
case "POLL-DellServerCriticalDef" | "POLL-DellServerWarningDef":
12