Network Deployment (Distributed operating systems), v8.0 > Reference > Commands (wsadmin scripting)


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 admin 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.

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

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


AdminConfig.save()

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

Bootstrap members
Administer bootstrap members for a bus
List the bootstrap members for a bus

+

Search Tips   |   Advanced Search