home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / banyanl / 6014 < prev    next >
Encoding:
Text File  |  1993-01-28  |  5.1 KB  |  119 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!uvaarpa!darwin.sura.net!paladin.american.edu!auvm!SVM.VETMED.WISC.EDU!CRAMERB
  3. Return-Receipt-To: cramerb@svm.vetmed.wisc.edu
  4. Message-ID: <9301271032.A00729@svm.vetmed.wisc.edu>
  5. Newsgroups: bit.listserv.banyan-l
  6. Date:         Wed, 27 Jan 1993 10:32:13 CST
  7. Sender:       Banyan Networks Discussion List <BANYAN-L@AKRONVM.BITNET>
  8. From:         Bob Cramer <cramerb@SVM.VETMED.WISC.EDU>
  9. Subject:      Re: Banyan w/ Novell
  10. Lines: 107
  11.  
  12. We are doing pretty much the same thing here.  We have a 386sx that is logged
  13. into both Novell & Vines at all times.  In there Windows they have an icon for
  14. their Novell application and another for a Vines one.  They can both be running
  15. at the same time, in fact the Novell application is printing to the Vines print
  16. service.  We are doing this by using packet drivers and a memory manager (Qemm).
  17.  I have recently written up something on how to do this, and I will include it
  18. below.  The one item that I left out if you intend to use Windows, is that you
  19. must setup windows to think there is a Novell network, then manually go into the
  20. system.ini and change the "network.drv=vines.drv" and in the 386Enh section add
  21. the "vvinesd.386" to the "network=" line.  This way all the requirement are
  22. filled for both Novell & Vines under Windows.  Without this last step, everytime
  23. you run a DOS program under Windows it loses the environment (no path, no
  24. comspec, not prompt, .....).  Listed below is how I have done it.  Any questions
  25. can be sent to me directly at:
  26.  
  27. cramerb@svm.vetmed.wisc.edu
  28. Bob Cramer
  29.  
  30.      Are you tired of re-booting every time you need to
  31. switch from a VINES application to one that's on NetWare?
  32. Now you can be logged into both VINES and NetWare at the
  33. same time.  You can have your NetWare applications printing
  34. to a VINES print service.  The best of both worlds.  If you
  35. expect to have enough memory left over to run an application,
  36. you will need a 386sx or better with a memory manager.  We
  37. will be using packet drivers to gain access to both operating
  38. systems, so the first step is to get each operating system
  39. ready.
  40.      For VINES, you need to be running 5.0, and you will
  41. need to apply the Site-Specific Patch 5.00(5)-AW-1.  Once
  42. this is applied, you can run Z:\PCCOPY and copy the
  43. Cabletron drivers.  Now you must run the PCCONFIG for the
  44. new drivers.  Set all your options as you  normally would.
  45. Under the option Network Card Settings, set the correct
  46. interrupt for your network card, and enter N for the multi-
  47. protocol option.
  48.      For NetWare, you will need to get an IPX.COM that is
  49. able to handle packet drivers (frequently renamed
  50. IPXPKT.COM for clarity).  If your NetWare folks don't have
  51. one handy, it's no problem.  You can get  IPXPKT.COM by
  52. anonymous FTP to novell.macc.wisc.edu in the DRIVERS
  53. directory.  If your NetWare operator wants, they can get the
  54. PDSHELL.OBJ and PDSHELL.LAN by anonymous FTP to
  55. oak.oakland.edu and downloading the file
  56. pub/msdos/pktdrvr/novell.zip.  Then they can create their own
  57. IPX.COM using WSGEN that comes with NetWare.  These
  58. files are public domain and are available in most places that
  59. you can get packet drivers.
  60.      The last item that you will need is the packet driver for
  61. your specific Network Interface Card.  This comes with your
  62. NIC and is also available at the above mentioned FTP sites
  63. (and many others).  You now have all the ingredients, it's just
  64. a matter of combining them.  I will give an example using a
  65. Western Digital card with QEMM386 as my memory
  66. manager.
  67.  
  68. CONFIG.SYS
  69. DEVICE=C:\DOS\SETVER.EXE
  70. FILES=80
  71. BUFFERS=10
  72. SHELL=C:\DOS\COMMAND.COM C:\DOS\ /e:1024 /p
  73. DEVICE=C:\QEMM\QEMM386.SYS RAM FRAME=C000
  74. X=D000-D400 ST:M
  75. DOS=HIGH
  76. device=c:\dos\smartdrv.sys 1024 512
  77. Device=c:\qemm\loadhi.sys c:\dos\ansi.sys
  78.  
  79. AUTOEXEC.BAT
  80. PROMPT $P$G
  81. PATH C:\DOS;c:\qemm;c:\windows;c:\u
  82. set temp=c:\windows\temp
  83. SET MOUSE=C:\MSMOUSE
  84. loadhi C:\MSMOUSE\MOUSE
  85. loadhi /r:1 doskey
  86. cd\vines
  87. loadhi wd8003e 0x60 5 0x280 0xd000
  88. ban /nc
  89. loadhi csiban
  90. loadhi redir4
  91. z:login
  92. c:
  93. cd\novell
  94. loadhi ipxpkt
  95. net5
  96. [:login
  97.  
  98.      There are a few items that need to be pointed out.  When
  99. loading a memory manager, you must be sure to exclude the
  100. area in high memory the NIC is using.  Not all NICs use high
  101. memory, but for this example D000-D400 was excluded.
  102. When loading the network drivers, Banyan's redir4 must be
  103. loaded before NetWare's net5.  In my example, I have
  104. completely loaded and logged into VINES before I even think
  105. about NetWare.  Once you have loaded the NetWare drivers,
  106. you will have to go to drive [: to login.  This is due to the
  107. fact that Novell notices a Z: drive, so they pick the next
  108. available ascii character, which is [:.  Once you have logged
  109. into NetWare, you will probably need to re-map any drives
  110. that both Operating Systems are trying to access.  You can do
  111. this by adding the [:\public\map commands to the end of your
  112. AUTOEXEC.BAT.
  113.      You may have to play around with deciding what to
  114. loadhigh to get the best results with your setup.  For the
  115. configuration above, I am logged into both NetWare and
  116. Banyan and still have about 550K of free memory along with
  117. 2 Meg of expanded memory for those applications that can
  118. use it.  Enjoy!
  119.