Using the BPMConfigureProcessServercommand, you can configure a server or a cluster with Process Server, Performance Data Warehouse, and Process Portal.
The command saves you the time and effort of configuring each component individually. The BPMConfigureProcessServer command is located in the INSTALL_ROOT/profiles/profile_name/bin directory.
The value must be the complete path name for the database design file. To create a database design document, see the related information about creating database design files.
If you do not specify the following Performance Data Warehouse deployment target parameters -perfDWNodeName, -perfDWServerName, and -perfDWClusterName, it is assumed that the Performance Data Warehouse is configured on your current deployment target.
Include this value when the Bus Member resides on another server (not the server you are configuring currently). Do not specify if you are using - meClusterName.
Include this value when the Bus Member resides on another server (not the server you are configuring currently). Do not specify if you are using - meClusterName
Include this value when the bus member is on another cluster other than the cluster that you are configuring currently. If you are configuring a cluster , do not use -menodeName and -meserverName.
If the Performance Data Warehouse deployment target parameters -perfDWNodeName, -perfDWServerName and -perfDWClusterName are not specified, the Performance Data Warehouse is configured on your current deployment target.
The parameters are case sensitive.



BPMConfigureProcessServer.bat -serverName Server1 -nodeName node1 -dbDesign C:\bpm.standard.standalone.dbDesign
BPMConfigureProcessServer.sh serverNameServer1 -clusterName Cluster1 -nodeName node1 -dbDesign /opt/bpm.standard.standalone.dbDesignConfigure Process Server, Performance Data Warehouse, and Process Portal on a server or a cluster with the following default values:




BPMConfigureProcessServer.sh -dbDesign /opt/bpm.standard.standalone.dbDesign
BPMConfigureProcessServer.bat -dbDesign C:\bpm.standard.standalone.dbDesign



BPMConfigureProcessServer.sh -serverName Server1 -nodeName node1 -dbDesign /opt/bpm.standard.standalone.dbDesign
BPMConfigureProcessServer.bat -serverNameServer1 -nodeName node1 -dbDesign C:\bpm.standard.standalone.dbDesignConfigure Process Server, Performance Data Warehouse, and Process Portal on cluster using the following example.




BPMConfigureProcessServer.sh -psClusterName AppCluster -perfDWClusterName SupportCluster -processPortalClusterName WebCluster -dbDesign /opt/bpm.standard.standalone.dbDesign
BPMConfigureProcessServer.bat -psClusterName AppCluster -perfDWClusterName SupportCluster -processPortalClusterName WebCluster -dbDesign C:\opt\bpm.standard.standalone.dbDesign