home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / n / n007 / 2.ddi / README / READVLM2.TXT < prev    next >
Encoding:
Text File  |  1993-07-24  |  5.9 KB  |  204 lines

  1.         Workstation for DOS and MS Windows
  2.  
  3. Loading VLMs from a Directory Other Than the \NWCLIENT Directory
  4.  
  5. The \NWCLIENT directory is used for VLMs. To load VLMs 
  6. from another directory, use the "VLM =" command in 
  7. the NET.CFG file.
  8.  
  9. For example
  10.  
  11. VLM=C:\directory_path\CONN.VLM
  12.  
  13. Where "directory_path" is the actual path to the 
  14. directory in which the VLMs reside.
  15.  
  16. Specifying a NET.CFG File outside the \NWCLIENT Directory
  17.  
  18. To specify a path for the NET.CFG file, type a command 
  19. similar to the following (or put the command in 
  20. AUTOEXEC.BAT):
  21.  
  22. VLM /C=C:\directory_path\NET.CFG
  23.  
  24. Where "directory_path" is the actual path to the 
  25. directory in which the NET.CFG file resides.
  26.  
  27. Disabling VLMs
  28.  
  29. There are three ways to disable a VLM:
  30.  
  31. -       Rename the module with a different extension (for 
  32.         example, .SAV). This is the easiest way.
  33.  
  34. -       Delete the module (not recommended).
  35.  
  36. -       Configure the modules to be loaded in NET.CFG. 
  37.         Following is the syntax that gives the modules 
  38.         required for Directory Services:
  39.  
  40.         NETWARE DOS REQUESTER
  41.         USE DEFAULTS = OFF
  42.         VLM = CONN.VLM
  43.         VLM = IPXNCP.VLM
  44.         VLM = TRAN.VLM
  45.         VLM = NDS.VLM
  46.         VLM = BIND.VLM
  47.         VLM = NWP.VLM
  48.         VLM = FIO.VLM
  49.         VLM = GENERAL.VLM
  50.         VLM = REDIR.VLM
  51.  
  52. Change in NET.CFG Parameter Default for Cache Writes
  53.  
  54. The default for the following parameter under the 
  55. "NetWare DOS Requester" section heading in 
  56. Workstation for DOS and MS Windows has been changed to
  57.  
  58. CACHE WRITES = ON
  59.  
  60. Don't Use NETX.COM or Related Shells with VLMs
  61.  
  62. Warning: You can't load NETX.COM and NETX.VLM simultaneously.
  63.  
  64. Use NETX.VLM rather than NETX.COM and related shells.
  65.  
  66. NETX.COM (and NET3.COM, NETX.EXE, BNETX.EXE, 
  67. XMSNETX.EXE, etc.) conflicts with REDIR.VLM; 
  68. REDIR.VLM won't load if NETX.COM is loaded and vice 
  69. versa.
  70.  
  71. However, NETX.VLM is designed to replace NETX.COM and 
  72. related NETX shells, and is compatible with the 
  73. NetWare DOS Requester.
  74.  
  75. Read/Write Calls
  76.  
  77. If an application makes read/write calls on read only 
  78. files, enter this line under the "NetWare DOS 
  79. Requester" heading in the NET.CFG file:
  80.  
  81. READ ONLY COMPATIBILITY = ON
  82.  
  83. Ignore Incorrect Paradox Workshop Message
  84.  
  85. Paradox Workshop gives an incorrect error message 
  86. indicating it can't test or finish applications. 
  87. Ignore this message.
  88.  
  89. Current Directory Path Names Must Be Under 64 Characters
  90.  
  91. DOS can't support a current directory path name of 
  92. more than 64 characters. To use longer paths, map a 
  93. root drive and continue from there.
  94.  
  95. Avoid Using DR DOS MOVE Command
  96.  
  97. MOVE.EXE in DR DOS causes the loss of the fake root 
  98. mapping. This is because MOVE obtains the current 
  99. path and attempts to perform a CD command on that 
  100. path.
  101.  
  102. NDIR Error in Compaq DOS 5.0 and DR DOS 6.0
  103.  
  104. In Compaq DOS 5.0 and DR DOS 6.0, the following 
  105. commands give an error:
  106.  
  107. DIR servername/volume:
  108. CD servername/volume:
  109.  
  110. This is because DOS treats "/" as an option specifier 
  111. when it does its preprocessing. Users can instead map 
  112. a drive and use drive letters instead of the server/
  113. volume syntax.
  114.  
  115. If Your MS Windows SYSTEM Directory Is on the Network
  116.  
  117. The workstation installation creates a SYSTEM 
  118. directory on the workstation and copies files into 
  119. that directory.
  120.  
  121. Make sure after installation that you copy those 
  122. files to the MS Windows SYSTEM directory on the network.
  123.  
  124. First Available Drive Is Different
  125.  
  126. The conventional NetWare Shell for DOS used drives 
  127. after the LASTDRIVE parameter; NetWare DOS Requester 
  128. starts using the first available drive before the 
  129. LASTDRIVE parameter.
  130.  
  131. Consequently, users often see drive D: as the first 
  132. NetWare drive rather than drive F:.
  133.  
  134. If you manually installed the client (rather that 
  135. using the client install tools), you may want to edit 
  136. the NetWare DOS Requester portion of the NET.CFG file 
  137. to maintain compatibility with existing batch files.
  138.  
  139. Add the following command line under the NetWare DOS 
  140. Requester portion of the NET.CFG file:
  141.  
  142. FIRST NETWORK DRIVE = F
  143.  
  144. Note: The NetWare client install procedure automatically 
  145.       adds this line to the NET.CFG file.
  146.  
  147. Otherwise, batch files assuming drive F: is the first 
  148. drive must be altered, or drives D: and E: must be 
  149. substituted (see DOS SUBST command).
  150.  
  151. In any case, the LASTDRIVE parameter should be 
  152. adjusted to something above the default value of E:.
  153.  
  154. Login Drive Prompt Appears To Be a Root Mapped Drive
  155.  
  156. Because NetWare DOS Requester is a redirector on the 
  157. back-end of DOS, no directory path can be in the drive 
  158. structure maintained by DOS when the parent of the 
  159. directory is unaccessible.
  160.  
  161. This is the case with an unauthenticated connection 
  162. and the drive mapped to the SYS:LOGIN directory. 
  163. Users see "D:\>" instead of "F:\LOGIN>" when they 
  164. first load the DOS client software.
  165.  
  166. IPXODI.COM Version 2.0 or Greater Recommended
  167.  
  168. For better support of the packet burst ODI, the 
  169. checksums, and the NetWare management responder, we 
  170. recommend that IPXODI.COM version 2.0 or greater to 
  171. be loaded.
  172.  
  173. Unicode Tables Copied to Workstation
  174.  
  175. Workstation installation copies Unicode tables for 
  176. all languages and code pages to the workstation.
  177.  
  178. For American English you only need the following:
  179.  
  180. UNI_COL.001
  181. UNI_MON.001
  182. 1252_UNI.001
  183. UNI_1252.001
  184.  
  185. If you use only American English, consider deleting 
  186. other unicode tables to conserve disk space.
  187.  
  188. Using NetWare 4.01 VLMs with NetWare 4.0 Utilities
  189.  
  190. If you use NetWare 4.0 utilities (those that you 
  191. received with NetWare 4.0) with the new NetWare 4.01 
  192. VLMs (version 1.02), add the following line to the 
  193. NetWare DOS Requester section of NET.CFG:
  194.  
  195. LOAD CONN TABLE LOW = ON
  196.  
  197. This guarantees that connection table information is 
  198. loaded into conventional memory.
  199.  
  200. Suggestion: We highly recommend that you upgrade the 
  201.     NetWare 4.0 utilities to NetWare 4.01 
  202.     utilities as soon as possible. For 
  203.     assistance, please call 1-800-NETWARE.
  204.