IBM Tivoli Monitoring, Version 6.3

tacmd histdeletecollection

Description

Use the tacmd histdeletecollection command to delete the given collection by using specified inputs.
Note: If you want to use the current tacmd tepsLogin values for username, password, and server hostname, do not enter any of these options for the histdeletecollection command. If you specify values for some, but not all of these options, you are prompted to specify the username and password if they are missing.

CLI syntax

tacmd histdeletecollection
              {-a|--name} COLLECTIONNAME
              [{-s|--server} TEPSHOSTNAME]
              [{-u|--userid} TEPS_USERID]
              [{-w|--password} TEPS_PASSWORD]
              

where:
-s|--server
Specifies the Tivoli Enterprise Portal Server hostname to log on to. By default, the local hostname is used if you do not specify one.
-u|--userid
Specifies the user to authenticate. The software prompts you for the username if you do not specify one.
-a|--name
Specifies the name or the ID of the collection to remove.
-w|--password
Specifies the password of the user to authenticate. The software prompts you for the password if you do not specify one.

CLI example

The following example deletes a collection called newCollection:
tacmd histdeletecollection -a newCollection
The following example shows all of the options for this command:
tacmd histdeletecollection -a newCollection -s "ipTEPS" -u "username" -w "password"

Return values

See Table 1.

Related commands

Return to Table 1.



Feedback