Tivoli Monitoring, Version 6.2

tacmd listBundles

Description

Use the listBundles command to display the details of one or more deployment bundles that are available for deployment to the local deployment depot. This command can only be run from a Tivoli Enterpriseā„¢ Monitoring Server installation with a depot.

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

CLI syntax

tacmd listBundles {-i|--imagePath} imagepath
                   [{-t|--product|--products} product ...]
                   [{-p|--platform|--platforms} platform ...]
                   [{-v|--version|--versions} version ...]

where:

-i|--imagePath imagepath
The directory that contains the deployment bundles to be listed.
-t|--product|--products product ...
The product code or codes of the agents to list bundles for. 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 products to list bundles for. 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 products to list bundles for. This value corresponds to the value that is displayed in the Version field that is displayed by the viewDepot command

CLI example

This command displays details for all the deployment bundles in the D:\cdimage\bundles directory.

   tacmd listBundles -i D:\cdimage\bundles

This command displays details for all the deployment bundles in the /mnt/bundles directory where the bundle product type is ux, the bundle platform is aix513, and the bundle version is 060100000.

   tacmd listBundles -i /mnt/bundles -t ux -p aix513 -v 060100000

Return values

See Table 2.

Related commands

tacmd addBundles

tacmd removeBundles

tacmd viewDepot




Feedback

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