Setup Guide
16. 导航至 Dell-OMC-ITNM-Core-Integration\configuration 文件夹,导入以下轮询策略:
• DellServerPollPolicy.XML — 用于轮询 Dell 服务器
• DellWorkstationPollPolicy.XML — 用于轮询 Dell 工作站
• DelliDRAC8PollPolicy.XML — 用于轮询 iDRAC8 系统
• DelliDRAC7PollPolicy.XML — 用于轮询 iDRAC7 系统
• DellDRACPollPolicy.XML — 用于轮询 iDRAC6 和 DRAC5
• DellFX2CMCPollPolicy.XML — 用于轮询 FX2 CMC 系统
• DellVRTXCMCPollPolicy.XML — 用于轮询 VRTX CMC 系统
• DellCMCPollPolicy.XML — 用于轮询 CMC 轮询系统
• DellCompellentPollPolicy.XML— 用于轮询 Compellent 存储阵列
• DellPowerVaultNXPollPolicy.XML — 用于轮询 PowerVault NX 存储阵列
• DellMDStoragePollPolicy.XML — 用于轮询 MD 存储阵列
• DellC-SeriesPollPolicy.XML — 用于轮询 C 系列交换机
• DellM-SeriesPollPolicy.XML — 用于轮询 M 系列交换机
• DellN-SeriesPollPolicy.XML — 用于轮询 N 系列交换机
• DellW-SeriesPollPolicy.XML — 用于轮询 W 系列交换机
• DellZ-SeriesPollPolicy.XML — 用于轮询 Z 系列交换机
• OEMiDRACPollPolicy.XML — 用于轮询 OEM DRAC
• OEMiServerPollPolicy.XML — 用于轮询 OEM 服务器
要导入以上所列的策略,请运行以下命令:
%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-3.0\Dell-OMC-ITNM-Core-
Integration\configuration\DellCMCPollPolicy.xml
注: 请确保 ClassSchema.cfg 中 Dell 设备的类别 ID 与相应的轮询策略相同。
17. 导航至 Dell-OMC-ITNM-Core-Integration\configuration 文件夹,并将 nco_p_ncpmonitor.rules 文件
的内容插入 %NCHOME%\probes\<Arch>\nco_p_monitor.rules 文件,
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 #
#
17