Previous Topic: Define the JBoss Cluster

Next Topic: Verify Successful Installation

(Optional) Create an External Report Database on Microsotft SQL Server

The optional external report database exports data for use by other applications. Extracted data is stored in a dedicated SQL database on a Microsoft SQL Server database server.

To create an external report database on Microsoft SQL Server

  1. Verify that a local instance of Microsoft SQL Server is available.
  2. (AIX/WebSphere only) Copy the CA-RCM-12.5-sp2-Core.zip file from the CA RCM installation package to a temporary location, and extract the file.
  3. Open a command prompt window, and navigate to the folder that contains the DButil utility.
  4. Enter the following command:
    dbutil -c_rdb -d reportdb_name -h localhost -u user_name -p password
    

    Note: reportdb_name is the name of the external report database, localhost is the host name or URL of the Microsoft SQL server instance, user_name and password are the login credentials of the administrator account on the database server.

    The external reports database is created on the database server. The following confirmation message appears.

    Create Reporting Database completed successfully
    
  5. Define a Microsoft SQL Server JDBC datasource for this database