$('a[name]').remove(); $('#ic-homepage__footer').before('
'); $("#tabs").tabs({ selected: 1 }); $("#ic-homepage__ic-tips").append( quickTipHTML() ); unhideOneProductTip(); $("#ic-homepage__product-tips").wrapInner('
'); $("#ic-homepage__feed-tips").wrapInner('
'); });
IBM Tivoli Monitoring > Version 6.3 > User's Guides > Agent Builder User's Guide > Command-line options IBM Tivoli Monitoring, Version 6.3
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_dir
where:
- 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
Parent topic:
Command-line options