IBM Tivoli Monitoring, Version 6.3

tacmd editSdaInstallOptions

Description

Use the tacmd editSdaInstallOptions command to edit the version configured to be allowed for Self-Describing Agent (SDA) install for a product type. You must log in by using the tacmd login command before running the tacmd editSdaInstallOptions command.

CLI syntax

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

                    
OR

tacmd editSdaInstallOptions
                      {-t|--type} PRODUCT_TYPE...
                      {-v|--version} EXISTING_VERSION/NEW_VERSION
                      [{-f|--force}]

where:
{-t|--type} DEFAULT
Defines the DEFAULT SDA installation option for all products that do not have a specific version configured to be allowed for SDA install defined for their product type.
Note: Any product with a specific product version defined will only allow SDA installation for the allowed versions listed in the record. They will not use the DEFAULT SDA install option. When no DEFAULT SDA install option is defined, OFF is used.
{-t|--type} PRODUCT_TYPE...
Specifies one or more managed system types (product codes) to be updated. If a non-DEFAULT product code is specified, the VERSION command option must be specified and the INSTALL command option omitted. A list of product codes can be specified but cannot include the DEFAULT product code.
{-i|--install} ON|OFF
Required with the {-t|--type} DEFAULT option.
  • ON enables SDA installation.
  • OFF disables SDA installation.
-v|--version
Identifies an existing SDA install version and an update SDA install version. The VERSION option cannot be specified when the product type is DEFAULT. The input format is the existing version separated by forward slash (/) followed by the update version. 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 edit the SDA install option without prompting for confirmation.

CLI example

Run the following command to modify configuration for SDA installation support of Windows product type from version ITM623 FP1 to ITM623 FP2:

tacmd editSdaInstallOptions -t NT -v 06230100/06230200

Run the following command to modify configuration for SDA installation support of Windows product type from version ITM623 FP1 to ITM623 FP2, without prompting for user response:

tacmd editSdaInstallOptions -t NT -v 06230100/06230200 -f

Run the following command to modify configuration for SDA installation support of Linux and Unix product types from version ITM623 FP1 to ITM623 FP2:

tacmd editSdaInstallOptions -t LZ UX -v 06230100/06230200
Run the following command to modify or addconfiguration for the DEFAULT SDA installation configuration:
Note: The default SDA behavior is configured as ON.
tacmd editSdaInstallOptions -t DEFAULT -i ON

Return values

See Table 1.

Related commands

tacmd addSdaInstallOptions

tacmd deleteSdaInstallOptions

tacmd listSdaInstallOptions

tacmd listSdaOptions

Return to Table 1.



Feedback