home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / bit / listserv / banyanl / 5545 < prev    next >
Encoding:
Text File  |  1992-12-28  |  2.0 KB  |  54 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!wupost!darwin.sura.net!paladin.american.edu!auvm!SVM.VETMED.WISC.EDU!CRAMERB
  3. Return-Receipt-To: cramerb@svm.vetmed.wisc.edu
  4. Message-ID: <9212280735.A00322@svm.vetmed.wisc.edu>
  5. Newsgroups: bit.listserv.banyan-l
  6. Date:         Mon, 28 Dec 1992 07:35:44 CST
  7. Sender:       Banyan Networks Discussion List <BANYAN-L@AKRONVM.BITNET>
  8. From:         Bob Cramer <cramerb@SVM.VETMED.WISC.EDU>
  9. Subject:      Re: Banayn + Netware
  10. Lines: 42
  11.  
  12. We have looked at both Hughes and Prolinc to do this.  Both worked fine but were
  13. a bit too expensive.  Then we switched to Vines 5.0 and were able to do the
  14. exact same thing using packet drivers at no cost.  (You will need some memory
  15. manager if you plan to load both Banyan and Novell of course).  You will need
  16. IPXPKT, which comes from Clarkson (to load IPX and a packet driver seperately).
  17. Other than that, you just need to load them in a certain order.  You must have
  18. Vines Z Drive before you get any novell drives.  In other words redirX must be
  19. loaded before netX.  Then the novell login drive would be [:  (the ascii char
  20. after Z).
  21. Here is an example of all this:
  22.  
  23. @echo off
  24. cd\banyan
  25. wd8003e 0x60 5 0x280 0xd000
  26. ban /nc
  27. csiban
  28. redir4
  29. z:login
  30. c:
  31. cd\novell
  32. ipxpkt
  33. net4
  34. [:login
  35. rem At this point you may need to re-map some drives that conflicted with vines
  36. [:
  37. cd\public
  38. map x:=sys:\home
  39. ..................
  40.  
  41. Some of the novell drives may map over the banyan drives, but all you have to do
  42. is re-map them to another drive and the Banyan drive is back.  You may need to
  43. toy with the number of file handles allocated to DOS, VINES and NOVELL so you
  44. don't go to high.
  45.  
  46. All of these issues (the order of loading the files, dealing with a [: drive,
  47. having to re-map manually, and working with the number of file handles) occur no
  48. matter how you access the two networks.  The main difference is that with
  49. Prolinc and Hughes, they try to do most of that for you.  If you have any
  50. specific questions you can reach me at cramerb@svm.vetmed.wisc.edu
  51.  
  52. Thanks,
  53. Bob
  54.