IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)

configureBPMProcessPortal command

Use the configureBPMProcessPortal command to configure Process Portal.

Required parameters

You must specify a deployment target for Process Portal. In a multiple cluster configuration, specify the web cluster. The deployment target you specify is used as the default deployment target if you do not specify deployment targets for the application target and the messaging target.

If the application server is not running, supply the -conntype NONE option when running this command.

-serverName server_name

A parameter that specifies the server name for the configuration. To configure Process Portal on a server, you must specify both a serverName and a nodeName.

-nodeName node_name

A parameter that specifies the node name for the configuration. To configure Process Portal on a server, you must specify both a serverName and a nodeName.

-clusterName cluster_name

A parameter that specifies the cluster name for the configuration. To configure Process Portal on a cluster, you must specify a clusterName.

Optional parameters

To specify a different deployment target for applications, specify either appServerName and appNodeName, or appClusterName. The default application target is the target specified for Process Portal.

-appServerName app_server_name

A parameter that specifies the server name for applications.

-appNodeName app_node_name

A parameter that specifies the node name for applications.

-appClusterName app_cluster_name

A parameter that specifies the cluster name for applications.

To specify a different deployment target for messaging, specify either meServerName and meNodeName, or meClusterName. The default messaging target is the target specified for Process Portal.

-meServerName me_server_name

A parameter that specifies the server name for messaging.

-meNodeName me_node_name

A parameter that specifies the node name for messaging.

-meClusterName me_cluster_name

A parameter that specifies the cluster name for messaging.

–save true|false

A parameter that indicates saving your configuration changes. The default value is false. If you do not use this option to save the changes to the master configuration, use one of the following after running the configureBPMProcessPortal command:

  • For Jython: AdminConfig.save()

  • For Jacl: $AdminConfig save

Examples

The following example uses the configureBPMProcessPortal command to configure Process Portal on a stand-alone server, using the same server for applications and messaging.

The following example uses the configureBPMProcessPortal to configure Process Portal on a cluster, using separate clusters for applications and messaging.

Parent topic: Commands (wsadmin scripting)