Command - generatelocal
Use this command to load and validate XML and to generate files to run the Tivoli® Monitoring Agent.
Purpose
Loads and validates the itm_toolkit_agent.xml file and generates the files for running the Tivoli Monitoring Agent. The installation is into a local Tivoli Monitoring environment.
Format
For Windows systems:
install_location\agenttoolkit.bat project_dir -generatelocal itm_install_dirwhere:
- install_location
- Directory where the Agent Builder is installed
- project_dir
- Name of the directory that contains the itm_toolkit_agent.xml file
- itm_install_dir
- Location where Tivoli Monitoring is installed (for example c:\IBM\ITM)
Examples
In the following example for Windows, the agent definition
in C:\ABCAgent is validated and the files that
are required to run ABCAgent are generated in C:\IBM\ITM:
install_location\agenttoolkit.bat C:\ABCAgent -generatelocal C:\IBM\ITM