IBM Tivoli Monitoring > Version 6.3 Fix Pack 2 > Installation Guides > Installation Guide > Deploy monitoring agents across your environment > Populate the agent depot
IBM Tivoli Monitoring, Version 6.3 Fix Pack 2
Populate the agent depot with the tacmd addBundles command
This section contains the tacmd addBundles command to populate the agent depot.
To populate the agent depot using the tacmd addBundles command, run:
tacmd addBundles [-i IMAGE_PATH] [-t PRODUCT_CODE] [-p OPERATING_SYSTEM] [-v VERSION] [-n] [-f]
Examples:
- To copy every agent bundle, including its prerequisites, into the agent depot on a UNIX computer from the installation media:
tacmd addBundles -i /mnt/cdrom/unix
- To copy all agent bundles for the Oracle agent into the agent depot on a UNIX computer from the installation media:
tacmd addBundles -i /mnt/cdrom/unix -t or
- To copy all agent bundles for the Oracle agent into the agent depot on a Windows computer from the installation media:
tacmd addBundles -i D:\WINDOWS\Deploy -t or
- To copy agent bundle for the Oracle agent that runs on the AIX version 5.1.3 operating system into the agent depot on a UNIX computer from the installation media:
tacmd addBundles -i /mnt/cdrom/unix -t or -p aix513
See Also
- Change the location of the agent depot
By default, the agent depot is located in directory...
itm_installdir/CMS/depot
...on Windows and...
itm_installdir/tables/tems_name/depot
...on UNIX. The tacmd addBundles command puts the agent bundle in that location unless another location is defined in the monitoring server configuration file for DEPOTHOME.
Parent topic:
Populate the agent depot