IBM Tivoli Monitoring, Version 6.3

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 is also available for non-agent bundles. This command must be run locally from a Tivoli Enterprise Monitoring Server installation containing a depot.

Assuming the current OS user has the proper permissions, it is not necessary for a log in command to have been previously issued to execute this command.

CLI syntax

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

where:
-i|--imagePath
The directory that contains the deployment bundles to be listed.
-t|--product|--products
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
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
The version or versions of the bundles to add. 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 1.

Related commands

tacmd addBundles

tacmd removeBundles

tacmd viewDepot

Return to Table 1.



Feedback