CmsConfig remove command

Use the CmsConfig remove command to remove a client node definition from the client configuration file, client-configuration.xml. All log file entries that are associated with the client node name are also removed.

Syntax

Read syntax diagramSkip visual syntax diagram CmsConfig remove nodeName

Parameters

nodeName
The client node name that is associated with the log files. For most client systems, only one node name is registered to the IBM Storage Protect server. However, on systems with multiple users, such as Linux® client systems, there can be more than one client node name. This parameter is required.

Example for a Linux client system

Remove the node definition for SUSAN from the client-configuration.xml file.

Issue the following command from the /opt/tivoli/tsm/cms/bin directory.

Command:
./CmsConfig.sh remove SUSAN
Output:
Removing node.

Finished removing node.

Example for a Windows client system

Remove the node definition for SUSAN from the client-configuration.xml file.

Issue the following command from the C:\Program Files\Tivoli\TSM\cms\bin directory.

Command:
cmsconfig remove SUSAN
Output:
Removing node.

Finished removing node.