IBM BPM, V8.0.1, All platforms > Install IBM BPM > IBM BPM Advanced > Install IBM BPM Advanced > On AIX > Network deployment environment > Create databases and database design files > For DB2

Create DB2 databases

Create required databases before creating profiles.

The default database names are BPMDB for the Process Server database, PDWDB for the Performance Data Warehouse database, and CMNDB for the Common database.

The Process Server and Performance Data Warehouse require their own separate databases and cannot be configured on the same database as the other BPM components.


Procedure

To create the databases for DB2 (replace the @ placeholder strings with the appropriate values):


To use DB2 Universal Database

  1. Set DB2 environment used to invoke the DB2 commands during profile creation.

    1. Edit...

        vi /etc/profile/db2profile

      ...and add the following lines...

        export PATH=/opt/IBM/db2/V9.7/bin:$PATH
        . /home/db2inst1/sqllib/db2profile

      Set environment...

        cd /etc/profile . ./db2profile

  2. Add the user ID that will be used during profile creation to the DB2 administrative groups.

    For example, if you log in as the root user and are creating the database using db2inst1 as the user ID...

      vi /etc/groups

    ...and update the following lines...

      dasadm:|;101:dasusr1,db2inst1,root
      db2iadm:|:102;root
      db2fadm:|:103;db2fenc1,root

If the procedure is not followed, you might see the following exceptions when creating or augmenting a profile.


Create databases and database design files for DB2