home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / sysv386 / 12640 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  3.5 KB

  1. Path: sparky!uunet!gatech!rpi!usc!snorkelwacker.mit.edu!thunder.mcrcim.mcgill.edu!sobeco!rcorco!mksinfo!solucor!jack
  2. From: jack@solucor.uucp (Jacques Gelinas)
  3. Newsgroups: comp.unix.sysv386
  4. Subject: Re: Need opinions: PC UNIX <-> Novell
  5. Message-ID: <1992Jul29.051205.23512@solucor.uucp>
  6. Date: 29 Jul 92 05:12:05 GMT
  7. References: <BrvF40.1pF@well.sf.ca.us> <1992Jul27.071018.18775@hippo.ru.ac.za>
  8. Organization: solucorp
  9. Lines: 82
  10.  
  11. spnp@hippo.ru.ac.za (Mr NL Parker) writes:
  12.  
  13. >In <BrvF40.1pF@well.sf.ca.us> rdodson@well.sf.ca.us (Robert Dodson) writes:
  14.  
  15.  
  16.  
  17. >>Hi,
  18.  
  19. >>    We have a Novell network with ~20 PCs on it. We will
  20. >>be getting several PCs running some kind of PC UNIX.
  21. >>What are peoples opinions and experiences with connecting
  22. >>the two?
  23.  
  24. >>    - Use the Novell server to export a drive via NFS to UNIX PCs?
  25.  
  26. >>    - Use a seperate UNIX network and use a gateway to connect?
  27.  
  28. >>    - Lose the Novel server and use a UNIX box to serve PCs and UNIX?
  29.  
  30.  
  31. We are using such a setup. We have several SUN Sparc and 3 486/33 novell
  32. server with few GIG of disk. Here are some pros and cons about it.
  33.  
  34. -NFS software for DOS PCs are still expensive, and take much room in memory.
  35.  NFS is more complicate (protocol) to handle on the PC side. Program
  36.  like biod are very difficult to implement on the DOS pc side.
  37.  
  38. -Novell is very (There is no word) expensive. Novell 3.x + NFS is
  39.  very very very expensive.
  40.  
  41. -A 486/33 is quite fast as a server for IPX clients. Faster than a
  42.  equivalent UNIX machine with NFS. This happens because of the very
  43.  nature of NFS (stateless).
  44.  
  45. -Rebooting a UNIX NFS server during lunch hour may be done without
  46.  telling everyone. It will generally goes unnotice (unless someone
  47.  is using its machine). Doing so with a Novell server won't be free.
  48.  Every users will have to login again. If they left open database, they
  49.  will be sorry. If you intend to have several server, NFS may be a better
  50.  choice.
  51.  
  52. -Novell NFS is a very slow NFS server. Unusable for transaction intensive
  53.  activity from a UNIX client. We once install our news on it. When the
  54.  Sun Sparc was unbatching, everything was going sloooooooooow. Several
  55.  users were pretty sure the server was down.
  56.  
  57.  Assuming n:\bigdir and /novell/bigdir point to the same place,
  58.  the following command will go very smooth:
  59.  
  60.     xcopy c:\bigdir\*.* n:\bigdir
  61.  
  62.  The following command will take forever
  63.  
  64.     cp /bigdir/* /novell/bigdir
  65.  
  66. -Few DOS PC programs are totally UNUSABLE on an NFS server, because they
  67.  write several very small packet to the server. At least, every program
  68.  written with BC++ 3.0 will kill your hard drive. I have a patch for this
  69.  if interested. On some DOS (3.31), the following commands will take
  70.  several (and more) seconds to complete if n:toto is on the NFS server.
  71.  
  72.     dir > n:toto
  73.  
  74. We just received NFS 3.2 from Novell. It solves some flaws about the ways
  75. trusties are managed. I don't know yet if the performance is up.
  76.  
  77. Performance wise, it is best to have both. A novell server for DOS pc, and
  78. a UNIX server for UNIX box. Having NFS on the Novell server is
  79. a good idea to share file.
  80.  
  81. I prefer to avoid Novell, because unlike UNIX, nobody "lives" with novell.
  82. It means that in your organisations, nobody will ever be fluent in Novell.
  83. A unix server knows the same commands as a UNIX client. It means that
  84. UNIX users have more chances to undertand the setup of a UNIX NFS server
  85. than a DOS user have chance to understand NOVELL: DOS and NOVELL are two
  86. separate world.
  87.  
  88. -- 
  89.  
  90. --------------------------------------------------------
  91. Jacques Gelinas (jack@solucor.uucp)
  92. Today it's my opinion
  93.