home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / ibmmain / 1801 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.3 KB  |  31 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!darwin.sura.net!paladin.american.edu!auvm!USCMVSA.BITNET!LDW
  3. Message-ID: <IBM-MAIN%92072419170943@RICEVM1.RICE.EDU>
  4. Newsgroups: bit.listserv.ibm-main
  5. Date:         Fri, 24 Jul 1992 17:15:00 PDT
  6. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  7. From:         Leonard D Woren <LDW@USCMVSA.BITNET>
  8. Subject:      Re: JES2 shutdown problem
  9. Lines: 20
  10.  
  11. I've always considered $P to be a pointless command.  It actually
  12. causes trouble if executed by mistake, which is why current releases
  13. of JES2 put up a non-rollable "system draining" message.  There is no
  14. need to $P before $PJES2.
  15.  
  16. Other people have suggested what to check for, but not given the
  17. commands:
  18.    $DA         check for running jobs.
  19.    $DA,S       check for started tasks.
  20.                ignore SYSLOG and INIT, shut down everything else.
  21.                it doesn't hurt to $PI, but it doesn't matter if you
  22.                forget to do so.
  23.    $DU,STA     (STA => "started") check for devices which need to be
  24.                drained.  JES2 will not shut down if *anything* appears
  25.                in the $DU,STA display.
  26.  
  27. I have a started task which issues the commands to stop all the
  28. standard started tasks.  If $P is done, this task can't be started.
  29.  
  30. /Leonard
  31.