The cleanupNode script

The cleanupNode script removes a node configuration from the cell repository. Use this script to clean up a node only if you have a node defined in the cell configuration, but the node no longer exists. For usage instructions and examples, see Clean up nodes in a Network Deployment instance.

Product

The cleanupNode script is available with WebSphere Application Server Network Deployment only.

Authority

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

Syntax

The syntax of the cleanupNode script is:

cleanupNode node_name [ dmgr_host ] [ dmgr_port ]
 [ -instance instance ] [ -nowait ] [ -quiet ] [ -logfile filename ]
 [ -replacelog ] [ -trace ] [ -username username ]
 [ -password password ] [-help | -?]

Parameters

The parameters of the cleanupNode script are:

Examples

These examples demonstrate correct syntax:

cleanupNode myNode

Removes all configuration information for the node myNode from the default Network Deployment instance.

cleanup myNode -instance TestCell

Removes all configuration information for the node myNode from the Network Deployment instance TestCell.