Start of Content Area

Procedure documentation Configuring Monitoring of Log Files  Locate the document in its SAP Library structure

Use

You can use the Generic Request and Message Generator (GRMG) to monitor the log files of TREX components. You configure theses monitoring functions by calling the ccms_config.py script with the parameter --logmon.

Prerequisites

You have configured parameter reporting for TREX (see Configuring Parameter Reporting).

Procedure (UNIX)

...

       1.      Log on to the TREX host with the <sapsid>adm user.

       2.      Go to the <TREX_DIR> directory.

       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 <TREX_DIR>/exe/CCMS directory in which the script for installing the TREX monitoring functions is located.

       5.      Execute the following command to configure the monitoring of log files:

python ccms_config.py –logmon

If the superuser script requires authorizations for creating a directory, it prompts you for the superuser password.

Procedure (Windows)

...

...

       1.      Log on to the TREX host as administrator.

       2.      Go to the <TREX_DIR> directory.

       3.      Set the environment variables required by TREX by entering the following command into a prompt.

TREXSettings.bat

       4.      Go to the <TREX_DIR>\exe\ccms directory containing the script for installing the TREX monitoring functions:

       5.      Execute the following command to configure the monitoring of log files:

python ccms_config.py --logmon

This graphic is explained in the accompanying text

If you need help on the ccms_config.py configuration script, enter: ./ccms_config.py-? (-h or --help).

Result

You have configured the monitoring of log files for TREX.

 

 

 

End of Content Area