IBM Tivoli Monitoring, Version 6.3

tacmd histviewcollection

Description

Use the tacmd histviewcollection command to display the configuration information of a specified collection.
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 histviewcollection 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 histviewcollection
              {-a|--name} COLLECTIONNAME
              [{-u|--userid} TEPS_USERID]
              [{-s|--server} TEPSHOSTNAME]
              [{-w|--password} TEPS_PASSWORD]
              

where:
-s|--server
Specifies the Tivoli Enterprise Portal Server hostname to log on to. By default, the local hostname is taken 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.
-w|--password
Specifies the password of the user to authenticate. The software prompts you for the password if you do not specify one.
-a|--name
Specifies the name or the ID of the collection for which to display historical data collection configuration information.
The output of histviewcollection shows the defined filter defined, if any. For example:
tacmd histviewcollection -a coll1
KUIHVC001I Validating user credentials...
Collection Name        : coll1
Collection ID          : KNT_ACTSRVPG
Description            :
Attribute Group Name   : Active Server Pages
Product Name           : Windows OS
Collection Interval    : 15 mins
Collection Location    : TEMA
Warehouse Interval     : 1 day
Status                 : Not started
Filter                 : *IF ( ( *VALUE Active Server Pages.ORIGINNODE *EQ Test ) )

CLI example

The following example displays a collection called newCollection:
tacmd histviewcollection -a newCollection
The following example includes all of the options for this command:
tacmd histviewcollection -a NewCollection -s "ipTEPS" -u "username" -w "password"

Return values

See Table 1.

Related commands

Return to Table 1.



Feedback