+

Search Tips   |   Advanced Search

listSIBNominatedBootstrapMembers command

Use the listSIBNominatedBootstrapMembers command to list all the nominated bootstrap members for a specified bus.

Use this command to list all the nominated bootstrap members for a specified bus, or we can use the administrative console, see List 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.

(iSeries) (iSeries) The wsadmin scripting client is run from Qshell. (iSeries) See Configure Qshell to run WebSphere scripts .

This command is valid only when used with WebSphere Application Server v7.0 or later application servers. Do not use it with earlier versions.

Command-line help is provided for service integration bus commands:

After using the command, save the changes to the master configuration using the following command:

AdminConfig.save()

The listSIBNominatedBootstrapMembers command lists all the nominated bootstrap members for a specified bus.


Target object

Nominated bootstrap members.


Required parameters

-bus

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


Conditional parameters

None


Optional parameters

None


Example

The following example lists the nominated bootstrap members for bus1:

AdminTask.listSIBBootstrapMembers('[-bus bus1]')