Setup Guide

On systems running Linux:
sh cronJob.sh remove ESXi_OEM_POLL
12. Navigate to the %NCHOME%\precision\dell\scripts folder and delete the periodic license
synchronization with DCLM by running the following command:
On systems running WindowsscheduleTask.bat remove LICENSE_SYNCH
On systems running LinuxcronJob.sh remove LICENSE_SYNCH
13. Delete the %NCHOME%\precision\dell folder.
14. Navigate to the %NCHOME%\precision\mibs folder and delete the Dell specific MIB files.
15. Run the following command:
%NCHOME%\precision\platform\<Arch>\bin\ncp_mib
16. Navigate to the %NCHOME%\precision folder and delete the dellomc_int_itnm_core.ver file.
17. On systems running Windows, restart the ncp_ctrl service to restart the Network Manager core
services. On systems running Linux, use the commands itnm_stop ncp and itnm_start ncp to restart
the Network Manager core services.
Uninstalling Dell OpenManage Connection from
Database integration
To uninstall Dell OpenManage Connection on a system running ITNM IP Edition 3.9, skip steps 1 and 2.
1. Navigate to the %NCHOME%/precision/scripts/sql/solid folder and run the following command:
populate_dell_custom.sh <CATLOG> <User> <Password> delete [<Port>]
For example:
populate_dell_custom.sh itnm root admin delete 50000
NOTE: Ensure that the ncp_disco process is running.
2. Navigate to the $NCHOME/precision/scripts/sql/solid folder and delete the following files:
create_dellDevice_SOLIDDB.sql
populate_dell_custom.sh
3. Stop the ITNM core services by using the following commands depending on your operating system:
On systems running Windows: Stop ncp_ctrl service
On systems running Linux: itnm_stop ncp
4. Drop all Dell-specific tables and views by running the corresponding database-specific script file
drop_dellDevice_<Database>.sql.
For Informix database:
dbaccess itnm drop_dellDevice_Informix.sql
NOTE: Log in as an Informix user before running the command.
For DB2 database, connect to DB2 and run the following command:
db2batch -d itnm -f drop_dellDevice_DB2.sql
For MySQL database:
mysql -u <db user name> -p < drop_dellDevice_Mysql.sql
For Oracle database:
sqlplus -s <Oracle DB user name>/<Password> @drop_dellDevice_Oracle.sql
5. Navigate to %NCHOME%\precision folder and delete the %NCHOME%\precision
\dellomc_int_itnm_topo_db.ver file.
33