IBM Tivoli Monitoring, Version 6.2.2 Fix Pack 2

tacmd histviewattributegroup

Description

Use the tacmd histviewattributegroup command to display the historical configuration information of the specified attribute group. This command is used to display the summarization and pruning settings for the specified attribute group and the names of the collections defined for the specified attribute group. Use the tacmd histviewcollection command to view the configuration details for a specific 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 histviewattributegroup 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 histviewattributegroup
                       {-t|--type} PRODUCTTYPE
                       {-o|--object} ATTRIBUTEGROUPNAME
                       [{-v|--verbose}]
                       [{-u|--userid} TEPS_USERID]
                       [{-w|--password} TEPS_PASSWORD]
                       [{-s|--server} TEPSHOSTNAME]

where:

-s|--server
Specifies the Tivoli Enterprise Portal Server hostname to log on to. By default, the local hostname is taken.
-u|--userid
Specifies the user to authenticate. The software prompts you for the User ID if you do not specify one. The User ID specified must have Configure History permission.
-w|--password
Specifies the password of the user to authenticate. The software prompts you for the password if you do not specify one.
-t|--type
Specifies the product code or product name to list its attribute groups. Use the tacmd histlistproduct command to determine the codes and names.
-o|--object
Specifies the attribute group name. Use the tacmd histlistattributegroups command to find the correct values to use.
-v|--verbose
Displays the table name and the attributes names defined for the specified attribute group.

CLI example

This example displays the historical configuration information of the specified attribute group:

   tacmd histviewattributegroup -s LEVER2 -t “Windows OS" -o “NT Processor " 

-u Administrator -w tivoli123$

This example displays the historical configuration information of the specified attribute group, and also displays the table name and the attributes names defined for the specified attribute group:

   tacmd histviewattributegroup -t “Windows OS" -o “NT Processor " -v

Return values

See Table 6.

Related commands

Return to Table 1.


[ Top of Page | Previous Page | Next Page ]