IBM Tivoli Monitoring, Version 6.3

tacmd listSdaInstallOptions

Description

Use the tacmd listSdaInstallOptions command to list the product versions configured to be allowed for Self-Describing Agent (SDA) install. You can filter by product type and version. You must log in by using the tacmd login command before running the tacmd listSdaInstallOptions command.

CLI syntax

tacmd listSdaInstallOptions
                     [ {-t|--type} PRODUCT_TYPE...]
                     [ {-v|--version} VERSION]

where:
-t|--type
Lists the product versions configured to be allowed for SDA install for one or more managed system types (product types).
-v|--version
Lists the product versions configured to be allowed for SDA install that identify support for the version specified. If multiple versions are listed, they are separated by spaces. The version is an eight-digit identifier in the format VVRRMMFF, where VV specifies Version, RR specifies Release, MM specifies Modification, and FF specifies PTF Level. For example, the VVRRMMFF designation for ITM 623 Fix Pack 2 is 06230200.

CLI example

Run the following command to list all product versions configured to be allowed for SDA install:

tacmd listSdaInstallOptions

Run the following command to list the product versions configured to be allowed for SDA install for the NT product type:

tacmd listSdaInstallOptions -t NT

Run the following command to list the product versions configured to be allowed for SDA install for the DEFAULT and the Linux product type:

tacmd listSdaInstallOptions -t DEFAULT LZ

Run the following command to list the product versions configured to be allowed for SDA install for the ITM623 FP2 Windows and Linux product types:

tacmd listSdaInstallOptions -t NT LZ -v 06230200

Run the following command to list the product versions configured to be allowed for SDA install for all product types that support ITM623 FP2:

tacmd listSdaInstallOptions -v 06230200

Return values

See Table 1.

Related commands

tacmd addSdaInstallOptions

tacmd deleteSdaInstallOptions

tacmd editSdaInstallOptions

tacmd listSdaOptions

Return to Table 1.



Feedback