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.
The wsadmin scripting client is run from Qshell. For more information, see Configure Qshell to run WebSphere scripts .
This command is valid only when used with WAS v7 or later application servers. Do not use it with earlier versions.
Command-line help is provided for service integration bus commands:
- For a list of the available service integration bus commands in Jython and a brief description of each command, enter the following command at the wsadmin prompt:
print AdminTask.help('SIBAdminCommands')
- For overview help on a given command, enter the following command at the wsadmin prompt:
print AdminTask.help('command_name')
After using the command, save the changes to the master configuration using the following command:
AdminConfig.save()
Purpose
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, you 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]')
Related concepts
Messaging engine policy assistance High availability messaging engine policy Scalability messaging engine policy Scalability with high availability messaging engine policy
Related tasks
Correcting the messaging engine policy Modify the messaging engine policy for a cluster bus member
modifySIBusMemberPolicy command addSIBusMember command Reference topic