Setup Guide
15. 若要載入新的 MIB,請執行命令:
%NCHOME%\precision\platform\<Arch>\bin\ncp_mib
註: 在執行 ncp_mib 之前請複製所有相依的 MIB 檔案。
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 DRACs
• 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
}
16