[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference share::zap

Title:Zap Technical Conference
Notice:ZAP Version 5.3 is available. See note 1.1
Moderator:ZAPDEV::MACONI
Created:Mon Feb 24 1986
Last Modified:Mon May 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:170
Total number of notes:492

68.0. "V4.o problem" by UTROP2::ALLIN1 () Fri Feb 02 1990 09:14

    ZAP V4.0 is giving follwing errors:

$ set noverify
[Zap: Idle process deletion utility, Version 4.0 FT3-2]
[Zap: Starting at  2-FEB-1990 11:30:24.97]
[Zap: reading exception file (zap$dir:zap.dat) at  2-FEB-1990 11:30:25.09]
[Zap: Idle sensitivity set to 5]
[Zap: Process traceback has been set to   TRUE]
[Zap: Image debug has been set to  FALSE]
[Zap: Warning messages send times set to 1]
[Zap: Process inswap has been set to  FALSE]
[Zap: Ignore suspended has been set to   TRUE]
[Zap: reading warning message file (zap$dir:zap.msg) at  2-FEB-1990 11:30:25.48]
[Zap: Warning message is 256 characters long]
[Zap: USERNAME change: Process CRIJNS_H from <login> to CRIJNS_H]
[Zap: USERNAME change: Process Behari from <login> to AJAY]
%PAS-F-ARRINDVAL, array index value is out of range
%TRACE-F-TRACEBACK, symbolic stack dump follows
module name     routine name                     line       rel PC    abs PC

ZAP             SEND_WARNING                     1848      00000068  00002D50
ZAP             CHECK_FOR_EXCESS_TIME            2188      000003CA  00004F96
ZAP             NAIL_USERS                       2376      000000B0  00004B48
ZAP             ZAP                              2532      000001C5  00003C19
  ALLIN1       job terminated at  2-FEB-1990 11:59:26.53

  Accounting information:
  Buffered I/O count:           34      Peak working set size:   670
  Direct I/O count:             23      Peak page file size:    2858
  Page faults:                 569      Mounted volumes:           0
  Charged CPU time:     0 00:00:08.90   Elapsed time:     0 00:29:02.57
    

    

    Zap.dat:


!
!  Zap exception file : Version 4.0
!
!  This file is used to initialize the parameters to the zap program.
!  It should be kept in the directory zap$dir:zap.dat.
!
!  Any lines which start with an exclamation point (!) are comments.  The
!  exclamation point must be the first character.  No blank lines are
!  allowed.
!
!  The sensitivity level which follows determines how much work each user
!  must perform each minute to qualify as doing work.  The formula used
!  to determine the total work units is
!  ( cpu_time in hundreths of sec ) + ( 2 * buffered_io ) + ( 3 * direct_io )
!
/sensitivity=5
!
!  The traceback command allows the system to bill all of the cpu time,
!  direct and buffered io of all of a jobs subprocesses to the main process,
!  which is then checked to see if the total of all processes is idle.
!
!  If the total of all processes is still considered idle, then the main
!  process is killed (and it's subprocesses are left to die by themselves).
!
/traceback=true
!
!  The debug command is used to display extremely detailed information
!  about what Zap is doing on the system.  This command should not be
!  normally enabled since it causes extremely large log files.
!
/debug=false
!
!  The send command is used to indicate to zap when the warning messages
!  should be sent to the terminal of an idle process.  Up to five different
!  warning messages can be sent.  These messages are in addition to the
!  standard logout message which occurs when the process is terminated.
!
!  The format for the send command is:
!
!      /send=<time_1>[,<time_2>][,<time_3>][,<time_4>][,<time_5>]
!
!  Use the ZAP.MSG file to format these messages.
!
!/send=9,7,5,3,1
/send=1
!
!  The inswap command is used to inform Zap on how to handle processes
!  which are swapped out at the time that they are scanned on the system.
!  If this switch is set to true, the default, then a swapped out process
!  will be forced to swap back in and the process will be checked for
!  idle time.  If this switch is set to false, then if a process is swapped
!  out at the time it is checked, then it is ignored for that pass.
!
/inswap=false
!
!  The ignore_suspended command is used to inform Zap on how to handle
!  processes which are suspended.  If this switch is set to true, processes
!  which are suspended are ignored until they are released.  If this switch
!  is set to false, then suspended processes are eligible for termination.
!
/ignore_suspended=false
!
!  The image command is used to inform Zap that processes which are executing
!  the specified image should be stopped via a command procedure instead of
!  the $DELPRC system service.  The command procedure must be located in the
!  ZAP$DIR directory.  The pid of the target process will be appended to the
!  command when executed.
!
!/image=mail /com=zap$stop_mail
!
!  The format for each exception line is as follows:
!     Uic - Any valid uic specification with wildcards, ex. [1,4] or [*,*]
!     Image name - Any valid image name up to 39 characters.  Standard
!                  Vax/VMS filename wildcards are allowed.  Ex. aut%ori*
!     Terminal - Legal terminal specifiers are:
!                   all, batch, console, detach, dialup, lat,
!                   local, network, remote and virtual
!                A physical device may be specified by preceeding the
!                device name with an underscore.  For example:
!                   _TXC3: or _LTA3521:
!     Time limit - Integer time limits greater than zero or * for no limit
!                  or zero for immediate zap.
!     Messages - yes or message to send a two minute warning message and
!                a logout message, or no or nomessage to send no warning
!                logout messages.
!
!Uic		Image name	Terminal	Time limit	Messages
!
! Console device always immune
[*,*]		*		console		*		nomessage
!
! System remote
[001,004]	*		remote		15		message
!
! System services
[001,*]		*		all		*		nomessage
!
! Batch jobs
[*,*]		*		batch		*		nomessage
!
! Network jobs
[*,*]		*		network		*		nomessage
!
! Detached jobs
[*,*]		*		detach		*		nomessage
!
! **** EXCLUDED USERS ****
!
!---------- Rita Planken		- Fulltime AQS
[141,312]       *               all             *               nomessage 
!---------- Marianne Wijdeven		- Fulltime AQS
[142,46]        *               all             *               nomessage 
!---------- Peter Driessen		- Fulltime AQS - E.H. 9-May-89
[142,61]        *               all             *               nomessage 
!---------- Babette Leertouwer		- Fulltime AQS - E.H. 15-Jun-89
[141,305]       *               all             *               nomessage 
!
!---------- Peter v. Elswijk
[141,503]        *		all		*		nomessage
!
!---------- AQS.EXE
[*,*]		AQS*		all		* 		nomessage
!
!
!---------- TEAMDATA USERS Time limit set to 120 minutes
[141,72]	*		all		120		message
[141,215]	*		all		120		message
[141,274]       *		all		120		message
[141,152]       *		all		120		message
[141,1056]      *		all		120		message
[141,1024]      *               all             120             message
[141,1207]	*		all		120		message
[141,7114]	*		all		120		message
! VTXMGR:
[376,374]	*		all		120		message
!
! ALLIN1 training users set na overleg met Jos Bogaard dd 20-nov-89. Kees
!
[141,1001]	*		all		120		message
[141,131]	*		all		120		message
[141,132]	*		all		120		message
[141,133]	*		all		120		message
[141,134]	*		all		120		message
[141,135]	*		all		120		message
[141,136]	*		all		120		message
[141,50]	*		all		120		message
[141,54]	*		all		120		message
!
!---------- Global for all other users
!
[*,*]		*		all		30 		message
!
    
T.RTitleUserPersonal
Name
DateLines