IBM BPM, V8.0.1, All platforms > Install IBM BPM > IBM BPM Advanced for z/OS: Process Server > Configure IBM BPM Advanced for z/OS: Process Server > Create and augmenting profiles > Augmenting profiles

Augmenting a stand-alone profile

When you process the customization definition for a stand-alone server, several JCL jobs are generated for creating and augmenting the default WebSphere Application Server profile. After you create the profile, you can run the JCL job that augments the stand-alone server node.


Procedure

  1. Back up the configuration file system on the server, so that you can restore it if necessary. See Backing up the WebSphere Application Server for z/OS system.

  2. In the DATA data set, which was generated when you processed the customization definition for the stand-alone server, edit the augmentation response file named BPZRSPA to include some additional parameters:

    • Verify that the fully qualified file name of the database design file is specified as the value for the bpmdbDesign parameter.

      For example:

      bpmdbDesign=/WebSphere/V8T3Z1/AppServer/util/dbUtils/bpm.advanced.standalone.dbDesign

    • Add the parameters for Business Process Choreographer. The following parameters are required, and are shown with sample values:
      bpcDbName=A8CELLDB 
      bpcDbStorageGroup=A8DBTSO 
      bpcDbSqlId=A8CELL 
      bpcDbProduct=DB2UDBOS390 
      bpcDbConnectionLocation=DSN5WWQ2 
      bpcDbJDBCClasspath=/usr/lpp/db2910/classes 
      bpcDbUser=wsadmin 
      bpcDbPassword=secret
      bpcDbHostName=myhost.loc.ibm.com
      bpcDbServerPort=41234 

  3. Follow the remaining instructions that are available in the Customization Instructions view in pmt.sh perspective, in the relevant HTML file in the customization location, or in the CNTL data set in the z/OS system:

    1. Submit the job to create the tailored cataloged procedures and copy them to your procedure library. Each different node type under the root directory of the configuration file system requires its own cataloged procedures under z/OS.
    2. Submit the augmentation job BPZAUGA. This job updates the symbolic links in the configuration file system and augments the WebSphere Application Server profile with IBM BPM functions.

    3. When the job completes, view the job output to verify that your profile augmentation completed successfully. You can also review the WAS_HOME/logs/manageprofiles/default_augment.log file.

    4. Complete the remaining steps in the customization instructions except for the steps for starting the server and verifying the installation.

      Important: Before you can successfully start the server, first create the databases for the IBM BPM components and then load the databases with system information.

  4. Optional: Back up the data sets that contain the stand-alone server configuration.


Results

The stand-alone server is now augmented with IBM BPM functions.


What to do next

You must now create and configure the databases. This includes running the database scripts to create the database objects in one or more databases, and then completing any additional database configuration tasks that are required.

Augmenting stand-alone and ND profiles


Related tasks:
Create and processing customization definitions for the profile
Set up the configuration file system and creating a profile
Create a DB2JccConfiguration.properties file
Troubleshooting the z/OS installation and configuration
Create the databases
Completing the stand-alone configuration