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.
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.
print AdminTask.help('SIBAdminBusSecurityCommands')
print AdminTask.help('command_name')
AdminConfig.save()
The listSIBNominatedBootstrapMembers command lists all the nominated bootstrap members for a specified bus.
Nominated bootstrap members.
None
None
The following example lists the nominated bootstrap members for bus1 :
AdminTask.listSIBBootstrapMembers('[-bus bus1]')