Setup Guide

For information about the contents of the nco_p_ncpmonitor.rules file that you must insert, see “Dell
Specified Changes for nco_p_ncpmonitor.rules” in Appendix.
18. Restart the ncp_poller service.
19. Navigate to AdministrationNetworkNetwork Polling and verify that the Dell specific poll
policies and poll definitions are created on the Tivoli Integrated Portal.
For information about the Dell specific poll policies and poll definitions, see “Dell specific poll policies
and poll definitions” in Appendix.
20. Copy the following database-specific jar files from %TIPHOME%\profiles\TIPProfile\installedApps
\TIPCell\isc.ear\ncp_topoviz.war\WEB-INF\lib\ to the %NCHOME%\precision\dell folder. The jar files
and their availability are as follows:
Informix — ifxjdbc.jar
Oracle — ojdbc14.jar or later
MySQL — mysql-connector-java-3.1.10-bin.jar or later
DB2
While deploying Dell OpenManage Connection on a system running ITNM IP Edition 3.9, use
db2jcc.jar, db2jcc_license_cu.jar
While deploying Dell OpenManage Connection on a system running ITNM IP Edition 4.1, use
db2jcc4.jar, db2jcc_license_cu.jar
NOTE: If the database driver bears a name other than those database driver names given above,
then copy the actual database driver to the %NCHOME%\precision\dell folder and then create a
link to the actual database driver name by running the following commands:
For systems running Windows:
mklink <Given Database Driver> <Actual Database Driver>
For systems running Linux:
ln -s <Actual Database Driver> <Given Database Driver>
For Example:
If the actual database driver for MYSQL is mysql-connector-java-5.1.27-bin.jar, then create a
link by running the following command:
Windows:
mklink mysql-connector-java-3.1.10-bin.jar mysql-connector-java-5.1.27-
bin.jar
Linux:
ln -s mysql-connector-java-5.1.27-bin.jar mysql-connector-java-3.1.10-
bin.jar
If the actual database driver for Oracle is ojdbc6.jar, then create a link by running the following
command:
Windows:
mklink ojdbc14.jar ojdbc6.jar
Linux:
ln -s ojdbc6.jar ojdbc14.jar
17