SIBAdminCommands: Messaging engine administrative commands for the AdminTask object

You can use these administrative commands to manage messaging engines.

These commands provide an alternative to using the administrative console or using the more complex syntax of wsadmin and Jython.

New feature: This release includes the new command migrateServerMEtoCluster. You can use this command to migrate the messaging engine in a server to the scope of a cluster when a server that is a member of a bus is converted to a cluster. This command makes the new cluster a member of the bus and ensures that the messaging engine continues to work with previously configured destinations.newfeat

To run these commands, use the AdminTask object of the wsadmin scripting client. Each command acts on multiple objects in one operation. The commands are provided to allow you to make the most commonly-required types of update in a consistent manner, where modifying the underlying objects directly would be error-prone.

The wsadmin scripting client is run from Qshell. For more information, see Configuring Qshell to run WebSphere® Application Server scripts.

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')

Reference topic    

Terms of Use | Feedback

Last updated: Oct 21, 2010 3:36:59 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=compass&product=was-express-iseries&topic=rjk_cmnds
File name: rjk_cmnds.html