IBM Tivoli Monitoring, Version 6.3

tacmd addSdaInstallOptions

Description

Use the tacmd addSdaInstallOptions command to add a version to product versions configured to be allowed for Self-Describing Agent (SDA) install. The hub monitoring server does not allow an SDA-enabled product to install its application support on the enterprise-wide monitoring server or portal server without the product version specification.You must log in by using the tacmd login command before running the tacmd addSdaInstallOptions command.

CLI syntax

tacmd addSdaInstallOptions
                      {-t|--type} DEFAULT
                      {-i|--install} ON|OFF
                      [{-f|--force}]

                    
OR

tacmd addSdaInstallOptions
                      {-t|--type} PRODUCT_TYPE...
                      {-v|--version} VERSION
                      [{-f|--force}]
                    

where:
{-t|--type} DEFAULT
Specifies the DEFAULT SDA installation option for all products that do not have a specific version defined for their product type.
Note: Any product with a specific version defined will only allow SDA installation for the allowed versions listed, not the DEFAULT SDA install option. When no DEFAULT SDA install option is defined, use OFF.
{-t|--type}PRODUCT_TYPE...
Specifies one or more managed system types (product codes) to update.
{-i|--install} ON|OFF
Required with the {-t|--type} DEFAULT option.
  • ON enables SDA installation
  • OFF disables SDA installation
-v|--version
Specifies the product versions configured to be allowed for SDA install for the product code identified. 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 FP2 is 06230200.
-f|--force
Specifies to add the SDA install option without prompting for confirmation.

CLI example

Run the following command to disable SDA installation for all products that do not have a specific product versions configured to be allowed for SDA install defined for their product type:

tacmd addSdaInstallOptions -t DEFAULT -i OFF

Run the following command to enables SDA installation for the ITM623 FP1 Windows product type, without prompting for user response:

tacmd addSdaInstallOptions -t NT -v 06230100  -f

Run the following command to enable SDA installation for the ITM623 FP2 Windows product type:

tacmd addSdaInstallOptions -t NT -v 06230200

Run the following command to enable SDA installation for ITM623 FP3 for the Linux and Unix product types.:

tacmd addSdaInstallOptions -t LZ UX -v 06230300

Return values

See Table 1.

Related commands

tacmd deleteSdaInstallOptions

tacmd editSdaInstallOptions

tacmd listSdaInstallOptions

tacmd listSdaOptions

Return to Table 1.



Feedback