ENABLE_DIAGNOSE

Syntax

ENABLE_DIAGNOSE=query lsfproxyd

Description

Enable this parameter for the mbatchd daemon, or starting in Fix Pack 14, also the lsfproxyd daemon, to write request source information to a log file. Refer to the DIAGNOSE_LOGDIR parameter in the lsb.params configuration file for details on the log contents and log location.

To enable the mbatchd daemon log file, set ENABLE_DIAGNOSE=query.

To enable the lsfproxyd daemon log file, set ENABLE_DIAGNOSE=lsfproxyd.

To enable both the mbatchd daemon and lsfproxyd daemon log files, set ENABLE_DIAGNOSE="query lsfproxyd"

The log file shows information about the source of mbatchd or lsproxyd requests, allowing you to troubleshoot problems. The log file shows who issued these requests, where the requests came from, and the data size of the request.

The log file collects key information such as query name, user name, host name, and the data size of the query. For lsfproxyd queries, the logs also show whether the request was rejected or accepted. You can write a script to format the output.

Default

Disabled