home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / bit / listserv / sfsl / 211 next >
Encoding:
Text File  |  1993-01-06  |  1.7 KB  |  42 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!europa.asd.contel.com!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!uwm.edu!psuvax1!psuvm!auvm!PUCC.PRINCETON.EDU!JSAVIT
  3. Return-Path: <@SEARN.SUNET.SE:JSAVIT@PUCC.Princeton.EDU>
  4. Message-ID: <SFS-L%93010523373298@SEARN.SUNET.SE>
  5. Newsgroups: bit.listserv.sfs-l
  6. Date:         Tue, 5 Jan 1993 17:38:03 EST
  7. Sender:       "VM Shared File System (SFS) forum" <SFS-L@SEARN.BITNET>
  8. From:         Jeff Savit <JSAVIT@PUCC.PRINCETON.EDU>
  9. Subject:      Re: PROFS or OV/VM & SFS
  10. In-Reply-To:  Message of Wed,
  11.               23 Dec 1992 20:19:58 +0100 from <MBDMD@ROHVM1.BITNET>
  12. Lines: 28
  13.  
  14. OV/VM support for SFS (minimal)
  15.  
  16. Here's Daniel Friedman's mod for an SFS "A-disk" in OV/VM 1, complete with
  17. disclaimer.
  18.  
  19. Date: 5 January 93, 15:22:26 EST
  20. From: Daniel Friedman                                TXDANIEL at VMCMGC
  21. To:   Jeff Savit                W-(212)-807-2084     TXJEFF   at VMCMGC
  22.  
  23. I wanted to send you the one mod for SFS for OV/VM. The other mods hit
  24. Profs Extended Mail. If you would like to make this one public, you
  25. should do so with the warning that this would allow OV to work with SFS
  26. with the exception of documents. Documents make this much more complex
  27. and since we don't use them, I never went very far in investigating the
  28. mods required for them. However, many companies *do* use them, and should
  29. be forewarned.
  30.  
  31. Instead of the pull on line 83 of EPQRUN EXEC, put in the following:
  32.  
  33.        Pull . 7 dir . RWstat . . bsize . bused '-' . . btotal
  34.          If dir = 'DIR' Then
  35.             Do
  36.                'DROPBUF'
  37.                'MAKEBUF'
  38.                'QUERY LIMITS * (STACK'
  39.                 pull . . btotal bused '-' pctage '%' .
  40.                 bsize = '4096'
  41.             end
  42.