1 02/28/85 sys_full_report
2
3 Syntax as a command: sys_full_report log1 log2 ... logN
4 -control_arg
5
6
7 Function: is used by the crank in master.ec to update, and by
8 biller.ec to print, the contents of a segment containing a history of
9 all instances where a user was refused login because the system was
10 full.
11
12
13 Arguments:
14 logi
15 is the pathname of a system log segment.
16
17
18 Control arguments:
19 -print
20 print the contents of the segment.
21
22
23 Notes: The history is kept in the segment sys_full_report_seg in the
24 working directory normally >udd>SysAdmin>admin. This segment is
25 created if it does not exist.
26
27 If given, the -print control argument must be the last, or the only,
28 argument. The crank in master.ec invokes this command with the name
29 of just one log segment at a time; the biller.ec segment invokes it
30 with just the -print control argument.