cleanupNode command
The cleanupNode command cleans up a node configuration from the cell repository.
Only use this command to clean up a node if we have a node defined in the cell configuration, but the node no longer exists. For more information about where to run this command, see Using command tools.
Syntax
The command syntax is as follows:
cleanupNode <node name> [deploymgr host] [deploymgr port] [options]
where the first argument is required.
Parameters
The following options are available for the cleanupNode command:
- -quiet
- Suppress the progress information that the cleanupNode command prints in normal mode.
- -trace
- Generates trace information into a log file for debugging purposes.
- (dist)(iseries) -profileName
- dmgr profile to run the command against. This parameter must be specified if the default profile is not a dmgr profile.
Usage scenario
The following examples demonstrate correct syntax:
cleanupNode myNode -profileName dmgr cleanupNode myNode -trace -profileName mydmgr
Related tasks
Use command-line tools