Users Guide
2
Network Manager용 Dell OpenManage
Connection 설치
dell.com/support에서 Dell-OpenManage-Connection-for-ITNM-1.0.zip 파일을 다운로드하고 폴더에 압축을 풉니다.
다음과 같은 폴더와 파일이 추출됩니다.
• Dell-OMC-ITNM-Core-Integration
• Dell-OMC-ITNM-Topology-Database-Integration
• Dell-OMC-ITNM-TIP-Server-Integration
• Dell-Utilities
• Dell-MIBS
• Dell_OMC_1_0_for_ITNM_IG.pdf
• Dell_OMC_1_0_For_ITNM_Readme.txt
• license_en.txt
노트: Windows의 경우 파일 구분 기호는 백슬래시(\)이고, Linux의 경우 슬래시(/)입니다.
노트: 환경 변수를 사용할 경우 Windows를 실행하는 시스템의 경우 %<ENV_VARIABLE>, Linux를 실행하는
시스템의 경우 $<ENV_VARIABLE> 형식을 따릅니다.
예를 들어, 다음과 같습니다.
Windows: %NCHOME% Linux: $NCHOME
DB(데이터베이스) 구성 요소에 Network Manager용 Dell
OpenManage Connection 설치
1. ITNM 코어 서비스를 중지합니다.
노트:
– Windows를 실행하는 시스템: Stop ncp_ctrl service
– Linux를 실행하는 시스템: itnm_stop ncp
2. Dell-OMC-ITNM-Topology-Database-Integration 폴더로 이동해 다음 명령을 실행합니다.
– Informix 데이터베이스의 경우:
dbaccess itnm create_dellDevice_Informix.sql
노트: 명령을 실행하기 전에 Informix 사용자로 로그인합니다.
– DB2 데이터베이스의 경우 DB2에 연결하고 다음 명령을 실행합니다.
db2batch -d itnm -f create_dellDevice_DB2.sql
– Mysql 데이터베이스의 경우:
mysql -u <db user name> -p < create_dellDevice_Mysql.sql
– Oracle 데이터베이스의 경우:
sqlplus -s <Oracle DB user name>/<Password>
@create_dellDevice_Oracle.sql
9