In the RMF - Users Guide are the parameters described: Your problems seems to be the REPORT(DEFER) Parameter. If you change this to NOREPORT than you chan change STOP to NOSTOP and RMF will run forever and write SMF Records. But you will not have automatically reports in the SYSOUT of RMF. You will have to create the via a batch-job.
< ----> Because of SYSOUT space limitations, STOP (interval) will be forced when both NOSTOP and REPORT(DEFER) are specified, where interval is the value of the INTERVAL option after it has been validated during input merge. <----> Alexander -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of R.S. Sent: Wednesday, July 14, 2010 2:37 PM To: [email protected] Subject: Re: ERBRMFxx STOP(168H) I attached ERBRMF00 member below. In fact my RMF knowledge is poor. I was told that limit of 168H causes the need of restarting RMF. Actually I observed that without RMF restart the records SMF70 are not being collected (after some time). ERBRMF01 member: /**************************/ /* PART 1: MEASUREMENTS */ /**************************/ CACHE CHAN CPU CRYPTO DEVICE(DASD) DEVICE(NOTAPE) DEVICE(NOCHRDR) DEVICE(NOUNITR) DEVICE(NOCOMM) DEVICE(NOGRAPH) DEVICE(NONMBR) DEVICE(NOSG) NOENQ ESS IOQ(DASD) IOQ(NOTAPE) IOQ(NOCHRDR) IOQ(NOUNITR) IOQ(NOCOMM) IOQ(NOGRAPH) IOQ(NONMBR) FCD PAGESP PAGING NOTRACE VSTOR(S) WKLD /***************************/ /* PART 2: TIMING */ /***************************/ CYCLE(1000) STOP(168H) <------------here INTERVAL(15) SYNC(RMF,15) /***************************/ /* PART 3: REPORTING / RECO*/ /***************************/ NOOPTIONS RECORD REPORT(DEFER) SYSOUT(A) /***************************/ /* PART 4: USER EXITS (ALSO*/ /***************************/ NOEXITS ERBRMF04 member - AFAIK it is for RMF III: /**************************/ CYCLE(1000) DATASET(STOP) DATASET(NOSWITCH) DATASET(WHOLD(7)) MINTIME(100) NOOPTIONS RESOURCE(*JES2,JES2) NOSTOP SYNC(00) SYSOUT(A) WSTOR(32) IOSUB CFDETAIL CACHE VSAMRLS OPD ZFS NOSGSPACE -- Radoslaw Skorupka Lodz, Poland Riedel, Alexander pisze: > This parameter has nothing to do when to write SMF-Records Type 70. > It is just for stopping the monitor I after a defined timerange. With NOSTOP > the RMF-Monitor is running forever until you stop the > Rmf via operator-commands. > > Please post your ERBRMF-Member and describe the problem you have at the > moment. > > Regards, > > Alexander > > > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf > Of R.S. > Sent: Wednesday, July 14, 2010 12:38 PM > To: [email protected] > Subject: ERBRMFxx STOP(168H) > > In order to get SMF data (record type 70) RMF has to be restarted weekly. The > setting in ERBRMFxx member is STOP(168H). > > Documentation says, it cannot be longer, but it can be set to NOSTOP. > > Q: Can I change the parameter to NOSTOP in order to have SMF70 records > gathered without restarting RMF? > > Regards > -- > Radoslaw Skorupka > Lodz, Poland -- BRE Bank SA ul. Senatorska 18 00-950 Warszawa www.brebank.pl Sąd Rejonowy dla m. st. Warszawy XII Wydział Gospodarczy Krajowego Rejestru Sądowego, nr rejestru przedsiębiorców KRS 0000025237 NIP: 526-021-50-88 Według stanu na dzień 01.01.2009 r. kapitał zakładowy BRE Banku SA (w całości wpłacony) wynosi 118.763.528 złotych. W związku z realizacją warunkowego podwyższenia kapitału zakładowego, na podstawie uchwały XXI WZ z dnia 16 marca 2008r., oraz uchwały XVI NWZ z dnia 27 października 2008r., może ulec podwyższeniu do kwoty 123.763.528 zł. Akcje w podwyższonym kapitale zakładowym BRE Banku SA będą w całości opłacone. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

