+

Search Tips   |   Advanced Search

correctSIBEnginePolicy command

Use the correctSIBEnginePolicy command to change a core group policy for a messaging engine in a cluster that is a member of a service integration bus, so that the core group policy conforms to the current messaging engine policy set for the cluster.

To run the command, use the AdminTask object of the wsadmin scripting client.

(iSeries) (iSeries) The wsadmin scripting client is run from Qshell. (iSeries) See Configure Qshell to run WebSphere scripts .

This command is valid only when used with WebSphere Application Server v7.0 or later application servers. Do not use it with earlier versions.

Command-line help is provided for service integration bus commands:

After using the command, save the changes to the master configuration using the following command:

AdminConfig.save()

Use this command when there is a messaging engine for the cluster that does not have the correct core group policy settings for the messaging engine policy to use for the cluster. Use this command only when the messaging engine already exists, and the cluster has messaging engine policy assistance enabled and the high availability, scalability, or scalability with high availability messaging engine policy specified. To do this, we use the addSIBusMember or modifySIBusMemberPolicy commands.


Target object

A core group policy.


Required parameters

-name messaging_engine_name

The name of the messaging engine for which to correct the core group policy.


Example

Correct the core group policy for the messaging engine cluster1.000-bus1.

AdminTask.correctSIBEnginePolicy ('[-name cluster1.000-bus1]')