Use the moveCEIServer command to move the Common Event Infrastructure (CEI) server from one deployment target to another deployment target.
AdminConfig.save()
$AdminConfig save
Do not specify this parameter if the fromNodeName or fromServerName parameters are specified
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.
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.
Do not specify this parameter if you have specified the toNodeName or toServerName parameters.
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.
If you specify this parameter, then you must also specify thetoNodeName parameter. Do not specify this parameter if you have specified the toClusterName parameter.
None.
The following examples show how to use moveCEIServer.
The example uses moveCEIServer to move the CEI from Server1, to Server2:
AdminTask.moveCEIServer('[-fromServerName Server1 -toServerName Server2
-fromNodeName Node1 -toNodeName Node2]')
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}