IBM Tivoli Monitoring, Version 6.3

tacmd removeBundles

Description

Use the removeBundles command to remove one or more deployment bundles from the local deployment depot.

This command must be run locally on a monitoring server containing a depot.

CLI syntax

tacmd removeBundles
                     {-i|--imagePath} IMAGEPATH
                     [{-t|--product|--products} PRODUCT ...]
                     [{-p|--platform|--platforms} PLATFORM ...]
                     [{-v|--version|--versions} VERSION ...]
                     [{-f|--force }]

where:
-i|--imagePath
Specifies the directory on the agent install image media that contains the deployment bundles to be removed.
-t|--product|--products
Specifies the product code or codes of the products to remove. This value corresponds to the value that is displayed in the Product Code field that is displayed by the viewDepot or listBundles command.
-p|--platform|--platforms
The platform code or codes of the products to remove. This value corresponds to the value that is displayed in the Host Type field that is displayed by the viewDepot or listBundles command.
-v|--version|--versions
The version or versions of the products to remove. This value corresponds to the value that is displayed in the Version field that is displayed by the viewDepot command.
-f|--force
Removes any matching deployment bundles from the depot without prompting for confirmation first.

CLI example

This command removes all of the deployment bundles in the D:\cdimage\bundles directory from the local deployment depot.
   tacmd removeBundles –i D:\cdimage\bundles
This command removes all of the deployment bundles in the /mnt/bundles directory from the local deployment depot where the bundle product type is ux, the bundle platform is aix513, and the bundle version is 060100000.
   C:\>tacmd removeBundles -i
C:\IBM\ITM\cms\Depot\Packages\WINNT\KUX\060100000

Return values

See Table 1.

Related commands

tacmd addBundles

tacmd listBundles

tacmd viewDepot

Return to Table 1.



Feedback