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 > Configure components > Configure additional components > Configure Process Portal > Configure the Business Space component for Process Portal > Configure Business Space to work with IBM Case Manager > Registering IBM Case Manager REST services in IBM BPM

removeICMSystem command

Use the removeICMSystem command to remove the endpoints for IBM Case Manager services from the endpoint registry file for IBM BPM.

This topic applies to the following products:

This command must be run where the IBM BPM federated REST API is deployed. If the application server is not running, supply the -conntype NONE option when running this command.

Although the addICMSystem command can be used to add an IBM Case Manager system to a federation domain, the removeICMSystem command cannot be used to remove a deployment target from a federation domain. That task must be performed using the federation domain administration commands.


Required parameters

-icmCellName cell_name

A parameter that specifies the name of the IBM Case Manager cell.

-icmNodeName node_name

A parameter that specifies the name of the IBM Case Manager node. Either specify both the icmServerName and icmNodeName parameters or the icmClusterName parameter.

-icmServerName server_name

A parameter that specifies the name of the IBM Case Manager server. Either specify both the icmServerName and icmNodeName parameters or the icmClusterName parameter.

-icmClusterName cluster_name

A parameter that specifies the name of the IBM Case Manager cluster. Either specify both the icmServerName and icmNodeName parameters or the icmClusterName parameter.

-PEConnectionName connection_name

A parameter that specifies the IBM Case Manager Process Engine connection name.


Example

The following example uses the removeICMSystem to remove the IBM Case Manager endpoints for IBM Case Manager services on a cluster.

Jython example:

AdminTask.removeICMSystem('[-icmCellName  cell_name
 -icmClusterName  cluster_name
 -PEConnectionName  connection_name')

Jacl example:

$AdminTask removeICMSystem {-icmCellName  cell_name
 -icmClusterName  cluster_name
 -PEConnectionName  connection_name}

Commands (wsadmin scripting) for configuring the Business Space component for Process Portal

Registering IBM Case Manager REST services in IBM BPM


Related information:

Obtaining online help using wsadmin scripting
Administrative command invocation syntax using wsadmin scripting
Use the wsadmin scripting tool
Jython script library