Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!ingersoll!sxn From: sxn%ingersoll@Sun.COM (Stephen X. Nahm) Newsgroups: comp.unix.questions,comp.unix.wizards,comp.dcom.lans Subject: Re: NFS Connectathon Message-ID: <32959@sun.uucp> Date: Wed, 4-Nov-87 18:58:26 EST Article-I.D.: sun.32959 Posted: Wed Nov 4 18:58:26 1987 Date-Received: Sat, 7-Nov-87 16:02:53 EST References: <317@diab.UUCP> <859@winchester.UUCP> <7078@prls.UUCP> <11513@orchid.waterloo.edu> <32909@sun.uucp> Sender: news@sun.uucp Reply-To: sxn@sun.UUCP (Stephen X. Nahm) Followup-To: comp.unix.questions Organization: Sun Microsystems, Mountain View Lines: 27 Summary: RPCSRC 3.9 ships 12/2 Xref: mnetor comp.unix.questions:4801 comp.unix.wizards:5339 comp.dcom.lans:911 In article <32909@sun.uucp> guy%gorodish@Sun.COM (Guy Harris) writes: >Proprietary? Absolutely not! The Sun RPC protocol spec, and the NFS protocol >spec describing how NFS uses the Sun RPC mechanism, are publicly available. The next version of Sun's free RPC/XDR implementation is scheduled to ship on December 2nd. This release is called 3.9 RPCSRC, and contains the latest versions of the RPC library, rpcgen (the RPC protocol compiler), documentation (including the RFCs for RPC, XDR and NFS that were submitted to the ARPA community, plus a new rpcgen manual) and RPC service specification files for various services, including NFS (note: this is *not* "NFS"; it's the service specification for NFS; read on...) These specification files can be fed into rpcgen, which will produce the XDR routines and skeletons for the server and client sides of the services. You will have to supply the procedures that implement the service (such as reading and writing files, etc., in the case of NFS) yourself. I will submit this release to comp.sources.unix, and I have been informed that the sun-spots archive at rice will also have it available. As a last resort, you can get it from Sun for a $100 tape copying fee. Details on the latter will be posted to comp.newprod after the 12/2 ship date. -- Steve Nahm sxn@sun.COM or sun!sxn for The Portable NFS Team