Setup Guide

ncp_dell_nseriesswitchadmin_console_launch
ncp_dell_omnm_launch
ncp_dell_omsa_launch
ncp_dell_ome_launch
ncp_dell_ompc_launch
ncp_dell_dws_launch
ncp_dell_dclm_launch
ncp_dell_warranty_info
8. Navigate to the Dell-Utilities folder and copy the dell folder to %NCHOME%\precision\ folder.
NOTE: This step is not applicable for a standalone setup.
9. Navigate to the cgi-bin folder, open the delltoollauncher.cgi file and add the Perl binary path
(absolute) in the first line, based on the operating system installed and the location where Perl is
installed. The default path is:
On systems running Windows%NCHOME%\precision\perl\bin\perl.exe
On systems running Linux$NCHOME/precision/perl/bin/perl
10. Restart the Web GUI services.
11. Navigate to the configuration folder and run the following command:
%NCHOME%\omnibus_webgui\waapi\bin\runwaapi -host <IP address/host name> -
user <user name> -password <Web GUI password> -file export.xml
NOTE: To run WAAPI commands, you must be a member of the Webtop Administrator group.
12. For distributed servers, from the core component’s %NCHOME\etc\security\keys\ folder, copy the
conf.key file to the%NCHOME%\etc\security\keys\ folder.
NOTE: Before copying the conf.key file from the core component, create a backup of the
original conf.key in the TIP Server.
13. Navigate to %TIPHOME%/profiles/TIPProfile/installedApps/TIPCell/isc.ear/ncp_webtools_tip.war/
WEB-INF/lib folder and verify the driver name. If the driver bears a name other than ifxjdbc.jar,
ojdbc14.jar, mysql-connector-java-3.1.10-bin.jar, or db2jcc.jar, 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
22