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
-
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.
- Save the file into a directory on the server where the GUI components are
installed:
$NMGUI_HOME/profile/etc/tnm/
- Edit the $NMGUI_HOME/profile/etc/tnm/tnm.properties file and add a line that
reads:
tnm.database.connection.propertiesFile=properties_fileWhere
properties_file is the name of the properties file you just
created.