Use the addSIBBootstrapMember command to add a nominated bootstrap member to a specified bus.
You can use this command to add a nominated bootstrap member to a specified bus, or you can use the administrative console: Nominating bootstrap members for a bus.
This command requires the name of a bus, and a node and server name, or a cluster name.
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 application servers. Do not use it with earlier versions.
print AdminTask.help('SIBAdminBusSecurityCommands')
print AdminTask.help('command_name')
AdminConfig.save()
The addSIBBootstrapMember command adds a nominated bootstrap member to the specified bus.
A nominated bootstrap member.
None
The following example adds server1 on node1 as a nominated bootstrap member of bus1 :
AdminTask.addSIBBootstrapMember('[-bus bus1 -node node1 -server server 1]')