z/OS Network File System Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


CTINFS00 member of SYS1.PARMLIB

z/OS Network File System Guide and Reference
SC23-6883-00

Figure 1 shows a copy of the CTINFS00 member of SYS1.PARMLIB that NFS provides for tracing the z/OS NFS server. This file is used for setting the initial startup trace settings.

The z/OS NFS server default trace options are defined as:
INFO,WARNING,ERROR,FFDC	

You can change a set of trace options for debug purposes.

Figure 1. z/OS NFS server component trace PARMLIB member CTINFS00
/* ================================================================ */  
/*                                                                  */  
/* $MAC(CTINFS00)  COMP(5694DF121)                             @P01C*/  
/*                                                                  */  
/* Z/OS Network File System Server.                                 */  
/* Sample CTRACE options.                                           */  
/*                                                                  */  
/* COPYRIGHT:                                                       */  
/*PROPRIETARY V3 STATEMENT                                          */  
/*Licensed Materials - Property of IBM                              */  
/*"Restricted Materials of IBM"                                     */  
/*5650-ZOS                                                     @P03C*/  
/*COPYRIGHT IBM Corp. 2004, 2013                               @LE7C*/  
/*END PROPRIETARY V3 STATEMENT                                      */  
/*                                                                  */  
/*                                                                  */  
/* ---------------------------------------------------------------- */  
/*                                                                  */  
/* CHANGE ACTIVITY:                                                 */  
/*                                                                  */  
/* $L77=NFS,HDZ11VS,040507,IBSMVB: Convert To CTrace           @L77A*/  
/* $L77=NFS,HDZ11VS,041210,IBSKYL: Add FFDC                   @L777A*/  
/* $P01=KAJ0199,HDZ11VS,041216,SJPLMB: Restore PID to 5694-A01 @P01A*/  
/* $P02=K9N0156,HDZ119N,060912,SJPLMB: Add BUFSIZE option      @P02A*/  
/*------------------- Release V2R1 --------------------------- @P03A*/  
/* $P03=KEN0148,HDZ221N,20110912,SJPLMB:                       @P03A*/  
/*      1. Change Copyright to "IBM Corp." before date(s).     @P03A*/  
/*      2. Changed product id from "5694-A01" to "5650-ZOS".   @P03A*/  
/*      3. Removed '(C)' from copyright statements.            @P03A*/  
/* $LE7=__NFS__,HDZ221N,20120228,SJPLMB:                       @LE7A*/  
/*      1. Changed Copyright from 2012 to 2013.                @LE7A*/  
/* $P04=SM00306,HDZ221N,20120806,IBSKVV:                       @P04A*/  
/*      1. Add DEFOPS option of CTRACE DEFINE macro            @P04A*/  
/*                                                                  */  
/* ---------------------------------------------------------------- */  
/* DEFAULT CTINFS00 MEMBER                                          */  
/* ================================================================ */  
/*                                                                  */  
TRACEOPTS                                                               
/* ---------------------------------------------------------------- */  
/*   Optionally start external writer in this file (use both        */  
/*   WTRSTART and WTR with same wtr_procedure)                      */  
/* ---------------------------------------------------------------- */  
/*        WTRSTART(wtr_procedure)                                   */  
/*        WTRSTART(CTWTR)                                           */  
/* ---------------------------------------------------------------- */  
/*   ON OR OFF: PICK 1                                              */  
/* ---------------------------------------------------------------- */  
          ON                                                            
          BUFSIZE(10M)                                     /* @P04C */  
/*        OFF                                                       */  
/* Note. When defining OFF do not use OPTIONS parameter.      @P04A */  
/* ---------------------------------------------------------------- */  
/*        WTR(CTWTR)                                                */  
/* ---------------------------------------------------------------- */  
/*   OPTIONS: NAMES OF FUNCTIONS TO BE TRACED.                      */  
/*   DEFAULT OPTIONS ARE:                                     @P04A */  
/*                ’INFO’                                      @P04A */  
/*               ,’WARNING’                                   @P04A */  
/*               ,’ERROR’                                     @P04A */  
/*               ,’FFDC’                                      @P04A */  
/* The order of Default Options cannot be changed!            @P04A */  
/* ---------------------------------------------------------------- */  
          OPTIONS(                                                      
                  'INFO'                                                
                 ,'WARNING'                                             
                 ,'ERROR'                                               
                 ,'FFDC'                                                
                  )                                                     
/*                                                                  */  

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014