Working with the database connection pool
Use the database connection pool to adjust settings associated with service executions.
By default the database connection pool is configured with the following settings:
nsm/jpa/minIdle=2
nsm/jpa/maxIdle=8
nsm/jpa/maxActive=10
These settings can be found
in the rseries.properties
file located in the /opt/IBM/tivoli/netcool/ncm/config/properties directory.
If you require a larger pool due to high levels of activity (that is, service executions) then it is recommended that you increase these values appropriately to improve performance and responses from the system.
Note: A restart of Netcool Configuration
Manager is
required for any changes made to these settings.