Configuring Monitoring of
Processes
You can use the Generic Request and Message Generator (GRMG) to monitor the processes for TREX components. You configure theses monitoring functions by calling the script ccms_config.py with the parameter --procmon.
You have configured parameter reporting for TREX (see Configuring Parameter Reporting).
...
1. Log on to the TREX host as root.
2. Go to the directory <TREX_DIR>.
3. Set the environment variables required by TREX by executing the following scripts.
Bourne shell sh, Bourne-again shell bash, Korn shell ksh
. TREXSettings.sh
C Shell csh:
source TREXSettings.csh
4. Go to the directory <TREX_DIR>/exe/CCMS, in which the script for installing the TREX monitoring functions is located.
5. Execute the following command to configure monitoring of processes:
python ccms_config.py --procmon
...
...
1. Log on to the TREX host as administrator.
2. Go to the directory <TREX_DIR>.
3. Set the environment variables required by TREX by entering the following command into a prompt.
TREXSettings.bat
4. Go to the directory <TREX_DIR>\exe\ccms, which contains the script for installing of the TREX monitoring functions:
5. Execute the following command to configure monitoring of processes:
python ccms_config.py --procmon

If you need help on the configuration script ccms_config.py, enter: ./ccms_config.py -? (-h or --help).
You have configured the monitoring of processes for TREX.
