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.

This command is valid only when used with WebSphere® Application Server Version 7.0 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 your changes to the master configuration; for example, by 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 that you want 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]') 
Reference topic    

Terms of Use | Feedback

Last updated: Oct 21, 2010 7:37:48 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=v701sca&product=was-nd-mp&topic=rjk_cli_me_correct
File name: rjk_cli_me_correct.html