Configuring NCIM connection properties

You can configure vendor-specific properties for the JDBC driver manager after installing the NCIM topology database and the GUI components.

About this task

To set vendor-specific properties, for the JDBC driver manager, complete the following steps:

Procedure

  1. Create a Java properties file with the properties and values that you want.
    Refer to your database vendor's documentation about JDBC for details of available properties.
  2. Save the file into a directory on the server where the GUI components are installed:
    $NMGUI_HOME/profile/etc/tnm/
  3. Edit the $NMGUI_HOME/profile/etc/tnm/tnm.properties file and add a line that reads:
    tnm.database.connection.propertiesFile=properties_file

    Where properties_file is the name of the properties file you just created.