IBM Tivoli Monitoring > Version 6.3 Fix Pack 2 > Installation Guides > Installation Guide > Install IBM Tivoli Monitoring > Install the hub Tivoli Enterprise Monitoring Server > Add application support to the hub monitoring server
IBM Tivoli Monitoring, Version 6.3 Fix Pack 2
Enable application support on the monitoring server for base monitoring agents - Command-line procedure
- Start the monitoring server:
./itmcmd server start tems_name
- Add the application support:
./itmcmd support -t tems_name pc pc pc
where tems_name is the name of the monitoring server (for example, HUB_itmserv16), and pc is the product code for each agent to enable application support.
By default, support seeding is skipped if application support is seeded in self-describing mode. To force support seeding over the self-describing mode seeding status, you can pass the additional parameter [-d] to the ./itmcmd support command.
To view the product codes for the applications installed on this computer, run:
./cinfo
Type 1 when prompted to display the product codes for the components installed on this computer. See your product documentation for the product code for other agents.
Activate support only for the monitoring agents for which you installed support. For example, if you installed support for the DB2 agent:
./itmcmd support -t tems_name ud
- Stop the monitoring server:
./itmcmd server stop tems_name
- Restart the monitoring server:
./itmcmd server start tems_name
Parent topic:
Add application support to the hub monitoring server