Removing nodes from a cluster with the command line
Use the removeNode command to remove a node from a cluster.
For more information about the removeNode command, see removeNode command in the WebSphere Application Server Network Deployment documentation.
- To remove a node from a cluster, complete the following steps:
-
Log in to the node that you want to remove.
-
Open a command prompt and change to the profile_root/bindirectory.
-
Run the following script to remove the node:
-
Linux:
./removenode.sh[-username uid] [-password pwd]
-
Windows:
removenode.bat[-username uid] [-password pwd]
where:
- uid is the Deployment Manager administrator user name
- pwd is the Deployment Manager administrator password
-
Parent topic:Removing nodes from a cluster
Related information
Removing nodes from a cluster using the Integrated Solutions Console