Start of change

CTRACE_DEFAULT_OR_MIN

Description:
Checks to see whether any component traces have been active with other than the default and the minimum for longer than the threshold.
Reason for check:
A component trace that is tracing more than the default can cause degraded system performance.
z/OS® releases the check applies to:
z/OS V2R2.
Type of check (local, remote, or REXX):
Local
User override of IBM values:
Start of changeThe following sample shows the defaults for customizable values for this check. Use this sample to make permanent check customizations in an HZSPRMxx parmlib member used at IBM Health Checker for z/OS startup. If you just want a one-time only update to the check defaults, omit the first line (ADDREPLACE POLICY) and use the UPDATE statement on a MODIFY hzsproc command. Note that using non-POLICY UPDATEs in HZSPRMxx can lead to unexpected results and is therefore not recommended.End of change
Start of changeADDREPLACE POLICY[(policyname)] [STATEMENT(name)]End of change
UPDATE
CHECK(IBMCTRACE,CTRACE_DEFAULT_OR_MIN),
INTERVAL(4:00),
SEVERITY(LOW),
PARM(’TIME(DAYS,07)''),
DATE(’20120901’),
Reason(’Your reason for making the update.’)
Debug support:
No
Verbose support:
Yes. When Verbose(Yes) is in effect, all component traces using other than the default are displayed, even if they have not reached the threshold.
Parameters accepted:
Yes, the following parameters are accepted:
  • TIME(DAYS,n) or
  • TIME(HOURS,n).
Each of which identifies the length of time that any component traces must be active with options that are not the minimum and not the default before the exception is raised. “n” may range from 1-9999
Reference:
For more information, see "CTRACE" in AXREXX Return and reason codes in z/OS MVS Programming: Authorized Assembler Services Reference ALE-DYN.
Messages:
This check issues the following exception messages:
  • IEAH841E
See z/OS MVS System Messages, Vol 6 (GOS-IEA).
SECLABEL recommended for multilevel security users:
SYSLOW - see z/OS Planning for Multilevel Security and the Common Criteria for information on using SECLABELs.
Output:
When successful and VERBOSE(YES), or when an exception is encountered, a report like the following is produced by the check:
IEAH844I Component Trace start date/time information
Start Date/Time      Name      Subname                     
09/27/2011 10:05:24  SYSHZS    
09/27/2011 07:58:46  SYSAXR
End of change