Use the removeSIBBootstrapMember command to remove a nominated bootstrap member from a selected bus.
You can use this command to remove a nominated bootstrap member from a selected bus, or you can use the administrative console: Deleting nominated bootstrap members from a bus.
This command requires the name of a bus, and either the node and server name, or the cluster name, of an existing bootstrap member.
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.
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 removeSIBBootstrapMember command removes a nominated bootstrap member from a selected bus.
The nominated bootstrap member is removed from the selected bus.
None
The following example removes a nominated bootstrap member cluster1 from bus1:
AdminTask.removeSIBBootstrapMember('[-bus bus1 -cluster cluster1]')