home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / windows / openloo / 5149 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  2.1 KB

  1. Path: sparky!uunet!olivea!gossip.pyramid.com!pyramid!unify!openlook!openlook-request
  2. From: gaffur@belenos.pci.upmc.edu (Ehsan-ul Gaffur)
  3. Newsgroups: comp.windows.open-look
  4. Subject: Re: HELP: server connection
  5. Message-ID: <lfgap8p@openlook.Unify.Com>
  6. Date: 25 Jan 93 14:03:09 GMT
  7. Sender: news@Unify.Com
  8. Lines: 51
  9.  
  10. In message <1993Jan22.102513.16501@cs.utwente.nl> you write:
  11. > I am currently running Open Windows server from the network 
  12. > (let's call it machine N). Let's call my machine machine A.
  13. > We got recently a SparcStation 10 (lets's call it machine B)
  14. > which stands in our room.
  15. > On machine B, Open Windows has been installed on a local
  16. > disk. I suppose it would be faster for me if I run
  17. > OpenWindows from machine B than from our network machine N.
  18. > Is it so?
  19. > If so, then I think I have two possibilities and I would like
  20. > to know how to do it.
  21. > First: do not run the server on my machine and just
  22. > use the server on machine B and just display on my
  23. > machine. How do I have to do it? I mean, what parameters do I
  24. > have to set (DISPLAY etc.).
  25. > Second: run the server on my machine. Then I would like to
  26. > start the server from machine B, and not from machine N. How to
  27. > do it?
  28.  
  29. I'm sure you'll be bombarded with responses, but here is my two
  30. cent's worth:
  31.  
  32. The SPARCstation 10 (machine-B) will be a faster server so you
  33. ought to mounts its disc from your host (machine-A).  Place an
  34. entry in machine-A's /etc/fstab that looks something like this:
  35.  
  36.    machine-B:/usr/openwin /usr/openwin nfs ro,soft,bg 0 0
  37.  
  38. Of course, machine-B must have /usr/openwin exported so it must
  39. have an entry in its /etc/exports file that looks something like
  40. this:
  41.  
  42.    /usr/openwin ro,access=machine-A,machine-C,machine-D,...
  43.  
  44. On machine-B, one must issue the command "exportfs /usr/openwin",
  45. then on machine-A, the command "mount -vat nfs".  Of course one
  46. must have root privilege to do these commands.
  47.  
  48. Once machine-B's /usr/openwin directory has been mounted, you
  49. may envoke OpenWindows normally:
  50.  
  51. machine-A: setenv OPENWINHOME /usr/openwin
  52. machine-A: $OPENWINHOME/bin/openwin
  53.  
  54. I hope this helps.
  55.  
  56. Ehsan-ul Gaffur
  57. Systems Analyst
  58. Biostatistics Center
  59. Pittsburgh Cancer Institute
  60.