home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / protocol / nfs / 2313 < prev    next >
Encoding:
Internet Message Format  |  1992-09-12  |  3.7 KB

  1. Xref: sparky comp.protocols.nfs:2313 comp.protocols.tcp-ip.ibmpc:5197
  2. Newsgroups: comp.protocols.nfs,comp.protocols.tcp-ip.ibmpc
  3. Path: sparky!uunet!cs.utexas.edu!torn!cunews!dgbt!netfs!ncs.dnd.ca!boucher
  4. From: boucher@ncs.dnd.ca (R. Boucher)
  5. Subject: PC-NFS 3.5 to 4.0 Upgrade Problems
  6. Message-ID: <1992Sep12.030127.25715@netfs.dnd.ca>
  7. Followup-To:  comp.protocols.tcp-ip.ibmpc
  8. Summary: TCP/IP apps work, RPC based apps don't
  9. Keywords: PC-NFS RPC
  10. Sender: news@netfs.dnd.ca (NEWS)
  11. Nntp-Posting-Host: ncs.dnd.ca
  12. Organization: DND, Ottawa, CANADA
  13. Distribution: usa
  14. Date: Sat, 12 Sep 1992 03:01:27 GMT
  15. Lines: 91
  16.  
  17. I have just gotten around to upgrade my 286PC from PC-NFS 3.5 to
  18. PC-NFS 4.0 and things have been going downhill since...
  19.  
  20. Whereas 3.5 worked flawlessly before (printer redirection file
  21. system mounting and all the TCP/IP applications), 4.0 can only manage
  22. to mount filesystems and run the TCP/IP applications.  
  23.  
  24. The applications which use RPC (nfsping, rpcinfo, showmnt) dont work,
  25. which indicates that some RPC calls don't seem to be doing the right 
  26. thing.  Everything works fine to the TCP/UDP layer (telnet, ftp, rsh).  
  27. I re-installed 4.0, but the behavior didn't change.
  28.  
  29. If anyone can give me a pointer to what I should check out next, it
  30. would be *greatly* appreciated.  The whole point of the upgrade is
  31. to be able to print raw-binary file to a server-printer.
  32.  
  33. I have RTFM and checked-out the README.TXT prior to the upgrade. If
  34. this is a FAQ, please direct me to its location.
  35.  
  36. (output and behavior analysis follows)
  37.  
  38. Thanks,
  39. --
  40. Robert Boucher
  41.  
  42. (HOME/WORK) boucher@ncs.dnd.ca
  43. (WORK) ...!uunet!revcan!dcsem!252
  44. (HOME) ...!uunet!revcan!flatout!asimov!rob
  45.  
  46.  
  47. Here is my output when I start PC-NFS 4.0:
  48.  
  49. C:\> prt *
  50. Sun Microsystems PC-NFS(R) Print Redirector Version 4.0
  51. Copyright (c) 1986-1992 Sun Microsystems, Inc.
  52. The hotkey is <Ctrl>+<LShift>+<RShift>
  53. C:\> net init
  54. [PC-NFS is Installed]
  55. PC name: chenette 
  56. NFS216f : asimov is not a PC-NFS authentication server.
  57. NFS217I : Searching for a PC-NFS authentication server...
  58.  [not sure why its not a pcnfsd server on the first try...]
  59. Authentication Server: asimov 
  60. Username: rob 
  61. Mounting drives ....
  62. Drive f: on asimov:/tmp 
  63. Device LPT2: on asimov:panasonic 
  64. NFS039F : The NET USE failed (code 1003):
  65.  [could this be a mountd problem on the server?]
  66. Drive Q: on asimov:/var/spool/mail 
  67. C:\>
  68.  
  69. where my config.sys contains just the bare-bones:
  70. SHELL=C:\command.com /p /e:256
  71. DEVICE=C:\DOS\ANSI.SYS
  72. FILES=20
  73. BUFFERS=10
  74. DEVICE=c:\NFS\PCNFS.SYS 
  75. DEVICE=c:\NFS\SOCKDRV.SYS
  76. DEVICE=c:\NFS\WD8003E.SYS /p300
  77. LASTDRIVE=V
  78.  
  79. The network.bat contains:
  80. NET START RDR CHENETTE *
  81. NET PCNFSD asimov
  82. NET NAME rob password
  83.  
  84. and drives.bat contains:
  85. NET USE F: asimov:/tmp
  86. NET USE LPT2: asimov:panasonic
  87. NET USE Q: asimov:/var/spool/mail
  88.  
  89. When I type "ping asimov", I get "asimov (xx.xx.xx.xx) is alive".
  90. However, when using "nfsping", I get "No answer from asimov".
  91. Something similar happens when using rpcinfo: if using rpcinfo with
  92. the -p option, I get the full listing of RPC services available from
  93. asimov, however if I specify "rpcinfo -u asimov 150001 1", I get "proc
  94. 150001 vers 1 is not available", although it was listed in the
  95. "rpcinfo -p".
  96.  
  97. The filesystems mounted on F: and Q: are properly handled and work
  98. fine.  When I use "showmnt -e asimov", I get "NFS107W : Server asimov
  99. is not responding".
  100.  
  101. My PC-NFS server is a 486PC running DELL SVR4 i2.1 with PCNFSD v2 (dated
  102. 92/09/18).   PCNFSD was tested successfully with the enclosed
  103. clnt.pcnfsd tester.  PC-NFS v3.5 worked flawlessly with this pcnfs 
  104. server. The PC is a 286 (640K,EGA) with the following BIOS: 286 
  105. Modular BIOS Version 3.03 Copyright Award Software Inc.  It's using 
  106. a WD8003E ethernet card.  If it matters, it's running MS-DOS 3.3 
  107. (and its not running MS-Windows).
  108.