home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / nfs / 2128 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  3.1 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!data.nas.nasa.gov!taligent!apple!veritas!amdcad!sun!exodus.Eng.Sun.COM!sxn
  2. From: sxn@eng.sun.com (Steve Nahm)
  3. Newsgroups: comp.protocols.nfs
  4. Subject: Re: RPC version 3?
  5. Message-ID: <sxn.714342225@rand>
  6. Date: 20 Aug 92 20:23:45 GMT
  7. References: <1992Aug20.185631.17307@nntpd.lkg.dec.com>
  8. Organization: Sun Microsystems Inc., Mountain View, CA
  9. Lines: 65
  10. NNTP-Posting-Host: rand
  11.  
  12. uresh@ovrbid.lkg.dec.com (Uresh Vahalia) writes:
  13.  
  14. >Does the PC-NFS client use RPC version 3?
  15. >If so, is there a spec for this somewhere
  16. >in public domain?
  17. >What are the differences from RPC v2?
  18.  
  19. There is only on version of the Sun RPC protocol, and that's version 2.
  20.  
  21. >My PC-NFS server seems to run into problems
  22. >because the RPC code does not support
  23. >any version other than v2.
  24.  
  25. There is probably some other problem that you're running into.  Here's one
  26. possibility:  If your server is an SVR4-based system, it's *possible* that the
  27. system manufacturer turned off the portmap-compatibility code in rpcbind.  In
  28. SVR4, portmap was renamed to rpcbind, and the portmap protocol (version 2) was
  29. revved to the rpcbind protocol (versions after 2).  If the server system's
  30. rpcbind does not have the portmap capability turned on, your PC-NFS client
  31. system won't be able to do RPC program number looks there.
  32.  
  33. One work-around to this is to get the version of rpcbind that's in TIRPCSRC
  34. 1.0, build and install it on your server.  Should build and run on an SVR4
  35. system (though TIRPCSRC 1.0 is based on SunOS 4.1.x).  Be sure the -DPORTMAP
  36. switch is used on the compile line.
  37.  
  38. Of course this may not be your problem at all, but your problem certainly is
  39. not with the RPC protocol itself.
  40.  
  41. Steve
  42. ----
  43.  
  44. How to get TIRPCSRC 1.0:
  45.  
  46. Sun's freely licensed implementation of Transport Independent RPC
  47. (TIRPC), is now available as source code via anonymous ftp from
  48. ftp.uu.net in the directory "networking/rpc" as the file named
  49. tirpcsrc.tar.Z.  This is a compressed tar file.  This implementation of
  50. TIRPC is compatible with SunOS 4.1 *only*, and requires root
  51. priviledges for installation.
  52.  
  53. TIRPC is the version of Sun RPC that is part of System V Release 4
  54. (SVR4).  See the "README" file in the distribution, as well as the
  55. files in the doc and man directories, for further information.
  56.  
  57. To use anonymous FTP, use the ftp program to connect to ftp.uu.net.
  58. When prompted for a user name, enter "anonymous".  When prompted for a
  59. password, enter your user ID (such as "joeuser@sun.com").  Then change
  60. directories (cd) to the "networking/rpc" directory, where you will find
  61. tirpcsrc.tar.Z.
  62.  
  63. Also, TIRPC can be obtained on 1/4-inch tape from Sun for a $100 media
  64. fee.  The tape also includes Sun's older sockets-based RPC (RPC Source
  65. 4.0) as well as a Beta version of TIRPC Source from SunSoft's upcoming
  66. Solaris 2.0 (SVR4).  Send a check payable to SunSoft, Inc. to:
  67.  
  68. Dennis Freeman
  69. ONC/NFS Technology Marketing Manager
  70. SunSoft (a Sun Microsystems Company)
  71. 2550 Garcia Ave., MTV08-111
  72. Mountain View 94043
  73. Voice (415) 336-0955; Fax (415) 336-5620
  74. Email: dennis.freeman@Eng.Sun.Com
  75. --
  76. Steve Nahm                              sxn@sun.COM or sun!sxn
  77.