listAllSIBBootstrapMembers command
Use the listAllSIBBootstrapMembers command to list all the bootstrap members that can bootstrap into a selected bus.
We can use this command to list all the bootstrap members for a specified bus, or we 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 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.
- For a list of the available service integration bus security commands in Jython and a brief description of each command, enter the following command at the wsadmin prompt:
print AdminTask.help('SIBAdminBusSecurityCommands')
- 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
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 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]')
Related concepts
Bootstrap members
Related tasks
Administer bootstrap members for a bus Listing the bootstrap members for a bus
listSIBNominatedBootstrapMembers command addSIBBootstrapMember command removeSIBBootstrapMember command Reference topic