+

Search Tips   |   Advanced Search

Configure the database tier

To access useful information about the database tier, configure Intelligent Management for performance monitoring. With database tier performance monitoring, we can view central processing unit utilization, average response time, and throughput. The information provided in performance monitoring is valuable for detecting and preventing bottlenecks.

Ensure that a DB2 or Oracle database is installed on the node, and the product is installed with an augmented profile.

After we have installed either a DB2 or Oracle database on the node and installed the product with an augmented profile, we can then configure the database tier for performance monitoring. Monitoring the database tier provides the information needed to prevent the system from experiencing slower response time due to bottlenecks.

  1. Create a database server in the WAS configuration.

    1. Create a new generic server and give it a name, for example DB2Instance1. Select the database node from the list.

    2. Click Generic servers > DB2Instance1.

    3. Under Additional properties, click Process definition > Java Virtual Machine > Custom properties.

    4. Add the following entries:
      GENERIC_SERVER_TYPE = DBSERVER
      GENERIC_SERVER_SUB_TYPE = DB2 (for DB2) or ORACLE (for Oracle)
      INSTANCE_NAME = name of database instance (DB2) or SID (Oracle)

  2. Configure data sources for JDBC monitoring:

    1. Click Resources > JDBC > JDBC providers > database_server_name > Data sources > data_source_name > Custom properties.

      Add the property: dbServerName = generic server name, for example, DB2Instance1.

    2. Follow these steps, depending on the database type and Java database connectivity (JDBC) driver type you use:

      • For type 2 DB2 data sources. If the database name on the server is different from the database alias name used on the local DB2 client, take these actions. For the Database name field on the Data source configuration panel, specify the alias name. Under Additional properties, click Custom property. Add a remote database name custom property, using database name as the value on the database server.

      • For Oracle data sources: If the database name does not display in the connection URL, under Additional properties, click Custom property. Set the value of the database name property to the name of the Oracle database.

  3. Enable performance monitoring infrastructure (PMI) for JDBC statistics collection:

    1. Click Monitor and tune > Performance Monitoring Infrastructure (PMI)

      This action displays a list of servers in the cell.

    2. For every server in the list that has a data source:

      1. Click the server name.

      2. In the Configuration panel, select the Enable Performance Monitoring Infrastructure (PMI) check box. Set the Currently monitored statistic set to Extended or All. However, if the currently monitored statistic set is set to Custom, and for improved performance, enable the JDBC counters in the Custom Level.


Results

Your system is now ready for extended monitoring of Intelligent Management components, including JDBC. We can view the database from the runtime topology.


What to do next

Read about monitoring the database tier for more information.


Related tasks

  • Monitor the database tier
  • Optimizing the database tier for performance monitoring