Users Guide
–
Linux를 실행하는 시스템
—
$NCHHOME/platform/linux2x86/jre_1.6.7/jre/bin/java
노트: 환경 변수 DELL_OMC_ITNM_JAVA_PATH를 /etc/profile 파일에 복사해 모든 셸에
서 환경 변수를 사용할 수 있는지 확인합니다.
12. 다음 단계에 따라 Network Manager 코어 서비스를 다시 시작합니다.
–
Windows를 실행하는 시스템
— 서비스 ncp_ctrl 서비스를 다시 시작합니다.
–
Linux를 실행하는 시스템
— itnm_stop ncp 및 itnm_start ncp를 실행합니다.
13. Dell-OpenManage-Connection-for-ITNM-1.0\Dell-MIBS 폴더로 이동해 MIB 파일을 %NCHOME%\precision
\mibs
폴더에 복사합니다.
14. 새 MIB를 로드하려면 다음 명령을 실행합니다.
%NCHOME%\precision\platform\<Arch>\bin\ncp_mib
노트: ncp_mib를 실행하기 전에 종속 MIB 파일을 모두 복사합니다.
15. Dell-OMC-ITNM-Core-Integration\configuration 폴더로 이동해 다음 폴링 정책을 가져온 후 다음 명령을 실행
합니다.
%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 — Dell 서버 폴링용
– DellCMCPollPolicy.XML — CMC 시스템 폴링용
– DellVRTXCMCPollPolicy.XML — VRTX CMC 시스템 폴링용
– DellDRACPollPolicy.XML — iDRAC6, DRAC5 및 DRAC/MC 시스템 폴링용
– DellOOBServerPollPolicy.XML — OOB 서버 폴링용
노트: ClassSchema.cfg에 있는 Dell 장치의 클래스 ID와 해당 폴링 정책이 동일한지 확인합니다.
예: %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. Dell-OMC-ITNM-Core-Integration\configuration 폴더로 이동해 nco_p_ncpmonitor.rules 파일의 내용을
%NCHOME%\probes\<Arch>\nco_p_monitor.rules 파일에 삽입합니다. 내용은 AlertGroup의 $EventName 스위
치 문서 아래에 복사해야 합니다. '+' 기호와 함께 $tmpVal을 추가해 @Identifier의 값을 편집하십시오.
삽입해야 하는 nco_p_ncpmonitor.rules 파일의 내용에 대한 자세한 내용은 부록의 “nco_p_ncpmonitor.rules의
Dell 지정 변경 사항"을 참조하십시오.
예: %NCHOME%\probes\<Arch>\nco_p_monitor.rules 파일에서 다음과 같습니다.
if (match(@AlertGroup, "ITNM Status") || match(@AlertGroup, "ITNM
Disco")) { ... } else { ... switch ($EventName) { ... case "POLL-
DellServerCriticalDef" | "POLL-DellServerWarningDef": @Class = 2080
@AlertGroup = "DellServer" case "POLL-DellCMCCriticalDef" | "POLL-
DellCMCWarningDef": @Class = 2086 @AlertGroup = "DellCMC" case "POLL-
DellDRACCriticalDef" | "POLL-DellDRACWarningDef": @Class = 2087 @AlertGroup
= "DellDRAC" case "POLL-DellOOBServerCriticalDef" | "POLL-
DellOOBServerWarningDef": @Class = 2088 @AlertGroup = "DellOOBServer" case
"POLL-DellVRTXCMCCriticalDef" | "POLL-DellVRTXCMCWarningDef": @Class = 2084
@AlertGroup = "DellVRTXCMC" case "POLL-DCLMStatus": @Class = 2081 if
(match(@Severity, "5")) { $tmpVal = "5" } else if (match(@Severity, "2"))
{ $tmpVal = "2" } case "POLL-DellEqualLogicStatus": @Class = 2085 if
(match(@Severity, "5")) { $tmpVal = "5" } else if (match(@Severity, "2"))
{ $tmpVal = "2" } else if (match(@Severity, "3")) { $tmpVal = "3" } case
"POLL-DellESXiServerStatus": @Class = 2080 if (match(@Severity, "5"))
{ $tmpVal = "5" } else if (match(@Severity, "2")) { $tmpVal = "2" } case
"POLL-DellMDStorageArrayStatus": @Class = 2809 if (match(@Severity, "2"))
12