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 Workstations 폴링용
• DelliDRAC8PollPolicy.XML — iDRAC8 시스템 폴링용
• DelliDRAC7PollPolicy.XML — iDRAC7 시스템 폴링용
• DellDRACPollPolicy.XML — iDRAC6 및 iDRAC5 폴링용
• 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
}
17