home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / bit / listserv / ibmmain / 2650 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.2 KB  |  24 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!stanford.edu!bcm!convex!darwin.sura.net!paladin.american.edu!auvm!UNC.BITNET!URJLEW
  3. Message-ID: <IBM-MAIN%92111614364638@RICEVM1.RICE.EDU>
  4. Newsgroups: bit.listserv.ibm-main
  5. Date:         Mon, 16 Nov 1992 15:34:00 EST
  6. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  7. From:         "Rostyslaw J. Lewyckyj" <URJLEW@UNC.BITNET>
  8. Subject:      Re: DFHSM and the SETSYS MONITOR Control Parm
  9. Lines: 13
  10.  
  11. I think that you are misinterpreting the MONITOR command parameters.
  12. I believe the proper interpretation to be:
  13. Calculate how much space would be available in
  14.  primary + (extents -1)*secondaries    (primary counts as one extent)!
  15. Calculate %used = 100 * (space_used/space_available)
  16. Issue warning when %used >= thresh, and
  17.   reissue for each 1% increase in %used.
  18. NEWCOPY instructs each copy of DFHSM for which you have issued a
  19. SETSYS to go to the catalog and from it update its (internal memory?)
  20. copy of space available. What I don't know is why there would be
  21. seperate copies, or if there is one copy in the CDS whether the
  22. SETSYS (t e NEWCOPY) needs to done on just one instance of DFHSM.
  23. --Rostyk Lewyckyj
  24.