listSIBNominatedBootstrapMembers command

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

You can use this command to list all the nominated 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 using wsadmin scripting .

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

Command-line help is provided for service integration bus commands:
  • 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 your changes to the master configuration; for example, by using the following command:


AdminConfig.save()

Purpose

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



Related concepts
Bootstrap members
Related tasks
Administering bootstrap members for a bus
Listing the bootstrap members for a bus
Reference topic Reference topic    

Terms of Use | Feedback

Last updatedLast updated: Sep 19, 2011 5:16:49 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=matt&product=was-base-iseries&topic=rjr_bstrap_mbr_list
File name: rjr_btstrap_mbr_list.html