home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aix / 12582 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.6 KB  |  35 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!geraldo.cc.utexas.edu!portal.austin.ibm.com!awdprime.austin.ibm.com!ekhadafi.austin.ibm.com!curt
  3. From: curt@ekhadafi.austin.ibm.com (Curt Finch 903 2F021 curt@aixwiz.austin.ibm.com 512-838-2806)
  4. Subject: Re: NFS, /dev
  5. Sender: news@austin.ibm.com (News id)
  6. Message-ID: <BzBJA2.Apn@austin.ibm.com>
  7. Date: Tue, 15 Dec 1992 20:51:37 GMT
  8. References: <Dec.11.19.30.18.1992.7849@remus.rutgers.edu>
  9. Organization: IBM AWD, Austin
  10. Keywords: NFS, mounting /dev
  11. Lines: 22
  12.  
  13. In article <Dec.11.19.30.18.1992.7849@remus.rutgers.edu> sosa@remus.rutgers.edu (Fred L. Sosa) writes:
  14. >I have a RS/6000 running 3.2 with tape devices connected to it. I have
  15. >another RS/6000 running 3.1.5 I believe.  I was wondering if it is
  16. >possible to mount /dev on the 3.1.5 machine so it could access the
  17. >tape drives on the other machine running 3.2. If it is possible how
  18. >would you do it?  Is there another way of doing it? Thanks in advance.
  19.  
  20. No.
  21.  
  22. You cannot use NFS to write to a device file across the network.
  23. NFS is stateless, which means the open() doesn't even go across the wire.
  24. Devices like to see their open()s so they can initialize and whatnot.
  25.  
  26. AFS is stateful but I doubt that it gives you this capability either.
  27.  
  28. You can do something with pipes and rsh and his friends to get what
  29. you want somehow.  There are probably other ways.  rdump/rrestore etc...
  30.  
  31. -- 
  32. curt@aixwiz.austin.ibm.com (Curt L. Finch) | AIX NFS/NIS Field Quality 
  33. My views are unrelated to my employer's    |        Austin, TX
  34.  There'll be too many elderly in 30 years for your kids to afford all the FICA.
  35.