home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / faxdoc.exe / 226.LIT < prev    next >
Text File  |  1992-12-08  |  11KB  |  240 lines

  1.                             FYI
  2.  
  3. (Note:  The origin of this information may be internal or external to Novell.  Novell makes every effort within its means to verify this information.  However, the information provided in this document is FOR YOUR INFORMATION ONLY.  Novell makes no explicit or implied claims to the validity of this information.)
  4.  
  5.                TITLE:   NetWare Lite v1.1 and OS/2 v2.0
  6.         DOCUMENT ID#:   FYI.P.6107
  7.                 DATE:   08Dec92
  8.              PRODUCT:   NetWare Lite
  9.      PRODUCT VERSION:   All versions
  10.           SUPERSEDES:   NA
  11.  
  12.              SYMPTOM:   NA
  13.  
  14. ISSUE/PROBLEM
  15. NetWare Lite v1.1 and OS/2 v2.0
  16. This is an unsupported setup and configuration, and is being presented as a "try at your own risk solution document".
  17.  
  18.     RUNNING LITE 1.1 SERVER AND CLIENT UNDER OS/2 2.0
  19.  
  20. Requirement #1:
  21. Getting SERVER and CLIENT to work under OS/2, requires that the NOVELL NETWARE REQUESTER for OS/2 2.0 be installed.  In addition to the Requester, the update for the Requester called NSD201.ZIP must also be installed on the OS/2 system.
  22.  
  23. Requirement #2:
  24. SERVER and CLIENT must be started from a unique DOS SESSION and environment.  The DOS SESSION that SERVER and CLIENT must be started under has to be run from an image file, this image file is created from a bootable DOS diskette.  The image file is create by using the  OS/2 utility called VMDISK.EXE, located in the OS2\MDOS subdirectory.  This DOS diskette should also contain the following files.
  25.  
  26.     command.com  -- from the dos that created the boot disk.
  27.     dosvipx.sys  -- from the Netware subdirectory created by the Requester. 
  28.     fsfilter.sys -- from the OS2\MDOS subdirectory created by     OS/2.
  29.  
  30.     autoexec.bat -- set up like shown in EXAMPLE  #1.
  31.     config.sys   -- set up like shown in EXAMPLE  #2.
  32.  
  33. Requirement #3:
  34. The DOS SESSION's "DOS settings" should be set up as follows:
  35.     
  36. *    1.  COM HOLD                    set to OFF
  37. *    2.  DOS_BACKGROUND_EXECUTION        set to ON
  38. *    3.  DOS_BREAK                    set to OFF
  39. *    4.  DOS_DEVICE                    empty
  40.     5.  DOS_FCBS                    set to 0
  41.     6.  DOS_FCBS_KEEP                set to 0
  42. *    7.  DOS_FILES                    set to 40 
  43.         (NOTE:  OS/2 has problems with DOS_FILES being greater that 45)
  44.     8.  DOS_HIGH                    set to OFF
  45.     9.  DOS_LASTDRIVE                M
  46.         (NOTE: This must be any letter other than Z, which is the default.)
  47. *    10. DOS_RMSIZE                    set to 640
  48.     11. DOS_SHELL                    should be empty
  49.     12. DOS_STARTUP_DRIVE            C:\dos.img
  50.         (NOTE: The drive letter, and image file name, should be what you called it and where you put the image file.)
  51. *    13. DOS_UMB                    set to OFF
  52. *    14. DOS_VERSION                nothing selected
  53.     15. DPMI_DOS_API                DISABLED
  54.     16. DPMI_MEMORY_LIMIT            set to 0
  55. *    17. DPMI_NETWORK_BUFF_SIZE        set to 8
  56.     18. EMS_FRAME_LOCATION            set to NONE
  57.     19. EMS_HIGH_OS_MAP_REGION        set to 0
  58.     20. EMS_LOW_OS_MAP_REGION        set to 0
  59.     21. EMS_MEMORY_LIMIT             set to 0
  60. *    22. HW_NOSOUND                    set to OFF
  61. *    23. HW_ROM_TO_RAM                set to OFF
  62.     24. HW_TIMER                    set to ON
  63.     25. IDLE_SECONDS                set to 1
  64.         (NOTE:  Must not be set to zero)
  65.     26. IDLE_SENSITIVITY            set to 30
  66.         (NOTE:  Must not be much greater than 30 or the CPU usage will start peaking. Use the PULSE icon to view OS/2 CPU usage.)
  67. *    27. KBD_ALTHOME_BYPASS            set to OFF
  68. *    28. KBD_BUFFER_EXTEND            set to ON
  69. *    29. KBD_CTRL_BYPASS                set to NONE
  70. *    30. KBD_RATE_LOCK                set to OFF
  71. *    31. MEM_EXCLUDE_REGIONS            empty
  72.         (NOTE:  You may need to set this option if your network card has a memory address that needs to be excluded.)
  73. *    32. MEM_INCLUDE_REGIONS            empty
  74. *    33. MOUSE_EXCLUSIVE_ACCESS        set to OFF
  75.     34. NETWARE_RESOURCES            set to NONE
  76. *    35. PRINT_TIMEOUT                set to 15
  77. *    36. VIDEO_FASTPASTE                set to OFF
  78. *    37. VIDEO_MODE_RESTRICTION        set to NONE
  79. *     38. VIDEO_ONDEMAND_MEMORY        set to ON
  80. *    39. VIDEO_RETRACE_EMULATION        set to ON
  81. *    40. VIDEO_ROM_EMULATION            set to ON
  82. *    41. VIDEO_SWITCH_NOTIFICATION        set to OFF
  83. *    42. VIDEO_WINDOW_REFRESH            set to 1
  84. *    43. VIPX_ENABLED
  85.     44. XMS_HANDLES                set to 0
  86.     45. XMS_MEMORY_LIMIT            set to 0
  87. *    46. XMS_MINIMUM_HMA            set to 0
  88.  
  89. ' * ' Means that these are the OS/2 DOS SESSION's default settings.
  90.  
  91. EXAMPLE  #1:
  92. The CONFIG.SYS of the DOS SESSION should be as follows.
  93.     device=fsfilter.sys
  94.     shell=command.com /p /e:512
  95.     files=50
  96.     buffers=20
  97.     device=dosvipx.sys
  98.     lastdrive=m
  99.  
  100. EXAMPLE  #2:
  101. The AUTOEXEC.BAT of the DOS SESSION should be as follows.
  102.     prompt $p$g
  103.     path c:\drdos;c:\nwlite;
  104.     share
  105.     c:
  106.     cd\nwlite
  107.     server.exe
  108.     client.exe
  109.  
  110. EXAMPLE #3:
  111. The NET.CFG is in the NWLITE subdirectory on C: if Lite was set up as a server or client/server, or it would be found on some other drive letter possibly if Lite was set up as a client only.
  112.  
  113. The parameters in the NET.CFG below will not be used in the OS/2-Lite set up, but if other parameters are needed for Lite specific functions then this NET.CFG would get used.
  114.  
  115. # Setup the NE2000 card
  116. Link driver NE2000
  117.     INT 5
  118.     PORT 300
  119.  
  120. EXAMPLE #4:
  121. The NET.CFG in the OS/2 2.0 root directory.  This is used by the requester when OS/2 is booting up, to set up the network card and it's environment.  If network level or driver level parameters are to be added then they should be added to this NET.CFG file.
  122.  
  123. Link Driver NE2000
  124.     INT 5
  125.     PORT 300
  126. Protocol Stack IPX
  127.     SOCKETS 100
  128.  
  129. EXAMPLE  #5:                                                  
  130. The CONFIG.SYS of the OS/2 2.0 environment.
  131.  
  132.  
  133. The section of the NetWare Requester was added by the Requester installation process.
  134.  
  135. The lines that have "<<<<  NEED CHANGING" by them, should have the REMARKing change made to them if this is a NetWare Lite network only.  If Big NetWare is involved then they should be left un-REMARKed.
  136.  
  137. PROTSHELL=D:\OS2\PMSHELL.EXE
  138. SET USER_INI=D:\OS2\OS2.INI
  139. SET SYSTEM_INI=D:\OS2\OS2SYS.INI
  140. SET OS2_SHELL=D:\OS2\CMD.EXE
  141. SET AUTOSTART=PROGRAMS,TASKLIST,FOLDERS
  142. SET RUNWORKPLACE=D:\OS2\PMSHELL.EXE
  143. SET COMSPEC=D:\OS2\CMD.EXE
  144. LIBPATH=.;D:\OS2\DLL;D:\OS2\MDOS;D:\;D:\OS2\APPS\DLL;D:\NETWARE;
  145.  
  146. SET PATH=D:\OS2;D:\OS2\SYSTEM;D:\OS2\MDOS\WINOS2;D:\OS2\INSTALL; D:\;D:\OS2\MDOS;D:\OS2\APPS;L:\OS2;P:\OS2;D:\NETWARE;y:;
  147.  
  148. SET DPATH=D:\OS2;D:\OS2\SYSTEM;D:\OS2\MDOS\WINOS2;D:\OS2\INSTALL; D:\;D:\OS2\BITMAP;D:\OS2\MDOS;D:\OS2\APPS;D:\NETWARE;
  149.  
  150. SET PROMPT=$i[$p]
  151. SET HELP=D:\OS2\HELP;D:\OS2\HELP\TUTORIAL;
  152. SET GLOSSARY=D:\OS2\HELP\GLOSS;
  153. PRIORITY_DISK_IO=YES
  154. FILES=40
  155. DEVICE=D:\OS2\TESTCFG.SYS
  156. DEVICE=D:\OS2\DOS.SYS
  157. DEVICE=D:\OS2\PMDD.SYS
  158. BUFFERS=30
  159. IOPL=YES
  160. DISKCACHE=128,LW
  161. MAXWAIT=3
  162. MEMMAN=SWAP,PROTECT
  163. SWAPPATH=D:\OS2\SYSTEM 4096 6144
  164. BREAK=OFF
  165. THREADS=256
  166. PRINTMONBUFSIZE=134,134,134
  167. COUNTRY=001,D:\OS2\SYSTEM\COUNTRY.SYS
  168. SET KEYS=ON
  169. REM SET DELDIR=C:\DELETE,512;D:\DELETE,512;E:\DELETE,512;
  170. BASEDEV=PRINT01.SYS
  171. BASEDEV=IBM1FLPY.ADD
  172. BASEDEV=IBM1S506.ADD
  173. BASEDEV=OS2DASD.DMD
  174. SET BOOKSHELF=D:\OS2\BOOK
  175. SET EPATH=D:\OS2\APPS                                 
  176. PROTECTONLY=NO                                         
  177. SHELL=D:\OS2\MDOS\COMMAND.COM D:\OS2\MDOS /P
  178. FCBS=16,8
  179. RMSIZE=640
  180. DEVICE=D:\OS2\MDOS\VEMM.SYS 
  181. DEVICE=D:\OS2\MDOS\VMOUSE.SYS 
  182. DOS=LOW,NOUMB
  183. DEVICE=D:\OS2\MDOS\VDPX.SYS 
  184. DEVICE=D:\OS2\MDOS\VXMS.SYS /UMB
  185. DEVICE=D:\OS2\MDOS\VDPMI.SYS 
  186. DEVICE=D:\OS2\MDOS\VWIN.SYS  
  187. DEVICE=D:\OS2\MDOS\VCDROM.SYS 
  188. DEVINFO=SCR,VGA,D:\OS2\VIOTBL.DCP
  189. SET VIDEO_DEVICES=VIO_VGA
  190. SET VIO_VGA=DEVICE(BVHVGA)
  191. DEVICE=D:\OS2\MDOS\VVGA.SYS 
  192. DEVICE=D:\OS2\POINTDD.SYS 
  193. DEVICE=D:\OS2\MOUSE.SYS SERIAL=COM1 
  194. DEVICE=D:\OS2\COM.SYS  
  195. DEVICE=D:\OS2\MDOS\VCOM.SYS  
  196. CODEPAGE=437,850
  197. DEVINFO=KBD,US,D:\OS2\KEYBOARD.DCP
  198.  
  199. REM --- NetWare Requester statements BEGIN ---
  200. DEVICE=D:\NETWARE\LSL.SYS
  201. RUN=D:\NETWARE\DDAEMON.EXE
  202. DEVICE=D:\NETWARE\NE2000.SYS
  203. DEVICE=D:\NETWARE\IPX.SYS
  204. DEVICE=D:\NETWARE\SPX.SYS
  205. RUN=D:\NETWARE\SPDAEMON.EXE
  206. REM DEVICE=D:\NETWARE\NWREQ.SYS           <<<<  NEED CHANGING
  207. REM IFS=D:\NETWARE\NWIFS.IFS              <<<<  NEED CHANGING
  208. REM RUN=D:\NETWARE\NWDAEMON.EXE           <<<<  NEED CHANGING
  209. rem DEVICE=D:\NETWARE\NETBIOS.SYS
  210. rem RUN=D:\NETWARE\NBDAEMON.EXE
  211. DEVICE=D:\NETWARE\VIPX.SYS
  212. REM DEVICE=D:\NETWARE\VSHELL.SYS          <<<<  NEED CHANGING  REM --- NetWare Requester statements END ---
  213.  
  214. NOTE:
  215.     The setup and settings listed above is one way that the NetWare Lite 1.1 and OS/2 2.0 have worked together.  These settings may be adjusted further for better optimization depending on the system configuration being used.
  216.  
  217.     If the NetWare Lite "server.exe" is run as shown in example #2 above.  This may cause a multiple NetWare Lite server environment to be slower in responding during LOGINs, MAPs, CAPTUREs, and other similar circumstances, since the Lite server under OS/2 is on a time slice.  This means that when a NetWare Lite command is executed, other Lite servers may need to respond and the whole network may have to wait for the Lite server running under OS/2 to respond.
  218.  
  219.     If only the NetWare Lite "client.exe" is run, there should be no network slow down since this would only be a client machine accessing other servers on the network, eliminating the slow down of clients accessing it as a server.
  220.  
  221.     This doesn't provide GLOBAL support to the OS/2 sessions, or in other words, a NetWare Lite 1.1 mapped drive letter in the above discussed DOS SESSION doesn't show up as an available drive in an OS/2 session.
  222.  
  223.     If an ARCNET, TOKEN RING, or other network cards that occupy a memory address are used, then the MEM_EXCLUDE_REGIONS setting under the OS/2 DOS SESSION settings must include that memory area.
  224.  
  225.     A little known fact is that many EGA and VGA cards use INTERRUPT 2, therefore machines with these video cards should set up the network card with an interrupt other than 2.
  226.  
  227.     PORT addresses in all network cards should be 300 or greater.
  228.  
  229. *****************************************************************  
  230.                             DISCLAIMER                                                               
  231. Novell, Inc. makes no representations or warranties with respect to any NetWare software, and specifically disclaims any express or implied warranties of merchantability, title, or fitness for a particular purpose.  
  232.  
  233. Distribution of any NetWare software is forbidden without the express written consent of
  234. Novell, Inc.  Further, Novell reserves the right to discontinue distribution of any NetWare
  235. software.
  236.  
  237. Novell is not responsible for lost profits or revenue, loss if use of the software, loss of data,
  238. costs of re-creating lost data, the cost of any substitute equipment or program, or claims by
  239. any party other than you. Novell strongly recommends a backup be made before any software is installed.   Technical support for this software may be provided at the discretion of Novell.
  240. *****************************************************************