CL Command Reference - CHKCMNTRC
CL Command List > CHKCMNTRC Reference
Description:
The Check Communications Trace (CHKCMNTRC) command returns the communications trace status for a specific line, a network interface description, a network server description, or for all of the traces of a specific type that exist on the system. The status is returned through a message.
Restrictions:
. To use this command, you must have service (*SERVICE) special authority, or be authorized to the Service Trace function of Operating System through iSeries NavigatorĄ¯s Application Administration support. The Change Function Usage (CHGFCNUSG) command, with a function ID of QIBM_SERVICE_TRACE, can also be used to change the list of users that are allowed to perform trace operations.
v The following user profiles have authority to this command:
¨C QSECOFR
¨C QSRV
Examples:
Example 1: Checking All Traces
CHKCMNTRC CFGOBJ(*ALL) CFGTYPE(*NWI)
This command shows the communications trace status of all network interface traces.
Example 2: Checking An Individual Trace
CHKCMNTRC CFGOBJ(QESLINE) CFGTYPE(*LIN)
This command shows the communications trace status of line QESLINE.