listAllSIBBootstrapMembers command

Use the listAllSIBBootstrapMembers command to list all the bootstrap members that can bootstrap into a selected bus.

You can use this command to list all the bootstrap members for a specified bus, or you can use the administrative console, see Listing the bootstrap members for a bus.

This command requires the name of the bus.

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 Configuring Qshell to run WebSphere® Application Server scripts.

This command is valid only when used with WebSphere Application Server Version 7.0 application servers. Do not use it with earlier versions.

After using the command, save your changes to the master configuration; for example, by using the following command:

AdminConfig.save()

Purpose

The listAllSIBBootstrapMembers command lists all the servers and clusters that can bootstrap into a selected bus.

Target object

Bootstrap members for a selected bus.

Required parameters

-bus
The name of the bus for which you want to list all the bootstrap members. The data type is string. There is no default value.

Conditional parameters

None

Optional parameters

None

Example

The following example lists all the bootstrap members of bus1:

AdminTask.listAllSIBBootstrapMembers('[-bus bus1]')
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=rjr_bstrap_mbr_listall
File name: rjr_btstrap_mbr_listall.html