Setup Guide

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
The database-specific jar files can also be found at the location where the database is deployed
(custom path).
21. Navigate to %NCHOME%\precision\dell\scripts folder and run the following commands to configure
the periodic polling.
DCLM
On systems running Windows:
scheduleTask.bat add DCLM_POLL
On systems running Linux:
sh cronJob.sh add DCLM_POLL
Dell Workstations running VMware ESXi
On systems running Windows:
scheduleTask.bat add ESXi_WORKSTATION_POLL
On systems running Linux
sh cronJob.sh add ESXi_WORKSTATION_POLL
EqualLogic Storage Array
On systems running Windows:
scheduleTask.bat add EQL_POLL
19