Previous Topic: ChekPlex operator commandsNext Topic: Special Usage Considerations


ChekPlex logging

ChekPlex logs requests for every component in a separate log file. These files are allocated in the CA GTS start-up JCL and assigned to the logger.

Note: For more information, see Adding a ChekPlex subsystem to CA GTS.

The default parmlib member PARMCP00 assigns the logs the following names: CPLOGSS, CPLOGTS, and CPLOGRS.

Target server

Target server requests are logged to the ddname specified by the TSLOGDD parameter in the PARMCP00 parmlib member. The following shows the format of the logged data.

Log record format:

Time,date,msg_id,TS,LS=GTS_name,SS=GTS_name,RS=GTS_name,USER=userid,RC=return_code
Time,date

Specifies the time and date when the message was issued.

msg_id

Specifies the internal ID of the message.

TS

Specifies the origin of the message: the target server.

LS|SS|RS=GTS_name

Specifies the server name of the requestor: local server, source server, or result server.

USER=userid

Specifies the userid of the user requesting the validation.

RC=return_code

Specifies the JCLCheck return code.

Source server

Source server requests are logged to the ddname specified by the SSLOGDD parameter in the PARMCP00 parmlib member. The following shows the format of the logged data.

Log record format:

Time,date,msg_id,SS,RES=result,ACC=req_type,FILE=dsname,MBR=member_name,USER=userid,TS=GTS_name
Time,date

Specifies the time and date when the message was issued.

msg_id

Specifies the internal ID of the message.

SS

Specifies the origin of the message: the source server.

RES=result

Specifies the result of the request: SUCCESS or FAILED.

ACC=req_type

Specifies the request type: READ or PDSDIR.

FILE=dsname

Specifies the data set name requested.

MBR=member_name

Specifies the member requested.

USER=userid

Specifies the userid of the user requesting the validation.

TS=GTS_name

Specifies the server name of the requestor: the target server.

Result server

Result server requests are logged to the ddname specified by the RSLOGDD parameter in the PARMCP00 parmlib member. The following shows the format of the logged data.

Log record format:

Time,date,msg_id,Rx,req_type,TS|LS=GTS_name,USER=userid,ID=result_id
Time,date

Specifies the time and date when the message was issued.

msg_id

Specifies the internal ID of the message.

Rx - RP or RA

Specifies the origin of the message: result provider(RP) or result acceptor(RA).

req_type

Specifies the request type: RECEIVE or PROVIDE.

TS|LS=GTS_name

Specifies the server name of the requestor: target server or local server.

USER=userid

Specifies the userid of the user requesting the validation.

ID=result_id

Specifies the result_ID used for storing and retrieving results.