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