Tivoli Monitoring, Version 6.2

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 imagepath
The directory to the depot that contains the deployment bundles to be removed.
-t|--product|--products product ...
The product code or codes of the agents 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 platform ...
The platform code or codes of the agents 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 version ...
The version or versions of the agents 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\KNT\060100000

Return values

See Table 2.

Related commands

tacmd addBundles

tacmd listBundles

tacmd viewDepot




Feedback

[ Top of Page | Previous Page | Next Page | Contents | Index ]