home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / UUPC11QD.ZIP / UUSTAT.PRN < prev    next >
Encoding:
Text File  |  1991-12-08  |  5.4 KB  |  184 lines

  1.  
  2.  
  3.  
  4.           December 8, 1991                               UUSTAT Manual Page
  5.  
  6.  
  7.           NAME          NAME          NAME
  8.  
  9.              uustat
  10.  
  11.              uustat implemtation for UUPC/extended
  12.  
  13.  
  14.           NAME          NAME          NAME
  15.  
  16.             uustat - uucp status inquiry and job control
  17.  
  18.  
  19.           SYNOPSIS          SYNOPSIS          SYNOPSIS
  20.  
  21.             uustat [-a] [-m] [-q] [ -kjobid ] [ -rjobid ]
  22.             uustat [ -ssystem ] [ -uuser ]
  23.             uustat [ -Psystem ]
  24.  
  25.  
  26.           DESCRIPTION          DESCRIPTION          DESCRIPTION
  27.  
  28.           uustat will display the status of, or cancel, previously specified
  29.           uucp commands, or provide general status on uucp connections to
  30.           other systems.  Only one of the following options can be specified
  31.           with uustat per command execution:
  32.  
  33.             -a        Output all jobs in queue.
  34.  
  35.             -m        Report the status of accessibility of all machines.
  36.  
  37.             -q        List the jobs queued for each machine.  If a status
  38.                       file exists for the machine, its date, time and
  39.                       status information are reported.  In addition, if a
  40.                       number appears in ( ) next to the number of C or X
  41.                       files, it is the age in days of the oldest C/X file
  42.                       for that system.  The Retry field represents the
  43.                       number of hours until the next possible call.  The
  44.                       Count is the number of failure attempts.
  45.  
  46.               Note:              Note:              Note:  For systems with a moderate number of outstanding jobs,
  47.                     this could take 30 seconds or more of real-time to
  48.                     execute.
  49.  
  50.               Note:              Note:              Note: The Retry and Count features are not implemented since
  51.                     UUPC/extended doesn't implement STST.system files where
  52.                     some of info would come from.
  53.  
  54.             -kjobid   Kill the uucp request whose job identification is
  55.                       jobid.  The killed uucp request must belong to the
  56.                       person issuing the uustat command unless one is the
  57.                       super-user.(Anyone can kill anyones jobs, if this is
  58.                       truely a problem, I can fix that.)
  59.  
  60.             -rjobid   Rejuvenate jobid The files  associated with jobid
  61.                       are touched so that their modification time is set
  62.                                         - 1 -
  63.  
  64.  
  65.           December 8, 1991                               UUSTAT Manual Page
  66.  
  67.                       to the current time.  This prevents the cleanup
  68.                       daemon from deleting the job until the jobs
  69.                       modification time reaches the limit imposed by the
  70.                       deamon. (There is not a cleanup deamon, but the job
  71.                       is "touch'ed" anyway. The time on the files is
  72.                       changed to the current time)
  73.  
  74.           Either or both of the following options can be specified with
  75.           uustat:
  76.  
  77.             -ssys     Report the status of all uucp requests for remote
  78.                       system sys.
  79.  
  80.             -uuser    Report the status of all user requests issued by
  81.                       user.
  82.  
  83.             -Psystem  Create a Poll work file.  This empty call file
  84.                       causes "system" to be called every time UUCICO is
  85.                       invoked with the "-s any" option until the system is
  86.                       contacted.
  87.  
  88.           When no options are given, uustat outputs the status of all uucp
  89.           requests issued by the current user.
  90.  
  91.  
  92.           RETURNS          RETURNS          RETURNS
  93.  
  94.           exit's with a status of 0 upon succesful completion of it's task.
  95.  
  96.           Other exit status and their meaning:
  97.  
  98.                1, bad usage.
  99.                2, stat(), open(), access(), utime() calls failed.
  100.                3, fopen() fails or File Pointer bent.
  101.                4, an internal problem, usually with file access.
  102.  
  103.  
  104.           FILES          FILES          FILES
  105.  
  106.             /lib/uupc/spool/uucp                  spool directory
  107.             /lib/uupc/spool/system/C/*            Command Files for host "system"
  108.             /lib/uupc/spool/system/D/*            Data files
  109.  
  110.  
  111.           CAVETS          CAVETS          CAVETS
  112.  
  113.            RETRY times are not supported since uupc does not create
  114.           STST.system  FILES.  Nor are the retry counts listed above in the
  115.           body of the manual  page.
  116.  
  117.  
  118.           NOTES          NOTES          NOTES
  119.  
  120.           There is a -x flag that produces volumous but useless ouput.
  121.  
  122.  
  123.                                         - 2 -
  124.  
  125.  
  126.           December 8, 1991                               UUSTAT Manual Page
  127.  
  128.           SEE ALSO          SEE ALSO          SEE ALSO
  129.  
  130.                     uupc(1C).
  131.  
  132.  
  133.           HISTORY          HISTORY          HISTORY
  134.  
  135.           Originally Written Using MSC 3.0, MASM 2.0, April 1988
  136.  
  137.           Ported to UUPC/extended with Borland C++ 2.0 and MS C 6.0, June
  138.           1991.
  139.  
  140.           Manual page converted Microsoft Word for Windows, September 1991.
  141.  
  142.  
  143.           COPYRIGHT          COPYRIGHT          COPYRIGHT
  144.  
  145.           (C) Copyright 1988, Dewey Coffman
  146.           Changes (C) Copyright 1991, Andrew H. Derbyshire
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.                                         - 3 -