Configuring IBM Business Process Manager V8.5.6

After you install IBM® Business Process Manager V8.5.6 and use the IBM BPM Configuration editor to modify the properties file that is used to configure the new topology, run the BPMConfig -create command to create the profiles and network deployment environment. The BPMConfig command is required for migration.
Figure 1. Sample environment after V8.5.6 is configured on the target. The source environment is running and transferring data to and from its databases. The target is not running but contains a deployment environment. The deployment environment has three clusters and is configured across two nodes.
The details of the diagram are provided in the figure caption.
Important: If your environment contains multiple deployment environments, each deployment environment requires its own properties file with a unique name; for example, BPM.DE01 and BPM.DE02.

About this task

When run with the -create -de options, the BPMConfig command performs the following tasks:
  • Creates the deployment manager node based on the values in the deployment manager properties file and starts the deployment manager.
  • For each node specified in the configuration properties file, creates a managed node based on the specified values.
  • Federates each managed node and adds the node to the deployment environment.
  • Generates the deployment environment.
  • Creates any profiles specified in the configuration properties file that do not already exist.
  • Migrates configuration data, such as XML configuration properties files, fileRegistry.xml, ltpa.jceks, and Business Process Choreographer configuration files.
  • Generates SQL scripts for upgrading the databases.
Important: Run the BPMConfig command with the same properties file on all computers that will participate in the deployment environment. You must first run the command on the computer that has the deployment manager profile and then run it on each computer that has a managed node. At any given time, only one profile creation can be performed on a computer and only one node federation can be performed against a particular deployment manager. For this reason, if you are creating multiple profiles at once on different computers, you must use the federateLater option of the BPMConfig command when creating the managed node profiles and then run the command with the -create -de option sequentially on each computer to federate the managed nodes.

Procedure

For each deployment environment in your target environment, complete the following steps:

  1. Make sure that you are using the properties file that you generated with the BPMConfig -migrate command to configure your target environment. You can check either in the IBM BPM Configuration editor or in the properties file itself. The properties with the bpm.de.sourceInfo prefix are taken from your source environment and are correct if you are using the correct properties file.
    Table 1. Properties to check
    Property Editor Name in properties file
    Source version, such as 7.5.1.0 Check the title at the top bpm.de.sourceInfo.versionInfo
    Product, such as Advanced Check the title at the top bpm.de.sourceInfo.productType
    Process Server customization file, such as ProcessServer_100SourceCustomMerged.xml Check the end of the Summary page bpm.de.sourceInfo.psCustomFile
    Performance Data Warehouse customization file, such as PDW_100SourceCustomMerged.xml Check the end of the Summary page bpm.de.sourceInfo.pdwCustomFile
    Important: If you have a license and plan to use the Basic Case Management feature, you must create either an Advanced or Standard deployment environment. Case management is not supported in the AdvancedOnly deployment environment.
  2. Optional: If you are using a DB2 for z/OS database, you can enable the optional component IBM BPM document store for DB2 for z/OS on your target environment. For instructions, see Configuring the IBM BPM document store for DB2 on z/OS.
  3. Run the BPMConfig command with the -create -de option and the properties file that you just edited. The command creates the deployment manager profile and generates the deployment environment. Use the following syntax:
    install_root/bin/BPMConfig -create -de path_to_properties_file
    Creating the deployment environment takes some time. After the deployment environment is created, the command generates SQL scripts for upgrading the databases and puts them into the correct directories for you, as well as updating the security properties and moving the properties that were exported from the XML customization files to the WebSphere® Application Server configuration files. You can follow the progress of the command by reading the output, which includes the following actions:
    • Creating the deployment manager profile
    • Starting the deployment manager
    • Creating the managed node profiles
    • Federating the managed nodes
    • Generating SQL files for upgrading the databases
    • Performing security configuration
    • Creating clusters
    • Creating cluster members
    • Synchronizing the nodes
    • Stopping the deployment manager
    Note: If you see an error about invalid characters in a user name or password, change them to valid characters. Refer to the list of valid characters in the table in IBM Business Process Manager roles.

    After all actions are completed, you see a message that the command completed successfully.

  4. Start the deployment manager. Run the BPMConfig command on each computer that has one or more managed nodes, passing it the name of the same properties file. The managed node profiles are created and federated into the deployment manager cell.
    Note: For each node that is to be configured on a different machine from the deployment manager, check the soap port of the deployment manager and update the value of bpm.dmgr.soapPort in the properties file before running BPMConfig on the node.
    For each cluster member in the properties file, BPMConfig adds http and https ports to the virtual hosts list. Check the virtual hosts list after running BPMConfig to make sure that the assigned ports are acceptable.
  5. Stop the deployment manager after you have configured the target environment.

What to do next

Do not start the new deployment environment until after you have upgraded the databases.