The removeNode script

The removeNode command removes a node from a Network Deployment cell. After this process, the removed instance is a standalone base WebSphere Application Server instance. The removeNode script only removes the node specific configuration from the cell. It does not uninstall applications that installed when you add the node, because such applications may subsequently be deployed on additional servers in the network deployment cell. For usage instructions and examples, see Remove nodes from a Network Deployment instance.

Note: Depending on the size and location of the node you remove from the cell, this script can take a few minutes to complete.

Product

The removeNode script is available in the WebSphere Application Server product only.

Authority

To run this script, your user profile must have *ALLOBJ authority.

Syntax

The syntax of the removeNode script is:

removeNode [ -instance instance ] [ -force ] [ -nowait ]
 [ -quiet ] [ -logfile filename ] [ -replacelog ] [ -trace ]
 [ -username username ] [ -password password ]
 [ -help | -? ]

Parameters

The parameters of the removeNode script are:

Examples

These examples demonstrate correct syntax:

removeNode

This example removes the node associated with the default instance from the Network Deployment cell to which it belongs.

removeNode -instance testnode

This example removes the node associated with the testnode instance from the Network Deployment cell to which it belongs.