IBM Tivoli Monitoring > Version 6.3 Fix Pack 2 > Administrator's Guide > Agent-based services > Centralized Configuration > Centralized Configuration startup > Initiating Centralized Configuration with agent environment variables
IBM Tivoli Monitoring, Version 6.3 Fix Pack 2
Initiating with enterprise monitoring agent environment variables
Use the Tivoli Enterprise Monitoring Agent's Centralized Configuration environment variables to point to the central configuration server and download the initial configuration load list.
Procedure
- On the computer where the enterprise monitoring agent is installed, open the agent environment file from Manage Tivoli Enterprise Monitoring Services or from the command line:
- Start Manage Tivoli Enterprise Monitoring Services:
Click Start → Programs →IBM Tivoli Monitoring → Manage Tivoli Enterprise Monitoring Services
Where ITM_dir is the IBM Tivoli Monitoring installation directory, change to the ITM_dir/bin directory and run ./itmcmd manage [-h ITM_dir]. Right-click the monitoring agent and click Advanced → Edit ENV File.
- At the command line, change to the agent configuration directory and open the environment file in a text editor. Where pc is the two-character product code:
install_dir\TMAITM6[_x64]\kpcenv
install_dir/config/pc.ini
- Specify how to connect to a central configuration server and download the initial (bootstrap) configuration load list:
- IRA_CONFIG_SERVER_URL
- Specifies the server URL. For example, http://9.52.111.99.
- IRA_CONFIG_SERVER_USERID
- Specifies the server user ID. Default: itmuser.
- IRA_CONFIG_SERVER_PASSWORD
- Specifies the user password either in plain text or AES encrypted password string.
- IRA_CONFIG_SERVER_FILE_PATH
- Specifies the path to the configuration load list on the central configuration server. The default is loadlist/@PRODUCT@. See Configuration load list keyword substitution for a list of keywords.
- IRA_CONFIG_SERVER_FILE_NAME
- Specifies the name of the configuration load list file on the central configuration server. Default: cnfglist.xml.
- Save the environment file and recycle the agent to apply the changes.
Parent topic:
Initiating Centralized Configuration with agent environment variables