Setup Guide
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
14. Navigate to the Dell-OMC-ITNM-TIP-Server-Integration folder and copy the
dellomc_int_itnm_tip_server.ver file to the “%NCHOME%\precision” folder.
15. Restart the TIP server component.
16. Discover the Dell devices.
After the discovery is complete, you can view the Dell Managed systems hierarchy in Availability →
Network View.
21