Command - generatemappingfile

Use this command to migrate custom IBM® Tivoli® Monitoring v5.x resource models to IBM Tivoli Monitoring v6 agents.

Purpose

This command creates the mapping file for migrating custom IBM Tivoli Monitoring v5.x resource models to IBM Tivoli Monitoring v6 agents.

Format

For Windows systems:
install_location\agenttoolkit.bat project_dir -generatemappingfile output_dir 
   itm5_interp_list
Where:
install_location
Directory where the Agent Builder is installed
project_dir
Name of the directory that contains itm_toolkit_agent.xml
output_dir
Name of the directory where the mapping file is written
itm5_interp_list
Comma-separated list of the ITM 5x operating systems on which the custom resource model ran. The following values are allowed:
  • aix4-r1
  • hpux10
  • linux-ix86
  • linux-ppc
  • linux-s390
  • os2-ix86
  • os400
  • solaris2
  • solaris2-ix86
  • w32-ix86

Examples

For Windows systems
install_location\agenttoolkit.bat c:\ABCAgent -generatemappingfile c:\output 
   linux-ix86,linux-ppc,linux-s390