Changing the IDT JVM configuration

By default, IDT is run as an internal component. However if a performance enhancement is required, the IDT Daemon has the ability to run on its own JVM. Use this procedure to configure the IDT JVM.

Before you begin

Access the/opt/IBM/tivoli/netcool/ncm/bin directory, and execute the stop server command as follows:

/opt/IBM/tivoli/netcool/ncm/bin/itncm.sh stop

About this task

Follow these steps to configure the IDT JVM.

Procedure

  1. Access the /opt/IBM/tivoli/netcool/ncm/bin directory, and execute the stop Netcool Configuration Manager server command:

    ./itncm.sh stop

  2. Access the /opt/IBM/tivoli/netcool/ncm/config/server directory. Edit the config.xml file to remove the Netcool Configuration Manager IDT component (see example below). Save the changes when complete.
  3. Access the /opt/IBM/tivoli/netcool/ncm/bin directory. Edit the itncm.sh script by changing the IDT_STANDALONE=FALSE Boolean value to IDT_STANDALONE=TRUE. Save the changes when complete.

Example

<component>
<name>SSHDaemonComponent
</name>
<class>com.intelliden.core.idt.daemon.SSHDaemonComponent
</class>
</component>

What to do next

Access the /opt/IBM/tivoli/netcool/ncm/bin directory, and execute the start Netcool Configuration Manager server command:

./itncm.sh start