IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)
moveCEIServer command
Use the moveCEIServer command to move the Common Event Infrastructure (CEI) server from one deployment target to another deployment target.
This command moves the CEI server from an existing deployment target to a new deployment target. Use this command as part of a larger strategy to change your configuration. For example, you could use this command to move the CEI server from an application cluster to a support cluster.
When running moveCEIServer individually to move the CEI server from an application cluster to a support cluster, first make sure that the support cluster to which you are moving the CEI server exists.
After using the command, save your changes to the master configuration using one of the following commands:
Required parameters
- fromClusterName name_of_cluster_on_which_CEI_is_installed
- The name of the cluster on which CEI is currently installed.
Do not specify this parameter if the fromNodeName or fromServerName parameters are specified
- fromNodeName name_of_node_on_which_CEI_is_installed
- The name of the node on which CEI is currently installed.
If you specify this parameter, then you must also specify the fromServerName parameter.
Do not specify this parameter if you have specified the fromClusterName parameter.
- fromServerName name_of_server_on_which_CEI_is_installed
- The name of the server on which CEI is currently installed.
If you specify this parameter, then you must also specify the fromNodeName parameter.
Do not specify this parameter if you have specified the fromClusterName parameter.
- toClusterName name_ of_ cluster_onto_which_you_are_moving_CEI
- The name of the cluster onto which you are moving CEI.
Do not specify this parameter if you have specified the toNodeName or toServerName parameters.
- toNodeName name_of_node_onto_which_you_are_moving_CEI
- The name of the node onto which you are moving CEI.
If you specify this parameter, then you must also specify the toServerName parameter.
Do not specify this parameter if you have specified the toClusterName parameters.
- toServerName name_of_server_onto_which_you_are_moving_CEI
- The name of the server onto which you are moving CEI.
If you specify this parameter, then you must also specify thetoNodeName parameter.
Do not specify this parameter if you have specified the toClusterName parameter.
Optional parameters
None.
Examples
The following examples show how to use moveCEIServer.
The examples show how to move a CEI server from server to server and from cluster to cluster. However, it is also possible to move a CEI server from a server to a cluster, or from a cluster to a server.
- Jython example:
The example uses moveCEIServer to move the CEI from Server1, to Server2:
AdminTask.moveCEIServer('[-fromServerName Server1 -toServerName Server2 -fromNodeName Node1 -toNodeName Node2]')- Jacl example:
The following example uses moveCEIServer to move the CEI from an application cluster (Cluster1), to a support cluster (Cluster2) in a multi-clustered IBM Business Process Manager environment:
$AdminTask moveCEIServer { -fromClusterName Cluster1 -toClusterName Cluster2}
Parent topic: Commands (wsadmin scripting)
Related information:
![]()
Obtaining online help using wsadmin scripting
![]()
Administrative command invocation syntax using wsadmin scripting
![]()
Use the wsadmin scripting tool
![]()
Jython script library