home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / protocol / nfs / 2299 < prev    next >
Encoding:
Text File  |  1992-09-11  |  7.7 KB  |  149 lines

  1. Newsgroups: comp.protocols.nfs
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!nucsrl!ddsw1!karl
  3. From: karl@ddsw1.mcs.com (Karl Denninger)
  4. Subject: Re: What are the advantages and disadvantages of B+Wnfs vs SunPCNFS?
  5. Message-ID: <BuE6Gr.J69@ddsw1.mcs.com>
  6. Summary: From someone who has used both
  7. Keywords: PC-Email, PC-NFS, HP server
  8. Organization: MCSNet System Operations
  9. References: <1992Sep4.165323.2674@awdprime.austin.ibm.com>
  10. Date: Fri, 11 Sep 1992 02:19:38 GMT
  11. Lines: 136
  12.  
  13. In article <1992Sep4.165323.2674@awdprime.austin.ibm.com> curt@ekhadafi.austin.ibm.com (Curt Finch 903 2F021 curt@aixwiz.austin.ibm.com 512-838-2806) writes:
  14. >What are the advantages and disadvantages of B+W NFS vs SunPCNFS?
  15. >
  16. >I'm mainly interested in design issues in the latest versions of both.
  17. >I assume differences in design exist?  Not trying to start a flame war.
  18. >-- 
  19. >--
  20. >curt@aixwiz.austin.ibm.com (Curt L. Finch) | AIX NFS/NIS Field Quality 
  21. >My views are unrelated to those of IBM     |        Austin, TX
  22. > FICA doesn't help the poor.  It mostly goes to old people with incomes >$40k.
  23.  
  24. From someone who has used both (current B&W, Sun PCNFS about a year back):
  25.  
  26. o)    Copy protection.  B&W-NFS has "we trust you" copy protection.  Sun
  27.     PCNfs has install disks for each copy, with burned-in serial
  28.     numbers, and beacons on a UDP port to detect violations.  For large
  29.     installations this is intolerable (do you like to keep 500 diskettes
  30.     in a file cabinet, and keep absolute track of who has what PC to
  31.     prevent collisions?)  Sun does offer a "master disk" which can make
  32.     up to "N" serial numbers, but the same "gotta track every PC and its
  33.     location" problem exists even there.  Beame & Whiteside also offers
  34.     an extremely competitive "X seats" site license arrangement.  This
  35.     is a huge selling point if you have more than a few PCs (consider 
  36.     the maintenance nightmare when you lose a PC's hard disk and don't
  37.     know which serial number of PCNFS was installed on it).
  38.  
  39. o)    Size.  B&W NFS was smaller last time I checked.  Everything is under
  40.     60K, and nearly all can be loaded high with QEMM or similar.  If you
  41.     only need the TCP transport you can save even more; two modules
  42.     don't have to be loaded in that case (or paid for for that matter).
  43.  
  44. o)    Compatibility.  PCNFS supports a few cards, B&W explicitly
  45.     supports anything you can get a packet driver for, including XIRCOM
  46.     pocket network adapters, RACAL-INTERLAN cards, etc.  This is important
  47.     if you have cards that PCNFS doesn't support.  There is, however, an 
  48.     "unsupported" packet driver "shim" for PCNFS.
  49.  
  50. o)    Support.  B&W hasn't let me down yet; then again, you rarely need
  51.     to call them.  Sun is, well, Sun -- this has both good and bad
  52.     points.
  53.  
  54. o)    Windows support.  B&W supports mounting and dismounting both drives
  55.     and printers from Windows.  Their new version will support lots of
  56.     neat things in Windows (but I'll let Carl speak to this ;-)  A year
  57.     ago Sun didn't support Windows well at all; I understand this has
  58.     changed.
  59.  
  60. o)    Socket interface.  Talk to Carl Beame on this one.  Sun sells a 
  61.     library which is enormous when linked and can be a real problem.  
  62.     I have no idea if Carl would have a problem with my discussing the 
  63.     interface here; if he says its ok I will share my experiences with 
  64.     it as a developer.  As a note it took me one day to write a real
  65.     nice login wrapper for B&W NFS which checks for mail, handles
  66.     last-login dates and in general looks a lot like a "real" PC LAN
  67.     rather than an NFS applique to a PC.
  68.  
  69. o)    User interface.  Both are behind the times; Sun gives you a nice menu
  70.     system but it can get bothersome after a while.  Beame gives you a
  71.     command line, but see the preceeding note -- you can easily "wrap"
  72.     his stuff in a really nice user interface with a little effort.
  73.     Carl Beame would win >lots< of points if he was to do this and ship
  74.     it as part of the package.
  75.  
  76. o)    Beame's API.  B&W can emulate both FTPs and Sun's socket interface,
  77.     allowing you to run a number of third-party programs which "expect"
  78.     the other guy's transport (!)  This can be real neat.  It DOES work
  79.     as advertised; I've used it to run the PC Informix SQL stuff which
  80.     wants to see FTP as a transport.  Informix's code was none the wiser
  81.     for the "spoof".
  82.  
  83. o)    Performance.  Beame wins hands-down.  The primary reason appears to
  84.     be tighter code.  Expect ~200KB/sec or better reads and writes (if
  85.     your server can keep up!)  The PC NIC makes a >huge< difference
  86.     here; don't skimp!  RACAL makes a smoker of a card which does
  87.     bus-mastering and is reasonably affordable -- that's what I use 
  88.     at work and it is really nice when tied to our big Auspex :-)  I
  89.     suspect part of the reason is that it would appear that Beame is big
  90.     on assembly code and getting the last 5% out of the system......
  91.     unexpected in this day and age, but darn nice!
  92.  
  93. o)    DNS compatibility.  Last time I checked Sun couldn't handle this,
  94.     eschewing it in favor of NIS.  You don't run NIS?  I hope you like
  95.     HOSTS files!  This may have changed.  Beame's stuff can do both, or
  96.     if you're particularly backward, HOSTS files too.  WARNING:  Some 
  97.     third-party applications, particularly X windows servers for the 
  98.     Beame transport, are written by idiots who haven't figured out how
  99.     to do DNS lookups from his transport yet.  It's NOT difficult -- but
  100.     DO insist on seeing this work before buying third-party applications!
  101.  
  102. o)    Clients.  Beame provides:  FTP, Bw220 ("telnet": real nice and
  103.     reasonably complete VT220 emulation), troute (traceroute!), ping,
  104.     nslookup, whois, talk, tftp, bwtime (time set), df, ypcat, ypmatch,
  105.     quota, rpcinfo, chmod, chgrp, bwlpq (LPQ), bwlpr (LPR), 
  106.     bwlpd (LPD (!)), d2u and u2d (LF conversion programs) and probably 
  107.     a few I forgot.
  108.     
  109.     No idea what Sun ships these days. 
  110.  
  111. o)    Extras.  You can obtain an INT14 "shim" which plays "AT command set
  112.     modem" and talks to anything which will do INT14 communications.
  113.     This is an interesting piece -- consider typing "ATDT host.dom.ain"
  114.     and having it come back "CONNECT" followed by a login prompt!  I
  115.     don't think that Sun offers this kind of thing at all.  It plays this
  116.     game by being a telnet client -- supports both 7 and 8 bit 
  117.     transmissions (8 bit is tricky to set up, but can be done).  I used
  118.     this to talk to an X.25 gateway with host software that expected
  119.     either an INT14 modem pool or a real modem -- worked real well.
  120.  
  121. o)    Novell co-existance.  B&W will co-exist with Novell Netware on the
  122.     same wire AND let you use both in one session (!)   This allows you
  123.     do things like copy files from Netware to NFS servers from a PC that
  124.     is logged into both using >ONE< NIC.  This only works with a packet
  125.     driver.  It can be a lifesaver in a mixed environment (print to
  126.     Novell printers, serve files from both, etc).  It can also be a
  127.     royal pain in the tail if not managed carefully :-)  No idea if Sun
  128.     can do this.
  129.  
  130. o)    Multiple groups.  B&W supports multiple groups if your OS does.
  131.     Sun's PCNFS didn't used to, but I understand that has now changed.
  132.  
  133. o)    Printers.  Both support a reasonable set of mapping options for
  134.     printers and do a reasonable job of handling them.  Neither is as
  135.     nice as Novell in this fashion (particularly with cantankerous
  136.     non-network aware applications which take over the keyboard
  137.     precluding a "hot key" job end definition)
  138.  
  139. I admit I'm biased -- but I haven't seen anything which even comes close to
  140. the B&W package yet.  And yes, I am quite interested in talking to (or
  141. looking at) those who claim to be "better".   The above list is a good
  142. "target" to shoot at, but be aware that Carl Beame likes to move the target
  143. around a lot! :-)
  144.  
  145. --
  146. Karl Denninger (karl@ddsw1.MCS.COM, <well-connected>!ddsw1!karl)
  147. Data Line: [+1 312 248-0900] Anon. arch. (nuucp) 00:00-06:00 C[SD]T
  148. Request file: /u/public/sources/DIRECTORY/README for instructions
  149.