Setup Guide

: 在安装过程中,根据您的安装提供 populate_dell_custom.sh 文件中的 solsql 路径。提
供的默认二进制路径为 $NCHOME/platform/linux2x86/soliddb-6.5.0.1/bin/solsql
2. 导航至 $NCHOME/precision/scripts/sql/solid 文件夹并运行以下命令:
sh populate_dell_custom.sh <CATLOG> <User> <Password> Create [<Port>]
例如:
populate_dell_custom.sh itnm root admin Create 50000
3. 使用以下命令停止 ITNM 核心服务(具体取决于您的操作系统):
对于运行 Windows 的系统:Stop ncp_ctrl service
对于运行 Linux 的系统:itnm_stop ncp
4. 导航至 Dell-OMC-ITNM-Topology-Database-Integration 文件夹并运行以下命令:
对于 Informix 数据库:
Informix 用户身份登录,然后运行以下命令:
dbaccess itnm create_dellDevice_Informix.sql
对于 DB2 数据库,登录至 DB2 并运行以下命令:
$NCHOME/platform/<arch>/db2/bin/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
5. 使用以下命令启动 ITNM 核心服务(具体取决于您的操作系统):
对于运行 Windows 的系统:Start ncp_ctrl service
对于运行 Linux 的系统:itnm_start ncp
6. dellomc_int_itnm_topo_db.ver 文件复制到 %NCHOME%\precision 文件夹。
在核心组件上安装 Dell OpenManage Connection
Dell-OMC-ITNM-Core-Integration 核心组件文件夹包含以下文件夹和文件:
agents
aoc
configuration
perlAgents
dellomc_int_itnm_core.ver
在核心组件上安装 Network Manager
1. 导航至 Dell-OMC-ITNM-Core-Integration\agents 文件夹并将以下查找代理文件复制到 %NCHOME%
\precision\disco\agents 文件夹。
DellDRAC.agnt
DellOOBServer.agnt
DellServerSNMP.agnt
DellServerWsman.agnt
DellCompellent.agnt
13