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.  
  5.           December 8, 1991                               UUSTAT Manual Page
  6.  
  7.  
  8.  
  9.           NAME
  10.           NAME
  11.           NAME
  12.  
  13.  
  14.              uustat
  15.  
  16.  
  17.              uustat implemtation for UUPC/extended
  18.  
  19.  
  20.  
  21.           NAME
  22.           NAME
  23.           NAME
  24.  
  25.  
  26.             uustat - uucp status inquiry and job control
  27.  
  28.  
  29.  
  30.           SYNOPSIS
  31.           SYNOPSIS
  32.           SYNOPSIS
  33.  
  34.  
  35.             uustat [-a] [-m] [-q] [ -kjobid ] [ -rjobid ]
  36.  
  37.             uustat [ -ssystem ] [ -uuser ]
  38.  
  39.             uustat [ -Psystem ]
  40.  
  41.  
  42.  
  43.           DESCRIPTION
  44.           DESCRIPTION
  45.           DESCRIPTION
  46.  
  47.  
  48.           uustat will display the status of, or cancel, previously specified
  49.  
  50.           uucp commands, or provide general status on uucp connections to
  51.  
  52.           other systems.  Only one of the following options can be specified
  53.  
  54.           with uustat per command execution:
  55.  
  56.  
  57.             -a        Output all jobs in queue.
  58.  
  59.  
  60.             -m        Report the status of accessibility of all machines.
  61.  
  62.  
  63.             -q        List the jobs queued for each machine.  If a status
  64.  
  65.                       file exists for the machine, its date, time and
  66.  
  67.                       status information are reported.  In addition, if a
  68.  
  69.                       number appears in ( ) next to the number of C or X
  70.  
  71.                       files, it is the age in days of the oldest C/X file
  72.  
  73.                       for that system.  The Retry field represents the
  74.  
  75.                       number of hours until the next possible call.  The
  76.  
  77.                       Count is the number of failure attempts.
  78.  
  79.  
  80.               Note:
  81.               Note:
  82.               Note:  For systems with a moderate number of outstanding jobs,
  83.  
  84.                     this could take 30 seconds or more of real-time to
  85.  
  86.                     execute.
  87.  
  88.  
  89.               Note:
  90.               Note:
  91.               Note: The Retry and Count features are not implemented since
  92.  
  93.                     UUPC/extended doesn't implement STST.system files where
  94.  
  95.                     some of info would come from.
  96.  
  97.  
  98.             -kjobid   Kill the uucp request whose job identification is
  99.  
  100.                       jobid.  The killed uucp request must belong to the
  101.  
  102.                       person issuing the uustat command unless one is the
  103.  
  104.                       super-user.(Anyone can kill anyones jobs, if this is
  105.  
  106.                       truely a problem, I can fix that.)
  107.  
  108.  
  109.             -rjobid   Rejuvenate jobid The files  associated with jobid
  110.  
  111.                       are touched so that their modification time is set
  112.  
  113.                                         - 1 -
  114.  
  115.  
  116.  
  117.           December 8, 1991                               UUSTAT Manual Page
  118.  
  119.  
  120.                       to the current time.  This prevents the cleanup
  121.  
  122.                       daemon from deleting the job until the jobs
  123.  
  124.                       modification time reaches the limit imposed by the
  125.  
  126.                       deamon. (There is not a cleanup deamon, but the job
  127.  
  128.                       is "touch'ed" anyway. The time on the files is
  129.  
  130.                       changed to the current time)
  131.  
  132.  
  133.           Either or both of the following options can be specified with
  134.  
  135.           uustat:
  136.  
  137.  
  138.             -ssys     Report the status of all uucp requests for remote
  139.  
  140.                       system sys.
  141.  
  142.  
  143.             -uuser    Report the status of all user requests issued by
  144.  
  145.                       user.
  146.  
  147.  
  148.             -Psystem  Create a Poll work file.  This empty call file
  149.  
  150.                       causes "system" to be called every time UUCICO is
  151.  
  152.                       invoked with the "-s any" option until the system is
  153.  
  154.                       contacted.
  155.  
  156.  
  157.           When no options are given, uustat outputs the status of all uucp
  158.  
  159.           requests issued by the current user.
  160.  
  161.  
  162.  
  163.           RETURNS
  164.           RETURNS
  165.           RETURNS
  166.  
  167.  
  168.           exit's with a status of 0 upon succesful completion of it's task.
  169.  
  170.  
  171.           Other exit status and their meaning:
  172.  
  173.  
  174.                1, bad usage.
  175.  
  176.                2, stat(), open(), access(), utime() calls failed.
  177.  
  178.                3, fopen() fails or File Pointer bent.
  179.  
  180.                4, an internal problem, usually with file access.
  181.  
  182.  
  183.  
  184.           FILES
  185.           FILES
  186.           FILES
  187.  
  188.  
  189.             /lib/uupc/spool/uucp                  spool directory
  190.  
  191.             /lib/uupc/spool/system/C/*            Command Files for host "system"
  192.  
  193.             /lib/uupc/spool/system/D/*            Data files
  194.  
  195.  
  196.  
  197.           CAVETS
  198.           CAVETS
  199.           CAVETS
  200.  
  201.  
  202.            RETRY times are not supported since uupc does not create
  203.  
  204.           STST.system  FILES.  Nor are the retry counts listed above in the
  205.  
  206.           body of the manual  page.
  207.  
  208.  
  209.  
  210.           NOTES
  211.           NOTES
  212.           NOTES
  213.  
  214.  
  215.           There is a -x flag that produces volumous but useless ouput.
  216.  
  217.  
  218.  
  219.                                         - 2 -
  220.  
  221.  
  222.  
  223.           December 8, 1991                               UUSTAT Manual Page
  224.  
  225.  
  226.           SEE ALSO
  227.           SEE ALSO
  228.           SEE ALSO
  229.  
  230.  
  231.                     uupc(1C).
  232.  
  233.  
  234.  
  235.           HISTORY
  236.           HISTORY
  237.           HISTORY
  238.  
  239.  
  240.           Originally Written Using MSC 3.0, MASM 2.0, April 1988
  241.  
  242.  
  243.           Ported to UUPC/extended with Borland C++ 2.0 and MS C 6.0, June
  244.  
  245.           1991.
  246.  
  247.  
  248.           Manual page converted Microsoft Word for Windows, September 1991.
  249.  
  250.  
  251.  
  252.           COPYRIGHT
  253.           COPYRIGHT
  254.           COPYRIGHT
  255.  
  256.  
  257.           (C) Copyright 1988, Dewey Coffman
  258.  
  259.           Changes (C) Copyright 1991, Andrew H. Derbyshire
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.                                         - 3 -