home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / 312pt6.exe / 312PT6.TXT
Text File  |  1995-04-07  |  65KB  |  2,094 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              NetWare 3.12 OS Patches
  5. DOCUMENT ID:        TID022054
  6. DOCUMENT REVISION:  B
  7. DATE:               07APR95
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         312PT6.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare 3.12
  14.  
  15. ABSTRACT:
  16.  
  17. This file contains the latest operating system test patches for NetWare 3.12.
  18. Included with this release are all patches for all user-versions of NetWare
  19. 3.12.  The patches included have  been system tested by Novell. (07APR95
  20. Change was to readme only)
  21.  
  22. -----------------------------------------------------------------
  23. DISCLAIMER
  24. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL.  NOVELL
  25. MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION.  HOWEVER, THE
  26. INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL
  27. MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  28. -----------------------------------------------------------------
  29.  
  30. Copy all files from the START directory to the DOS partition. Copy all files
  31. from the AUTO directory to SYS: Volume.  Edit the STARTUP.NCF & AUTOEXEC.NCF
  32. files.  There are some sample NCF file that may help the Installation.  
  33.  
  34. NOTE: STARTUP.NCF will NOT allow execution of an NCF file from with in it.  It
  35. is necessary to copy the Contents form the sample START.NCF to your existing
  36. STARTUP.NCF.  AUTOEXEC.NCF will allow the execution of an NCF file, so simply
  37. call the AUTO.NCF file from with in AUTOEXEC.NCF.  It may be necessary to edit
  38. the sample NCF file to specify correct paths....
  39.  
  40. -----------------------------------------------------------------
  41. BCKTTSFX NLM
  42. ============
  43.  
  44. SYMPTOM:
  45.  
  46. Typically after re-booting the server and going though the process of backing
  47. out the TTS files the server would hang with no messages.  
  48.  
  49.  
  50. SOLUTION:
  51.  
  52. Apply BCKTTSFX NLM      1218 07-15-94   8:26a
  53.  
  54.  
  55. Solution Specifics:
  56.  
  57. Different versions of this patch are available for the following NetWare
  58. Operating System's:
  59.  
  60.      V3.11, V3.12, V4.01, V4.02
  61.  
  62.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  63.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  64.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  65.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  66.                v3.11 SFT is in SFTITx.EXE.
  67.  
  68. This Patch corrects a problem with backing out more than 263 Transaction
  69. Tracking System (TTS) files.
  70.  
  71. It is important to Load BCKTTSFX.NLM after loading PATCH MANAGER in the
  72. STARTUP.NCF file to allow the patch to work properly.
  73.  
  74. Installation Instructions:
  75.  
  76.   NCF FILE: STARTUP.NCF
  77.  
  78.  
  79. -----------------------------------------------------------------
  80. BHANDFIX NLM
  81. ============
  82.  
  83. SYMPTOM:
  84.      
  85. SOLUTION:
  86.  
  87. Apply BHANDFIX NLM       972 10-18-94  12:16p
  88.  
  89.  
  90. Solution Specifics:
  91.  
  92. Different versions of this patch are available for the following NetWare
  93. Operating System's:
  94.  
  95.      V3.12
  96.  
  97.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  98.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  99.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  100.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  101.                v3.11 SFT is in SFTITx.EXE.
  102.  
  103. BHandFix (Bad Handle Fix) fixes a GPPE when proc InternalReadFile in
  104. fileio.386 receives a bad handle and jumps to label ReadInvalidHandle:  The
  105. code at this label has been modified to not set the RALastReadStartOffset
  106. field of the fcb to -1.  The label is also jumped to when the TNode field of
  107. the fcb is 0.
  108.  
  109. Return from InternalReadFile with error code without trying to set field
  110. RALastReadStartOffset in FCB
  111.  
  112.   
  113. Installation Instructions:
  114.  
  115.   NCF FILE: STARTUP.NCF
  116.  
  117.  
  118. -----------------------------------------------------------------
  119. CRDIRFIX NLM
  120. ============
  121.  
  122. SYMPTOM:
  123.  
  124. The following error is return if an attempt is made to create a directory with
  125. an blank character(alt-25) as the last character in the name. "Unable to
  126. create directory"
  127.  
  128. SOLUTION:
  129.  
  130. Apply CRDIRFIX NLM      1361 04-26-94   9:03a
  131.  
  132.  
  133. Solution Specifics:
  134.  
  135. Different versions of this patch are available for the following NetWare
  136. Operating System's:
  137.  
  138.      V3.12, V4.01
  139.  
  140.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  141.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  142.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  143.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  144.                v3.11 SFT is in SFTITx.EXE.
  145.  
  146. Fix to allow the addition of a blank Character (alt-255) to the end of a
  147. directory name.
  148.  
  149. 3.11 allows the user to create directories for security reasons that have a
  150. "blank"(alt-255) as the last character of the directory name.  To allow
  151. NetWare v3.12 and v4.01 to have a blank Character (alt-255) to the end of a
  152. directory name, apply this patch.
  153.  
  154. example:  md test(alt-255)  This works in DOS and on a 3.11 server.  
  155.  
  156. Installation Instructions:
  157.  
  158.   NCF FILE: AUTOEXEC.NCF
  159.  
  160.  
  161. -----------------------------------------------------------------
  162. CTRSTKFX NLM
  163. ============
  164.  
  165. SYMPTOM:
  166.  
  167. Bug in LSLControlStackFilter functions NetWare v3.1x & v4.0x.
  168.  
  169. SOLUTION:
  170.  
  171. Apply CTRSTKFX NLM       972 12-21-94  12:48p
  172.  
  173.  
  174. Solution Specifics:
  175.  
  176. Different versions of this patch are available for the following NetWare
  177. Operating System's:
  178.  
  179.      V3.12, V4.01, V4.02
  180.  
  181.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  182.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  183.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  184.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  185.                v3.11 SFT is in SFTITx.EXE.
  186.  
  187. Problems found with NLA Requests to turn on Promiscuous Mode while HSL.NLM
  188. (Hub Support Layer) is loaded (NLA part of the NMS & RMON stuff) causes the
  189. server to hand (NW v3.x & NW v4.0x).
  190.  
  191. Problem due to code in LSL function LSLControlStackFilter, at label
  192. <ControlChainDefaults>, have after testing for entries in DefaultChainTable
  193. have <jnz CallPreScanLoop>  which should be the line <jnz CallDefaultLoop>.
  194.  
  195. Installation Instructions:
  196.  
  197.   NCF FILE: STARTUP.NCF
  198.  
  199.  
  200. -----------------------------------------------------------------
  201. DAICCFIX NLM
  202. ============
  203.  
  204. SYMPTOM:
  205.  
  206. This patch deals with applications that directly control hardware devices
  207. through NetWare (i.e. Jukeboxes, worms, tapes, etc.).  If an error condition
  208. occurs such as reaching the end of a tape, an error code is returned to the
  209. calling application.  The error code would be scrambled, resulting in the
  210. wrong error passed to the application.  The result, as far as the Server (i.e.
  211. ABEND, hang, etc.) would depend on the specific application.   The patch
  212. applies to applications which use a DAI interface to communicate with the
  213. server's hardware.  Check with the vendor of the application to verify the use
  214. of the DAI interface and apply the patch if necessary.
  215.  
  216. SOLUTION:
  217.  
  218. Apply DAICCFIX NLM      1076 02-09-94   3:42p
  219.  
  220.  
  221. Solution Specifics:
  222.  
  223. Different versions of this patch are available for the following NetWare
  224. Operating System's:
  225.  
  226.      V3.12, V4.01
  227.  
  228.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  229.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  230.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  231.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  232.                v3.11 SFT is in SFTITx.EXE.
  233.  
  234. Installation Instructions:
  235.  
  236.   NCF FILE: AUTOEXEC.NCF
  237.  
  238.  
  239. -----------------------------------------------------------------
  240. DBLDEBFX NLM
  241. ============
  242.  
  243. SYMPTOM:
  244.  
  245. Getting duplicate characters on some fast machines in debugger
  246.  
  247. SOLUTION:
  248.  
  249. Apply DBLDEBFX NLM      1176 05-26-94  12:52p
  250.  
  251.  
  252. Solution Specifics:
  253.  
  254. Different versions of this patch are available for the following NetWare
  255. Operating System's:
  256.  
  257.      V3.11, V3.12, V4.01
  258.  
  259.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  260.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  261.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  262.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  263.                v3.11 SFT is in SFTITx.EXE.
  264.  
  265. FIXED the non-interrupt (polled) keyboard handler so that it will check the
  266. keyboard controller's status to make sure that a key is really there.  This is
  267. needed because on really fast machines, with slow keyboard controllers that
  268. manually desert the interrupt line, when we loop around and poll the PIC after
  269. reading a key, the interrupt line may still be asserted making us think there
  270. is another key waiting, thus causing 'double keys'. 
  271.  
  272. Installation Instructions:
  273.  
  274.   NCF FILE: AUTOEXEC.NCF
  275.  
  276.  
  277. -----------------------------------------------------------------
  278. DHANDFX  NLM
  279. ============
  280.  
  281. SYMPTOM:
  282.  
  283. The file server will exhibit a GPPE or other abends having to do with corrupt
  284. directory handles. This is most notably seen when running Appletalk,NFS
  285. gateway, or Groupwise nlms, but can be seen when loading any set of nlms which
  286. exceeds the 20 handle limit.
  287.  
  288. CAUSE:
  289.  
  290. It was discovered that directory handles were getting overwritten or reused by
  291. some other process before the current process was finished with it. This would
  292. result in an ABEND or other corruption.  It was found that connection zero
  293. (commonly used by nlms at the server) was not properly handling the case where
  294. 20 or more handles were required. 
  295.  
  296. SOLUTION:
  297.  
  298.      Apply DHANDFX  NLM      3650 12-23-94  12:04p
  299.  
  300.  
  301. Solution Specifics:
  302.  
  303.      Different versions of this patch are available for the following NetWare
  304. Operating System's:
  305.  
  306.           V3.11, V3.12, V4.02
  307.  
  308.            Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  309.                     v3.12 is in 312ITx.EXE or 312PTx.EXE,
  310.                     v4.01 is in 401ITx.EXE or 401PTx.EXE,
  311.                     v4.02 is in 402ITx.EXE or 402PTx.EXE.
  312.                     v3.11 SFT is in SFTITx.EXE.
  313.  
  314.  
  315. Installation Instructions:
  316.  
  317.      NCF FILE: STARTUP.NCF
  318.  
  319. NOTE: The 3.12 version of this patch incorporates two formerly released
  320. patches for 3.12 NetWare which were called, DIRSRCFX.NLM and CRDIRFIX.NLM. 
  321. DHANDFX.NLM will NOT load concurrently with these patches.  If you are running
  322. these two patches please remove them prior to loading the DHANDFX.NLM
  323.  
  324. -----------------------------------------------------------------
  325. DIRSPCFX NLM
  326. ============ 
  327.  
  328. SYMPTOM:
  329.  
  330. Disk space can  not be accounted for.
  331.  
  332. SOLUTION:
  333.  
  334. Apply DIRSPCFX NLM      1212 04-26-94   9:06a
  335.  
  336.  
  337. Solution Specifics:
  338.  
  339. Different versions of this patch are available for the following NetWare
  340. Operating System's:
  341.  
  342.      V3.11, V3.12, V4.01, V3.11 SFT III
  343.  
  344.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  345.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  346.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  347.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  348.                v3.11 SFT is in SFTITx.EXE.
  349.  
  350. The DIRSPCFX.NLM file is a fix to the set parameter "Maximum Percent of Volume
  351. Used By Directory."  The limits of this set parameter are 5 to 50 percent
  352. default and the setting is 13 percent.
  353.  
  354. The set parameter "Maximum Percent of Volume Used By Directory". can use
  355. double the disk space set.
  356.  
  357. Example;
  358. If the Set parameter is 13 percent, the actual space that can be used by
  359. Extended Attributes is 26 percent.
  360.  
  361. CAUSE:
  362. The Set parameter only searched one of the mirrored tables for extended
  363. attributes to verify that the limit had been met, which allows the set
  364. parameter to use twice as much space as indicated. The Table for Extended
  365. Attributes will grow; however, it will never decrease in size.  So, after the
  366. space is allocated for the EA table, it can not be used for any thing other
  367. than Extended Attributes.
  368.  
  369. Installation Instructions:
  370.  
  371.   NCF FILE: STARTUP.NCF
  372.  
  373.  
  374. -----------------------------------------------------------------
  375. EAACCFIX NLM
  376. ============ 
  377.  
  378. SYMPTOM:
  379.  
  380. The following Error message: SYS0002 Access Denied is received when trying to
  381. copy a file with Extended Attributes from a NetWare v3.12 file server if the
  382. users only has Read and FileScan rights.  
  383.  
  384. SOLUTION:
  385.  
  386. Apply EAACCFIX NLM       970 04-26-94   9:06a
  387.  
  388.  
  389. Solution Specifics:
  390.  
  391. Different versions of this patch are available for the following NetWare
  392. Operating System's:
  393.  
  394.      V3.12
  395.  
  396.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  397.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  398.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  399.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  400.                v3.11 SFT is in SFTITx.EXE.
  401.  
  402. Installation Instructions:
  403.  
  404.   NCF FILE: STARTUP.NCF
  405.  
  406.  
  407. -----------------------------------------------------------------
  408. EADATFIX NLM
  409. ============
  410.  
  411. SYMPTOM:
  412.   
  413. A problem exists with Extended Attributes when performing a drag and drop COPY
  414. of a directory structure from an OS/2 client.  Which would cause the Extended
  415. Attribute for the new Parent Directory to be corrupt. 
  416.  
  417. VREPAIR returned the following error message:
  418.  
  419.    Error at extended directory entry xxxx
  420.    Invalid Data error
  421.    Invalid Score card error
  422.  
  423. SOLUTION:
  424.  
  425. Apply EADATFIX NLM      1181 04-26-94   4:33p
  426.  
  427.  
  428. Solution Specifics:
  429.  
  430. Different versions of this patch are available for the following NetWare
  431. Operating System's:
  432.  
  433.      V3.11, V3.12, V4.01, V3.11 SFT III
  434.  
  435.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  436.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  437.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  438.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  439.                v3.11 SFT is in SFTITx.EXE.
  440.  
  441. To install the patch, load patchman for the Operating System which is running
  442. and the version of EADATFIX.NLM in the same directory.
  443.  
  444. Installation Instructions:
  445.  
  446.   NCF FILE: STARTUP.NCF
  447.  
  448.  
  449. -----------------------------------------------------------------
  450. EAFLTFIX NLM
  451. ============
  452.  
  453. SYMPTOM:
  454.  
  455. ABEND: Invalid Semaphore passed to kernal
  456.  
  457. Because of the nature of this issue, a multiple type of abends could be
  458. possible or seen, including GPPEs.
  459.  
  460. This problem is only visible using debugging tools. It can only be seen in a
  461. core memory image or a trace from a sniffer or lanayzler.
  462.  
  463.      
  464. TROUBLESHOOTING:
  465.  
  466. Apply the patch or fix the client sending the bad packets.
  467.  
  468. CAUSE:
  469.  
  470. A client or clients are sending NCP packet Case 86 with an invalid value for
  471. the volume number. This causes NetWare to index a table incorrectly
  472.  
  473. SOLUTION:
  474.  
  475.  Apply EAFLTFIX NLM      1309 12-21-94  12:59p
  476.  
  477.  
  478. Solution Specifics:
  479.  
  480.      Different versions of this patch are available for the following NetWare
  481. Operating System's:
  482.  
  483.           V3.11, V3.12
  484.  
  485.            Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  486.                     v3.12 is in 312ITx.EXE or 312PTx.EXE,
  487.                     v4.01 is in 401ITx.EXE or 401PTx.EXE,
  488.                     v4.02 is in 402ITx.EXE or 402PTx.EXE.
  489.                     v3.11 SFT is in SFTITx.EXE.
  490.  
  491. Fixed with patch EAFltFix.NLM (EA Filter Fix) which does some packet error
  492. checking (For EA Type Packets) to makes sure the client is not sending invalid
  493. packets.
  494.  
  495. Installation Instructions:
  496.  
  497.      NCF FILE: STARTUP.NCF
  498.  
  499.  
  500. -----------------------------------------------------------------
  501. EAREPLFX NLM
  502. ============ 
  503.  
  504. SYMPTOM:
  505.  
  506. The following errors could be seen on a OS/2 Client:
  507. 1.   "The Drive ";,is not a valid Drive"
  508. 2.   " " " is either read-only or is being used by another program"
  509.  
  510. This errors would be received if using the drives ICON from the DESKTOP to
  511. view a NetWare volume and most often with a CDRom mounted volume.  Sometimes
  512. after receiving these errors the connection to the File Server would be lost. 
  513.   
  514. SOLUTION:
  515.  
  516. Apply EAREPLFX NLM      1182 04-26-94   9:00a
  517.  
  518.  
  519. Solution Specifics:
  520.  
  521. Different versions of this patch are available for the following NetWare
  522. Operating System's:
  523.  
  524.      V3.11, V3.12, V4.01, V3.11 SFT III
  525.  
  526.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  527.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  528.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  529.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  530.                v3.11 SFT is in SFTITx.EXE.
  531.  
  532. Also it is suggested to use NetWare Requester for OS/2 v2.10 to help correct
  533. the problem.
  534.  
  535. Installation Instructions:
  536.  
  537.   NCF FILE: STARTUP.NCF
  538.  
  539.  
  540. -----------------------------------------------------------------
  541. EASUBFIX NLM
  542. ============
  543.  
  544. SYMPTOM:
  545.  
  546. When copying a long directory with EA's and only have R  F rights the server
  547. returns 140 error.
  548.  
  549. SOLUTION:
  550.  
  551. Apply EASUBFIX NLM       965 07-26-94   7:44a
  552.  
  553.  
  554. Solution Specifics:
  555.  
  556. Different versions of this patch are available for the following NetWare
  557. Operating System's:
  558.  
  559.      V3.11, V3.12, V4.01, V4.02
  560.  
  561.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  562.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  563.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  564.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  565.                v3.11 SFT is in SFTITx.EXE.
  566.  
  567. Login to a 3.12 server that has a name space loaded.  Go to a directory that
  568. has a long directory in it.  Make sure you only have R F rights in the source
  569. directory.  Then use FILER to copy the subdirectory structure, on the long
  570. directories you will get an error.   Problem was traced to NWFindFirstEA()
  571. returns error code 140 ( No Set Privileges).
  572.  
  573. FIXED a bug OpenEAHandle, were is you only had read rights on a file, you
  574. could not read the EA's on that file. 
  575.  
  576. Installation Instructions:
  577.  
  578.   NCF FILE: STARTUP.NCF
  579.  
  580.  
  581. -----------------------------------------------------------------
  582. EAWRITFX NLM
  583. ============
  584.  
  585. SYMPTOM:
  586.  
  587. When using an OS/2 file and trying to copy the file from a local drive to a
  588. file server with the directory flagged FWC the copy fails.  If read rights are
  589. added it succeeds.
  590.  
  591. SOLUTION:
  592.  
  593. Apply EAWRITFX NLM      1048 07-26-94   7:48a
  594.  
  595.  
  596. Change procedure OpenEAHandle to check for WriteExistingFileBit if the user
  597. does not have ModifyEntry rights.  If the user does have WriteExistingFile
  598. rights he is granted Write and Read Privileges.
  599.  
  600. Solution Specifics:
  601.  
  602. Different versions of this patch are available for the following NetWare
  603. Operating System's:
  604.  
  605.      V3.11, V3.12
  606.  
  607.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  608.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  609.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  610.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  611.                v3.11 SFT is in SFTITx.EXE.
  612.  
  613. Installation Instructions:
  614.  
  615.   NCF FILE: STARTUP.NCF
  616.  
  617.  
  618. -----------------------------------------------------------------
  619. EAWRNFX  NLM
  620. ============
  621.  
  622. SYMPTOM:
  623.  
  624. The server was running out of allocated storage space for extended attributes
  625. without warning.
  626.  
  627. SYMPTOM:
  628.  
  629. The user is unable to manage extended attribute storage space in any given
  630. NetWare volume.
  631.  
  632. SYMPTOM:
  633.  
  634. There is a lack of extended attribute management functions.
  635.  
  636. SOLUTION:
  637.  
  638. Apply EAWRNFX  NLM      4053 07-13-94   4:45p
  639.  
  640.  
  641. Solution Specifics:
  642.  
  643. Different versions of this patch are available for the following NetWare
  644. Operating System's:
  645.  
  646.      V3.12, V4.01
  647.  
  648.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  649.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  650.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  651.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  652.                v3.11 SFT is in SFTITx.EXE.
  653.  
  654. EAWRNFX.NLM addresses issues with the management of EA's or Extended
  655. Attributes on a NetWare volume.  Using this NLM will allow the user to control
  656. the amount of volume space allowed for EA storage on a volume.  It will also
  657. alert users and the error log as to when space for EA storage is running low.
  658.  
  659. After EAWRNFX is loaded two additional settings are available.  To see these
  660. settings, type EA STATS at the server console prompt.  The following
  661. information will be displayed:
  662.  
  663. -----------------------------------------------------------
  664. EA WARNING BROADCAST PERCENT = 85
  665. EA WARNING BROADCAST INTERVAL = 1 min.
  666.  
  667. VOLUME NAME        % ALLOWED   % USED OF ALLOWED
  668. [SYS                    ]          30                       1
  669. [JUMBO                  ]      30                      45
  670. -----------------------------------------------------------
  671.  
  672. EA WARNING BROADCAST PERCENT = 85
  673.  
  674. This statement depicts the level at which a warning would be broadcast.  When
  675. 85 percent of the allotted volume space for EA's is utilized, a warning will
  676. be broadcast.  To set this amount to 75 percent, you should typed the
  677. following at the console prompt or insert it in the AUTOEXEC.NCF file:
  678.  
  679. EA WARNING BROADCAST PERCENT = 75
  680.  
  681. EA WARNING BROADCAST INTERVAL = 2 min.
  682.  
  683. This statement depicts how often the warning broadcast will be sent to the
  684. network.  To set this amount to 5 minutes the following would be type at the
  685. console prompt or inserted in the AUTOEXEC.NCF file:
  686.  
  687. EA WARNING BROADCAST INTERVAL = 5
  688.  
  689. % ALLOWED
  690.  
  691. The % ALLOWED statement to the right of the screen depicts the percentage of
  692. volume space allowed for EA storage.
  693.  
  694. % USED OF ALLOWED
  695.  
  696. The % USED OF ALLOWED depicts the percentage of the space allocated for EA
  697. storage that has been used.
  698.  
  699. Additional information:
  700.  
  701. The % USED OF ALLOWED field depicts a high water mark for EA storage on the
  702. volume in question.  If, for example, this value hits 90 percent and half of
  703. these files are deleted, the value will remain at 90 percent until the volume
  704. is purged.  After the volume is purged, the value would return to 45 percent. 
  705. However, it is important to understand that EA's are stored as extended
  706. directory entries and after the space has been used for EA storage, it can
  707. never be reused for common file storage unless the volume isre-initialized. 
  708. After EA related data has been purged, that purged area can be reused for EA
  709. storage in the future.
  710.  
  711. Installation Instructions:
  712.  
  713.   NCF FILE: STARTUP.NCF
  714.  
  715. 1.   For this patch to function correctly, a patch by the name of DIRSPCFX.NLM
  716. must also be applied.  
  717.  
  718. DIRSPCFX.NLM corrects a problem in the directory entry table with extended
  719. attribute and directory usage on a NetWare volume.  It is explained in detail
  720. in its own field test file.
  721.  
  722. 2.   For EAWRNFX.NLM to function correctly, all three files must be used! All
  723. three files should be copied to the DOS partition from where SERVER.EXE is
  724. booted.  These files should be loaded from STARTUP.NCF, probably on the last
  725. three lines, in the following manner:
  726.  
  727.      LOAD PM312.NLM
  728.      LOAD DIRSPCFX.NLM
  729.      LOAD EAWRNFX.NLM PERCENT = 30
  730.  
  731. The PERCENT = 30 parameter can take the place of the SET MAXIMUM PERCENT OF
  732. VOLUME SPACE ALLOWED FOR EXTENDED ATTRIBUTES = 30 command that would be
  733. commonly found in the AUTOEXEC.NCF file.  Setting this parameter in the
  734. STARTUP.NCF before the SYS: volume loads allows the SYS: volume to benefit
  735. from the setting.  The value 30 is an arbitrary setting for this example.
  736.  
  737.  
  738. -----------------------------------------------------------------
  739. ELEVFIX  NLM
  740. ============
  741.  
  742. SYMPTOM:
  743.  
  744. A window exist where two identical requests to access the same sector on the
  745. hard disk could get placed in the elevator queue at the same time resulting in
  746. a file server lock up.
  747.  
  748. The file server may possibly hang when a system is in the process of
  749. re-mirroring and when there is extremely high I/O traffic on the bus.
  750.  
  751. SOLUTION:
  752.  
  753. Apply ELEVFIX  NLM      1717 04-26-94   9:08a
  754.  
  755.  
  756. Solution Specifics:
  757.  
  758. Different versions of this patch are available for the following NetWare
  759. Operating System's:
  760.  
  761.      V3.12, V4.01
  762.  
  763.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  764.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  765.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  766.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  767.                v3.11 SFT is in SFTITx.EXE.
  768.  
  769. Installation Instructions:
  770.  
  771.   NCF FILE: STARTUP.NCF
  772.  
  773.  
  774. -----------------------------------------------------------------
  775. GLOCKFIX NLM
  776. ============
  777.  
  778. SYMPTOM:
  779.  
  780. NWScanPhysicalLocksByFile fails if more than 23 locks on a file.
  781.  
  782. NWScanPhysicalLocksByFile is an assembly call.  It is making the NCP 23 238.  
  783. The lanalyzer shows that garbage is returned by this NCP when more than 23
  784. locks are placed on a file.
  785.  
  786. SOLUTION:
  787.  
  788. Apply GLOCKFIX NLM      1080 03-09-94   8:30a
  789.  
  790.  
  791. Solution Specifics:
  792.  
  793. Different versions of this patch are available for the following NetWare
  794. Operating System's:
  795.  
  796.      V3.11, V3.12, V3.11 SFT III
  797.  
  798.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  799.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  800.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  801.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  802.                v3.11 SFT is in SFTITx.EXE.
  803.  
  804. Installation Instructions:
  805.  
  806.   NCF FILE: AUTOEXEC.NCF
  807.  
  808.  
  809. -----------------------------------------------------------------
  810. GNSFIX   NLM
  811. ============
  812.  
  813. SYMPTOM:
  814.  
  815. This patch fixes a problem found when re-booting and attempting to get a
  816. connection to the file server.  If all of the connections are in use, (e.g. 20
  817. for the 20-user version, 50 for the 50-user version, etc.), and one of the
  818. users re-boots, the user will not be able to log back in to the server. This
  819. problem will only occur if there is only one network.  If the user is on an
  820. INTERNET, a re-connection will be possible.
  821.  
  822. The problem is that once a user re-boots, his connection is not terminated at
  823. the server until a time out limit is reached (usually 15 minutes).
  824.  
  825. SOLUTION:
  826.  
  827. Apply GNSFIX   NLM      1099 03-28-94   8:47a
  828.  
  829.  
  830. Solution Specifics:
  831.  
  832. Different versions of this patch are available for the following NetWare
  833. Operating System's:
  834.  
  835.      V3.11, V3.12, V3.11 SFT III
  836.  
  837.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  838.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  839.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  840.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  841.                v3.11 SFT is in SFTITx.EXE.
  842.  
  843. This patch corrects the problem by checking the source node address of the
  844. incoming packet to the  node address of all workstations the server currently
  845. thinks it is attached to.  If a match is found the server responds to the
  846. workstation, thus re-creating a connection in the same slot the workstation
  847. had prior to its reboot.
  848.  
  849. Installation Instructions:
  850.  
  851.   NCF FILE: STARTUP.NCF
  852.  
  853.  
  854. -----------------------------------------------------------------
  855. GTALLYFX NLM
  856. ============
  857.  
  858. SYMPTOM:
  859.  
  860. Server Abends when out of memory in eavprim.c
  861.  
  862. SOLUTION:
  863.  
  864. Apply GTALLYFX NLM      1490 10-18-94  12:42p
  865.  
  866.  
  867. Set pointer to NULL when struct is allocated and the check for NULL before
  868. calling free.
  869.  
  870. Solution Specifics:
  871.  
  872. Different versions of this patch are available for the following NetWare
  873. Operating System's:
  874.  
  875.      V3.12
  876.  
  877.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  878.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  879.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  880.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  881.                v3.11 SFT is in SFTITx.EXE.
  882.  
  883. Installation Instructions:
  884.  
  885.   NCF FILE: STARTUP.NCF
  886.  
  887.  
  888. -----------------------------------------------------------------
  889. HFFIX    NLM
  890. ============
  891.  
  892. SYMPTOM:
  893.  
  894. The Server will hang if there is data lost after a hotfix.
  895.  
  896. SOLUTION:
  897.  
  898. Apply HFFIX    NLM      1054 05-26-94  11:46a
  899.  
  900.  
  901. Solution Specifics:
  902.  
  903. Different versions of this patch are available for the following NetWare
  904. Operating System's:
  905.  
  906.      V3.12, V4.01
  907.  
  908.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  909.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  910.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  911.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  912.                v3.11 SFT is in SFTITx.EXE.
  913.  
  914. Installation Instructions:
  915.  
  916.   NCF FILE: STARTUP.NCF
  917.  
  918.  
  919. -----------------------------------------------------------------
  920. IOHANDFX NLM
  921. ============
  922.  
  923. SYMPTOM:
  924.  
  925. On releasing IO handles, the OS does not clean up the application link field.
  926.  
  927. Do the following steps to reproduce the problem:
  928.  
  929. 1. Load CDROM.NLM on a 3.12 server with a CDROM.
  930. 2. CD MOUNT # (to mount the CD).
  931. 3. CD CHANGE # ( to mount a different CD).
  932. 4. Take the CD out at the prompt and press any key to continue.
  933. 5. Unload CDROM.NLM.
  934. 6. Load CDROM.NLM.
  935.  
  936. You can repeat steps 5 and 6 after putting a CD back into the device and the
  937. CD can no longer be seen until the disk driver is unloaded and loaded again.
  938.  
  939.  
  940. SOLUTION:
  941.  
  942. Apply IOHANDFX NLM      1070 05-26-94  11:41a
  943.  
  944.  
  945. Solution Specifics:
  946.  
  947. Different versions of this patch are available for the following NetWare
  948. Operating System's:
  949.  
  950.      V3.12, V4.01, V4.02
  951.  
  952.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  953.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  954.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  955.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  956.                v3.11 SFT is in SFTITx.EXE.
  957.  
  958. Installation Instructions:
  959.  
  960.   NCF FILE: STARTUP.NCF
  961.  
  962.  
  963. -----------------------------------------------------------------
  964. IPXRCVFX NLM
  965. ============
  966.  
  967. SYMPTOM:
  968.  
  969. These patches fix a problem with receiving a GPPE ABEND because of the
  970. generation of an NCP request that IPX.386 did not handle correctly, thus
  971. causing an invalid fragment count.
  972.  
  973. This error only occurs if a file is being copied to the tape at the time.
  974.  
  975. If ARCServe is loaded but not in the process of copying a file to  tape, then
  976. the problem is not apparent.
  977.  
  978. CAUSE
  979.  
  980. The problem is that an NCP request is generated that IPX.386 did not handle
  981. correctly, causing an invalid fragment count that would bring down the primary
  982. server.  Because the primary server is being re-mirrored to the secondary
  983. server, the secondary server dies as well.
  984.  
  985. SOLUTION:
  986.  
  987. Apply IPXRCVFX NLM       976 04-26-94   9:04a
  988.  
  989.  
  990. Solution Specifics:
  991.  
  992. Different versions of this patch are available for the following NetWare
  993. Operating System's:
  994.  
  995.      V3.11, V3.12, V3.11 SFT III
  996.  
  997.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  998.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  999.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1000.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1001.                v3.11 SFT is in SFTITx.EXE.
  1002.  
  1003. Installation Instructions:
  1004.  
  1005.   NCF FILE: STARTUP.NCF
  1006.  
  1007.  
  1008. -----------------------------------------------------------------
  1009. IPXSOCK  NLM
  1010. ============
  1011.  
  1012. SYMPTOM:
  1013.   
  1014. Connections with NetWare for SAA server cannot exceed 33.
  1015.  
  1016. TROUBLESHOOTING:
  1017.  
  1018. Applications such as Hostprint (from NetWare for SAA) may require more than
  1019. 100 IPX sockets (which translates to only 33 host connections) on a NetWare
  1020. 3.11 server.  When you attempt to make additional connections beyond 33, the
  1021. operation will fail.
  1022.  
  1023. CAUSE:
  1024.  
  1025. Normally, a 3.11 server has a maximum of 100 IPX sockets.
  1026.  
  1027. SOLUTION:
  1028.  
  1029. Apply IPXSOCK  NLM      3971 07-20-94  12:05p
  1030.  
  1031.  
  1032. Solution Specifics:
  1033.  
  1034. Different versions of this patch are available for the following NetWare
  1035. Operating System's:
  1036.  
  1037.      V3.11, V3.12
  1038.  
  1039.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1040.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1041.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1042.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1043.                v3.11 SFT is in SFTITx.EXE.
  1044.  
  1045. IPXSOCK.NLM will increase the maximum number of IPX sockets on NetWare 3.11
  1046. from 100 to 1024.
  1047.  
  1048. Installation Instructions:
  1049.  
  1050.   NCF FILE: AUTOEXEC.NCF
  1051.  
  1052. 1. Copy IPXSOCK.NLM into the same directory as the other NLM files (SYS:SYSTEM
  1053. or DOS partition).
  1054.  
  1055. 2. At the server console type LOAD IPXSOCK <sockets> Where <Sockets> is
  1056. between 101 - 1024.  
  1057.  
  1058. This patch will not unload unless the number of open IPX sockets is less than
  1059. or equal to 100.  This is because PATCHMAN must re-map the in-use socket to
  1060. the original 100 entries in the socket table.
  1061.  
  1062.  
  1063. -----------------------------------------------------------------
  1064. LSTECBFX NLM
  1065. ============
  1066.  
  1067. SYMPTOM:
  1068.  
  1069. Lost ECB's when running endurance tests with packet signing
  1070.  
  1071. When running endurance tests with packet signing on, the IPX protocol stack
  1072. will get into a state where ECB's will start to be lost.
  1073.  
  1074. The problem occurs when two packets arrive at the same time. The second one
  1075. will be lost.
  1076.  
  1077. This problem is unique to 3.12. It was a result of some optimization that took
  1078. place. The problem does not occur in 4.00 or later, nor does it happen in 3.11
  1079. with PBURST.NLM loaded.
  1080.  
  1081. SOLUTION:
  1082.  
  1083. Apply LSTECBFX NLM      1302 07-26-94   7:51a
  1084.  
  1085.  
  1086. Solution Specifics:
  1087.  
  1088. Different versions of this patch are available for the following NetWare
  1089. Operating System's:
  1090.  
  1091.      V3.12
  1092.  
  1093.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1094.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1095.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1096.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1097.                v3.11 SFT is in SFTITx.EXE.
  1098.  
  1099. Installation Instructions:
  1100.  
  1101.   NCF FILE: STARTUP.NCF
  1102.  
  1103.  
  1104. -----------------------------------------------------------------
  1105. MMACCFIX NLM
  1106. ============
  1107.  
  1108. SYMPTOM:
  1109.  
  1110. The workstation will hang while performing reads from the file server.  High
  1111. (100%) utilization at the server console.  By typing "scan for new devices" at
  1112. the console prompt the high utilization drops but will climb back up over
  1113. time.
  1114.  
  1115. SOLUTION:
  1116.  
  1117. Apply MMACCFIX NLM      1006 04-26-94   8:54a
  1118.  
  1119.  
  1120. Solution Specifics:
  1121.  
  1122. Different versions of this patch are available for the following NetWare
  1123. Operating System's:
  1124.  
  1125.      V3.12, V4.01
  1126.  
  1127.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1128.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1129.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1130.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1131.                v3.11 SFT is in SFTITx.EXE.
  1132.  
  1133. MMACCFIX.NLM fixes this condition by patching the media manager accelerator
  1134. module of the NetWare 4.01 OS code.  This patch is recommended for general
  1135. application on all 4.01 NetWare servers.
  1136.  
  1137. Installation Instructions:
  1138.  
  1139.   NCF FILE: STARTUP.NCF
  1140.  
  1141.  
  1142. -----------------------------------------------------------------
  1143. PBWANFIX NLM
  1144. ============
  1145.  
  1146. SYMPTOM:
  1147.  
  1148. WAN links saturated with packets.
  1149.  
  1150. SOLUTION:
  1151.  
  1152. Apply PBWANFIX NLM      3028 04-19-94   9:41a
  1153.  
  1154.  
  1155. Solution Specifics:
  1156.  
  1157. Different versions of this patch are available for the following NetWare
  1158. Operating System's:
  1159.  
  1160.      V3.12, V4.01
  1161.  
  1162.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1163.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1164.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1165.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1166.                v3.11 SFT is in SFTITx.EXE.
  1167.  
  1168. Description of problem addressed by PBWANFIX.NLM.  Due to the nature of packet
  1169. burst, it is very easy to saturate WANS with packets that have already been
  1170. sent and arrived correctly.
  1171.  
  1172. Installation Instructions:
  1173.  
  1174.   NCF FILE: STARTUP.NCF
  1175.  
  1176.  
  1177. -----------------------------------------------------------------
  1178. PM312    NLM
  1179. ============
  1180.  
  1181. SYMPTOM:
  1182.   
  1183. SOLUTION:
  1184.  
  1185. Apply PM312    NLM      9221 03-24-94  11:06a
  1186.  
  1187.  
  1188. Solution Specifics:
  1189.  
  1190. Different versions of this patch are available for the following NetWare
  1191. Operating System's:
  1192.  
  1193.      V3.12
  1194.  
  1195.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1196.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1197.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1198.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1199.                v3.11 SFT is in SFTITx.EXE.
  1200.  
  1201. This README file accompanies PM312.NLM.  The following files are included for
  1202. this revision:
  1203.  
  1204. PM312.NLM replaces any and all previous versions of PM312.NLM.  
  1205.  
  1206. PM312.NLM is the Patch Manager which tracks and manages all official patches
  1207. for NetWare 386 v3.12.
  1208.  
  1209. Installation Instructions:
  1210.  
  1211.   NCF FILE: STARTUP.NCF
  1212.  
  1213. Patches for NetWare 386 v3.12 consist of three types: 
  1214.  
  1215. DYNAMIC -- Dynamic patches are implemented as .NLM files that can be
  1216. loaded/unloaded while the server is running.  Unloading a dynamic patch will
  1217. restore the Operating System to its original "un-patched" state.  
  1218.  
  1219. SEMI-STATIC -- Semi-static patches can also be loaded while the server is
  1220. running, but they cannot be unloaded.  It is not possible to undo the effects
  1221. of a semi-static patch without first downing the server and bringing it back
  1222. up without loading the semi-static patch.  
  1223.  
  1224. STATIC -- A static patch is a DOS executable program that modifies the
  1225. SERVER.EXE file.  This type of patch is applied once and its effects are
  1226. permanent.  It is suggested that a backup of the original SERVER.EXE file be
  1227. made before applying a static patch.  (In other words, do not patch the
  1228. SERVER.EXE on your original distribution diskette!)
  1229.  
  1230. Dynamic and semi-static patches modify the Operating System in memory, not on
  1231. the disk.  This means that dynamic and semi-static patches must be loaded each
  1232. time the Operating System is brought up in order for any 'fixes' to take
  1233. effect. It is recommended that the command "LOAD <patch>" be placed in the
  1234. file server's AUTOEXEC.NCF file to ensure that the patch is always in effect
  1235. as soon as the server is brought up.
  1236.  
  1237. In order to see which patches are currently loaded on the system, type
  1238. "PATCHES" at the file server command line.  The patches will then be grouped
  1239. and displayed according to their type (i.e. - STATIC, SEMI-STATIC, or
  1240. DYNAMIC).  Typing "MODULES" at the server console will show which dynamic
  1241. patches have been loaded, but will not show semi-static or static patches.
  1242.  
  1243. To install PM312.NLM, log into the server as supervisor or supervisor
  1244. equivalent and copy PM312.NLM into the SYS:SYSTEM subdirectory.  The Patch
  1245. Manager (PM312.NLM) must be loaded before any dynamic or semi-static patches
  1246. can be loaded.  If PM312 is not already loaded, the <patch>.NLM will attempt
  1247. to locate PM312 and, if found, will load it automatically.  PM312 only needs
  1248. to be loaded once; all NLM patches can then be loaded.  PM312 cannot be
  1249. unloaded until all patches that rely on it are first unloaded.  
  1250.  
  1251. ***************************************************************** 
  1252.  
  1253.    DISCLAIMER
  1254.  
  1255. Novell, Inc. makes no representations or warranties with respect to any
  1256. NetWare software, and specifically disclaims any express or implied warranties
  1257. of merchantability, title, or fitness for a particular purpose.   
  1258.  
  1259. Distribution of any NetWare software is forbidden without the express written
  1260. consent of Novell, Inc.  Further, Novell reserves the right to discontinue
  1261. distribution of any NetWare software. 
  1262.  
  1263. Novell is not responsible for lost profits or revenue, loss of use of the
  1264. software, loss of data, costs of re-creating lost data, the cost of any
  1265. substitute equipment or program, or claims by any party other than you. 
  1266. Novell strongly recommends a backup be made before any software is installed. 
  1267. Technical support for this software may be provided at the discretion of 
  1268. Novell. 
  1269. ***************************************************************** 
  1270.  
  1271.  
  1272. -----------------------------------------------------------------
  1273. READQFIX NLM
  1274. ============
  1275.  
  1276. SYMPTOM:
  1277.  
  1278. When a Queue is full, the File Server will get into an infinite loop trying to
  1279. service Queue Management System (QMS) requests.  Note that pconsole makes QMS
  1280. requests for building a list of jobs, inserting and deleting print jobs, as
  1281. well as inserting and deleting print queues.
  1282.  
  1283. Symptoms observed when this problem occurs include, but are not limited, to
  1284. utilization up to 96 %, users loosing connections and Packet Receive Buffers
  1285. count going high.
  1286.  
  1287. SOLUTION:
  1288.  
  1289. Apply READQFIX NLM      1612 08-10-94   4:37p
  1290.  
  1291.  
  1292. By applying ReadQFix.NLM, the file server can correctly process a QMS request
  1293. for a queue which is full.  Note that if a queue is full prior to loading
  1294. ReadQFix, the following error message may appear on the console at any time
  1295. after loading ReadQFix.
  1296.  
  1297. "WARNING:  Error detected in Queue. ID=xxxxxxxx"
  1298.  
  1299. If this happens the queue with the given ID number should be deleted and
  1300. recreated.  
  1301.  
  1302. Solution Specifics:
  1303.  
  1304. Different versions of this patch are available for the following NetWare
  1305. Operating System's:
  1306.  
  1307.      V3.11, V3.12, V4.02
  1308.  
  1309.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1310.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1311.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1312.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1313.                v3.11 SFT is in SFTITx.EXE.
  1314.  
  1315. Installation Instructions:
  1316.  
  1317.   NCF FILE: STARTUP.NCF
  1318.  
  1319.  
  1320. -----------------------------------------------------------------
  1321. REALMFIX NLM
  1322. ============
  1323.  
  1324. SYMPTOM:
  1325.  
  1326. This patch deals with applications that directly control hardware devices
  1327. through NetWare (i.e. Jukeboxes, worms, tapes, etc.).  If an error condition
  1328. occurs such as reaching the end of a tape, an error code is returned to the
  1329. calling application.  The error code would be scrambled, resulting in the
  1330. wrong error passed to the application.  The result, as far as the Server (i.e.
  1331. ABEND, hang, etc.) would depend on the specific application.   The patch
  1332. applies to applications which use a DAI interface to communicate with the
  1333. server's hardware.  Check with the vendor of the application to verify the use
  1334. of the DAI interface and apply the patch if necessary.
  1335.  
  1336. Application requests made to a device driver using the device IOCTL and
  1337. DeviceBlockingIOCTL API's are aborted if NetWare is in the process of
  1338. switching to real mode.
  1339.  
  1340. Application requests made to a device driver using the DeviceIOCTL and
  1341. DeviceBlockingIOCTL API's are aborted if NetWare is in the process of
  1342. switching to real mode (i.e. the DOS Mode semaphore is set).  The API's should
  1343. instead delay the execution of the request. 
  1344.  
  1345. FIXED 2 DAI emulation bugs. Fixed the device IOCTL routine to return the
  1346. driver specified error code instead of the media manager code.  Fixed the
  1347. IOCTL routines to postpone the execution of the IOCTL if the DOSDiskSemaphore
  1348. is set instead of returning with an error.
  1349.  
  1350. SOLUTION:
  1351.  
  1352. Apply REALMFIX NLM      3207 02-08-94   9:14a
  1353.  
  1354.  
  1355. Solution Specifics:
  1356.  
  1357. Different versions of this patch are available for the following NetWare
  1358. Operating System's:
  1359.  
  1360.      V3.12, V4.01
  1361.  
  1362.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1363.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1364.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1365.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1366.                v3.11 SFT is in SFTITx.EXE.
  1367.  
  1368. Installation Instructions:
  1369.  
  1370.   NCF FILE: AUTOEXEC.NCF
  1371.  
  1372.  
  1373. -----------------------------------------------------------------
  1374. REGOBJFX NLM
  1375. ============
  1376.  
  1377. SYMPTOM:
  1378.  
  1379. Generic Info Valid bit not set for non-media objects
  1380.  
  1381. Device, magazine, etc. objects don't set the valid bit in the status field.
  1382. This causes an Media Manager application to loop forever waiting the in
  1383. information be become "valid".
  1384.  
  1385. SOLUTION:
  1386.  
  1387. Apply REGOBJFX NLM      1035 05-26-94   1:06p
  1388.  
  1389.  
  1390. Solution Specifics:
  1391.  
  1392. Different versions of this patch are available for the following NetWare
  1393. Operating System's:
  1394.  
  1395.      V3.12, V4.01
  1396.  
  1397.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1398.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1399.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1400.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1401.                v3.11 SFT is in SFTITx.EXE.
  1402.  
  1403. Installation Instructions:
  1404.  
  1405.   NCF FILE: STARTUP.NCF
  1406.  
  1407.  
  1408. -----------------------------------------------------------------
  1409. RKIELFIX NLM
  1410. ============ 
  1411.  
  1412. SYMPTOM:
  1413.  
  1414. Message Correction for the following ABEND Message: "Richard Kiel memorial
  1415. ABEND #27"
  1416.  
  1417. SOLUTION:
  1418.  
  1419. Apply RKIELFIX NLM      1044 05-04-94   2:38p
  1420.  
  1421.  
  1422. Solution Specifics:
  1423.  
  1424. Different versions of this patch are available for the following NetWare
  1425. Operating System's:
  1426.  
  1427.      V3.12
  1428.  
  1429.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1430.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1431.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1432.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1433.                v3.11 SFT is in SFTITx.EXE.
  1434.  
  1435. The new ABEND message is "Invalid entry in message list.".
  1436.  
  1437. In the OS there is a process that checks the consistency of the message list. 
  1438. When this list is found to be invalid the OS will return this ABEND message.
  1439.  
  1440. Follow the Guidelines for troubleshooting in the System Messages Manual
  1441. Appendix "A".
  1442.  
  1443. Installation Instructions:
  1444.  
  1445.   NCF FILE: STARTUP.NCF
  1446.  
  1447.  
  1448. -----------------------------------------------------------------
  1449. RTCHGFIX NLM
  1450. ============ 
  1451.  
  1452. SYMPTOM:
  1453.  
  1454. This patch fixes a problem with packet signing after a switch over occurs on
  1455. either an SFT III server or a router switch over (i.e. networks with redundant
  1456. routes).  When the switch over occurs the packet size would be renegotiated
  1457. between the server and the workstation.  The server in would send unsigned
  1458. packets to the workstation during the renegotiation process.  The workstation,
  1459. expecting signed packets will discard all of the packets from the server
  1460. attempting the renegotiation.  The workstation would eventually timeout or
  1461. appear to be hung.  The key to the patch is that packet signing would have to
  1462. be enabled or order for this problem to happen.
  1463.  
  1464. SOLUTION:
  1465.  
  1466. Apply RTCHGFIX NLM       984 12-21-93  11:30a
  1467.  
  1468.  
  1469. Solution Specifics:
  1470.  
  1471. Different versions of this patch are available for the following NetWare
  1472. Operating System's:
  1473.  
  1474.      V3.12, V4.01
  1475.  
  1476.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1477.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1478.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1479.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1480.                v3.11 SFT is in SFTITx.EXE.
  1481.  
  1482. Installation Instructions:
  1483.  
  1484.   NCF FILE: AUTOEXEC.NCF
  1485.  
  1486.  
  1487. -----------------------------------------------------------------
  1488. RTRTIME  NLM
  1489. ============
  1490.  
  1491. SYMPTOM:
  1492.  
  1493. The speed of the network link is slow enough to require increasing timeout
  1494. values to more than the default value.
  1495.  
  1496. SOLUTION:
  1497.  
  1498. Apply RTRTIME  NLM      2054 02-23-94   4:19p
  1499.  
  1500.  
  1501. Solution Specifics:
  1502.  
  1503. Different versions of this patch are available for the following NetWare
  1504. Operating System's:
  1505.  
  1506.      V3.11, V3.12
  1507.  
  1508.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1509.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1510.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1511.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1512.                v3.11 SFT is in SFTITx.EXE.
  1513.  
  1514. This patch provides a new server console command "ROUTER TIMEOUT"  which
  1515. adjusts the RIP and SAP information timeout value.  This patch would be used
  1516. on a network where the speed of the network link is slow enough to require
  1517. increasing timeout values to more than the default value.
  1518.  
  1519. The default RIP/SAP timeout value is 4 minutes, which means that the server
  1520. router will keep Server or Network information for 4 minutes without that
  1521. information being updated.  If the server does not get updated RIP/SAP
  1522. information within the time specified by the timeout value, the RIP/SAP
  1523. information is removed from the server's tables.
  1524.  
  1525. This new console command allows the router timeout value to be changed in the
  1526. range of 4 to 255 minutes.
  1527.  
  1528. SYNTAX:
  1529.  
  1530. ROUTER TIMEOUT 100
  1531.  
  1532. This command would change the timeout default from 4 to 100 minutes.
  1533.  
  1534. RTRTIME.NLM is intended for 386 v3.12 and is a dynamic patch which is loaded
  1535. at the file server console as a NetWare Loadable Module.  RTRTIME.NLM requires
  1536. the latest version of PATCHMAN.NLM in order to load.
  1537.  
  1538. Installation Instructions:
  1539.  
  1540.   NCF FILE: AUTOEXEC.NCF
  1541.  
  1542.  
  1543. -----------------------------------------------------------------
  1544. SERVHOPS NLM
  1545. ============
  1546.  
  1547. SYMPTOM:
  1548.  
  1549. This nlm is normally used when there is a mixture of 3.11 and SFTIII servers
  1550. on the same segment and remote booting is done on a specific server.   However
  1551. it can be used in any situation where increased hop count is desired.
  1552.  
  1553. SOLUTION:
  1554.  
  1555. Apply SERVHOPS NLM      1891 04-06-94   1:39p
  1556.  
  1557.  
  1558. Solution Specifics:
  1559.  
  1560. Different versions of this patch are available for the following NetWare
  1561. Operating System's:
  1562.  
  1563.      V3.11, V3.12
  1564.  
  1565.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1566.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1567.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1568.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1569.                v3.11 SFT is in SFTITx.EXE.
  1570.  
  1571. load servhops.nlm, then at console prompt type:  
  1572.  
  1573. SERVER HOPS N (WHERE N IS THE NUMBER OF HOPS YOU WANT TO ASSIGN THE SERVER.  
  1574. IT CAN BE 1 TO 15 HOPS.)
  1575.  
  1576. Installation Instructions:
  1577.  
  1578.   NCF FILE: AUTOEXEC.NCF
  1579.  
  1580.  
  1581. -----------------------------------------------------------------
  1582. SIGLOGFX NLM
  1583. ============
  1584.  
  1585. SYMPTOM:
  1586.  
  1587. NWP_LOGIN when password has expired in bindery corrupts connection
  1588.  
  1589. SOLUTION:
  1590.  
  1591. Apply SIGLOGFX NLM      1159 12-21-94   1:06p
  1592.  
  1593.  
  1594. Solutions Specifics:
  1595.  
  1596. Servers 4.02 and 3.12            Signature level 1
  1597. Client VLMs dated 5-26-94        Signature level 2
  1598. Login 4.084 and 4.093            Login SPD 70145
  1599.  
  1600. Create user (TEST), assign a password and expire that password but have grace
  1601. logins available.
  1602. Login to user DS mode "login server/TEST" When asked to change password, reply
  1603. N Login to user bindery mode "login server/TEST /B". You will get Abort,
  1604. Retry, Fail error. All you can do is reply F. Then login gets several 8801
  1605. errors, invalid connection. Server gets "Server 4.0-2506 An NCP request with
  1606. an invalid security signature was received from user TEST.... Possible
  1607. intruder or network is corrupt."
  1608.  
  1609. When the API calls vlm with NWP_LOGIN, everything after this fails. From
  1610. codeview, the vlm request is made, then codeview is exited. The server gets
  1611. several beeps and error messages then the dos prompt "invalid drive.." is
  1612. displayed. Login works in this situation if NETX.EXE is used
  1613.  
  1614. The problem we are seeing is that certain NCP packets do not function properly
  1615. on the server side with signing turned on.  In this case it is a PING FOR NDS
  1616. packet.  During a BINDERY login to a 4.x server after the KEYED LOGIN NCP is
  1617. sent and returned, a PING is sent with signing turned on.  The server does one
  1618. of two things in response: 1) It will either respond to the ping with no
  1619. signing, in which case the client will fail the login because signing is
  1620. required; or 2) it will output intruder alert messages at the console and
  1621. never respond to the ping.  This happens using the 4.x LOGIN.EXE when doing a
  1622. BINDERY emulation login.  Using a 3.x login for BINDERY does not do the ping
  1623. and therefore succeeds.
  1624.  
  1625. Installation Instructions:
  1626.  
  1627.   NCF FILE: STARTUP.NCF
  1628.  
  1629.  
  1630. -----------------------------------------------------------------
  1631. SPXDDFIX NLM
  1632. ============ 
  1633.  
  1634. SYMPTOM:
  1635.  
  1636. This fixes a problem with the way SPX handles retried connect requests.  If
  1637. the connection had already transitioned into SESSION_TERMINATED when the retry
  1638. came in, it was treated as a new connection request.
  1639.  
  1640. Also fixes a problem where SPX was still acknowledging data packets that
  1641. arrived after SPXTerminateConnection was called.  This could lead to incorrect
  1642. handling of the data by the application, leaving both endpoints with different
  1643. information about the state and completeness of the data. NOTE: This SPX
  1644. problem is masked by the SPXS.NLM that ships with NMS 2.0 and SPXS.NLM
  1645. included in STRTL2.EXE.  The fix for this specific issue is addressed by
  1646. SPXDDFIX.NLM.
  1647.  
  1648. SOLUTION:
  1649.  
  1650. Apply SPXDDFIX NLM      1148 03-10-94   9:48a
  1651.  
  1652.  
  1653. Solution Specifics:
  1654.  
  1655. Different versions of this patch are available for the following NetWare
  1656. Operating System's:
  1657.  
  1658.      V3.11, V3.12, V4.01
  1659.  
  1660.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1661.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1662.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1663.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1664.                v3.11 SFT is in SFTITx.EXE.
  1665.  
  1666. Before the patch, data that arrived after the application initiated a
  1667. disconnect by calling SPXTerminateConnection, was acknowledged and delivered
  1668. to the application.  Depending on how the application was written this could
  1669. give the transmitting side an invalid picture of the guaranteed delivery of
  1670. the data.  The patch causes all inbound packets after SPXTerminateConnection
  1671. has been called to just be dropped. 
  1672.  
  1673. Installation Instructions:
  1674.  
  1675.   NCF FILE: AUTOEXEC.NCF
  1676.  
  1677.  
  1678. -----------------------------------------------------------------
  1679. SPXFIX2  NLM
  1680. ============
  1681.  
  1682. SYMPTOM:
  1683.  
  1684. Fix SPX code in the case where an SPX terminate ack is received on a
  1685. non-existent session.  When the terminate ack is received and the session does
  1686. not exist, this fix returns the ECB to IPX rather than re-posting it back to
  1687. the application socket.  
  1688.  
  1689. SOLUTION:
  1690.  
  1691. Apply SPXFIX2  NLM      1035 11-23-93   9:13a
  1692.  
  1693.  
  1694. Solution Specifics:
  1695.  
  1696. Different versions of this patch are available for the following NetWare
  1697. Operating System's:
  1698.  
  1699.      V3.11, V3.12, V4.01
  1700.  
  1701.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1702.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1703.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1704.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1705.                v3.11 SFT is in SFTITx.EXE.
  1706.  
  1707. This bug is a side effect of SPXFIX2 v2.00 (which is native to NetWare v3.12)
  1708. that leaves SPX terminate ack packets in system ECB's rather than copying them
  1709. into application ECB's.
  1710.  
  1711. Installation Instructions:
  1712.  
  1713.   NCF FILE: AUTOEXEC.NCF
  1714.  
  1715.  
  1716. -----------------------------------------------------------------
  1717. SPXNSFIX NLM
  1718. ============
  1719.  
  1720. SYMPTOM:
  1721.  
  1722. If the session did not exist, SPX failed to interpret terminate ACKs as 
  1723. system packets.
  1724.  
  1725. SOLUTION:
  1726.  
  1727. Apply SPXNSFIX NLM      1044 05-26-94   8:45a
  1728.  
  1729.  
  1730. Solution Specifics:
  1731.  
  1732. Different versions of this patch are available for the following NetWare
  1733. Operating System's:
  1734.  
  1735.      V3.11, V3.12, V4.01
  1736.  
  1737.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1738.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1739.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1740.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1741.                v3.11 SFT is in SFTITx.EXE.
  1742.  
  1743. When an application errors out because the session does not exist, SPX posts
  1744. the system buffer to the socket rather than returning it to the Link Support
  1745. Layer (LSL). 
  1746.  
  1747. The SPXNSFIX.NLM for NetWare 4.01, 3.12, and 3.11 fixes the way that SPX
  1748. handles the Terminate Acknowledgement packets on sessions that do not exist.
  1749.  
  1750. Installation Instructions:
  1751.  
  1752.   NCF FILE: AUTOEXEC.NCF
  1753.  
  1754.  
  1755. -----------------------------------------------------------------
  1756. SYNCMFIX NLM
  1757. ============ 
  1758.  
  1759. SYMPTOM:
  1760.  
  1761. One drive off of one HBA is mirrored to two drives both of which are on the
  1762. other HBA.  (A total of 3  drives mirroring the same data).  The single drive
  1763. off of the first HBA is in sync and the other two drives off of the second HBA
  1764. are mirrored to the first drive.  The server is downed while the two secondary
  1765. mirrored drives are still out of sync, (install NLM shows them still to be in
  1766. the mirroring process).  When SERVER.EXE is invoked, INSTALL.NLM shows the
  1767. primary drive as In Sync and one of the secondary drives as In Sync and the
  1768. other as Out Of Sync.  The two secondary drives are the only ones showing disk
  1769. activity as if they are mirroring each other and ignoring the actual in sync
  1770. primary drive.
  1771.  
  1772. SOLUTION:
  1773.  
  1774. Apply SYNCMFIX NLM      1025 04-26-94   8:58a
  1775.  
  1776.  
  1777. Solution Specifics:
  1778.  
  1779. Different versions of this patch are available for the following NetWare
  1780. Operating System's:
  1781.  
  1782.      V3.12, V4.01
  1783.  
  1784.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1785.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1786.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1787.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1788.                v3.11 SFT is in SFTITx.EXE.
  1789.  
  1790. The problem is resolved by loading the SYNCMFIX.NLM patch. You must load the
  1791. patch manager and the SYNCMFIX.NLM in the STARTUP.NCF before the disk driver
  1792. or move the disk driver load statements to the AUTOEXEC.NCF and have them
  1793. loading after the patch manager and the SYNCMFIX.NLM patch.
  1794.  
  1795. Installation Instructions:
  1796.  
  1797.   NCF FILE: STARTUP.NCF
  1798.  
  1799.  
  1800. -----------------------------------------------------------------
  1801. SYNCTIME NLM
  1802. ============
  1803.  
  1804. SYMPTOM:
  1805.  
  1806. The file server may gain or loose time, after a operating for a while.
  1807.  
  1808. CAUSE:
  1809.  
  1810. The fileserver time is by default taken from the software clock which is
  1811. subject to lost timer ticks which may cause the server to loose time.
  1812.  
  1813. SOLUTION:
  1814.  
  1815. Apply SYMCTIME NLM  1948 05/03/94 5:03p
  1816.  
  1817. The  SYNCTIME.NLM causes the server to update its' time periodically from the
  1818. hardware clock..
  1819.  
  1820. Solution Specifics:
  1821.  
  1822. Different versions of this patch are available for the following NetWare
  1823. Operating System's:
  1824.  
  1825.      V3.11, V3.11 SFT III, V3.12
  1826.  
  1827.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1828.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1829.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1830.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1831.                v3.11 SFT is in SFTITx.EXE.
  1832.  
  1833.  
  1834. Installation Instructions:
  1835.  
  1836.      NCF FILE: AUTOEXEC.NCF.
  1837.  
  1838.  
  1839. -----------------------------------------------------------------
  1840. TRBUFFIX NLM
  1841. ============
  1842.  
  1843. SYMPTOM:
  1844.  
  1845. Transfer buffer sequence number are returned out of order-causing data
  1846. corruption
  1847.  
  1848. FIXED a problem in the elevator-off code where the requests were being
  1849. serviced LIFO instead of FIFO.
  1850.  
  1851. SOLUTION:
  1852.  
  1853. Apply TRBUFFIX NLM      1059 05-26-94  12:57p
  1854.  
  1855.  
  1856. Solution Specifics:
  1857.  
  1858. Different versions of this patch are available for the following NetWare
  1859. Operating System's:
  1860.  
  1861.      V3.12, V4.01
  1862.  
  1863.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1864.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1865.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1866.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1867.                v3.11 SFT is in SFTITx.EXE.
  1868.  
  1869. Installation Instructions:
  1870.  
  1871.   NCF FILE: STARTUP.NCF
  1872.  
  1873.  
  1874. -----------------------------------------------------------------
  1875. UNLDIRFX NLM
  1876. ============
  1877.  
  1878. SYMPTOM:
  1879.  
  1880. ABEND "UnLockDirectoryEntry called with entry that was already unlocked"
  1881. happens in INWPurgeTrustee when UnLockDirectoryEntry is called with
  1882. TNode->TFileEntryNumber which sometimes gets overwritten by the call to
  1883. ImmediateReuseGetDirectoryEntry. Whenever the directory structure for the file
  1884. entry isn't in RAM, ImmediateReuseGetDirectoryEntry reads in a directory block
  1885. over the top of the current  block and invalidates the TNode pointer.
  1886. NOTE:Locking the file entry doesn't guarantee the TNode is locked.
  1887.  
  1888. SOLUTION:
  1889.  
  1890. Apply UNLDIRFX NLM      1971 12-21-94   1:24p
  1891.  
  1892.  
  1893. Solution Specifics:
  1894.  
  1895. Different versions of this patch are available for the following NetWare
  1896. Operating System's:
  1897.  
  1898.      V3.11, V3.12, V4.01
  1899.  
  1900.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1901.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1902.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1903.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1904.                v3.11 SFT is in SFTITx.EXE.
  1905.  
  1906. Installation Instructions:
  1907.  
  1908.   NCF FILE: STARTUP.NCF
  1909.  
  1910.  
  1911. -----------------------------------------------------------------
  1912. UNLOADFX NLM
  1913. ============
  1914.  
  1915. SYMPTOM:
  1916.  
  1917. NLMS dynamically importing can ABEND if not unloaded in same order.
  1918.  
  1919. The OS needs a patch to check for a NULL pointer on unload. 
  1920.  
  1921. SOLUTION:
  1922.  
  1923. Apply UNLOADFX NLM       992 11-11-93   2:32p
  1924.  
  1925.  
  1926. Solution Specifics:
  1927.  
  1928. Different versions of this patch are available for the following NetWare
  1929. Operating System's:
  1930.  
  1931.      V3.12
  1932.  
  1933.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1934.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1935.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1936.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1937.                v3.11 SFT is in SFTITx.EXE.
  1938.  
  1939. Installation Instructions:
  1940.  
  1941.   NCF FILE: AUTOEXEC.NCF
  1942.  
  1943.  
  1944. -----------------------------------------------------------------
  1945. WRLENFIX NLM
  1946. ============
  1947.  
  1948. SYMPTOM:
  1949.  
  1950. WrLenFix.NLM (Write Length Fix)  fixes an illegal NETX packet which requests
  1951. to write over the 4 gig boundary (i.e. start offset = -1, bytes to write = 2).
  1952. To stop the ABEND we truncate the length of the write just like the VLM's do
  1953. so there is no wrap condition.
  1954.  
  1955. SOLUTION:
  1956.  
  1957. Apply WRLENFIX NLM      1087 12-21-94   1:23p
  1958.  
  1959.  
  1960.  
  1961. Solution Specifics:
  1962.  
  1963. Different versions of this patch are available for the following NetWare
  1964. Operating System's:
  1965.  
  1966.      V3.12, V4.02
  1967.  
  1968.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  1969.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  1970.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  1971.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  1972.                v3.11 SFT is in SFTITx.EXE.
  1973.  
  1974. Installation Instructions:
  1975.  
  1976.   NCF FILE: STARTUP.NCF
  1977.  
  1978.  
  1979. -----------------------------------------------------------------
  1980. WSMSGFIX NLM
  1981. ============
  1982.  
  1983. SYMPTOM:
  1984.  
  1985. This patch fixes a problem with WS's  when sending double byte broadcast
  1986. messages.  The double byte characters would get cut in half.
  1987.  
  1988. To reproduce the problem:
  1989.  
  1990. 1) Login from 2 workstations.
  1991. 2) From one of the workstation send an double-byte message which is longer
  1992. than 55 bytes to the other workstation. send "XXXXXXXXX..........." to
  1993. STATION_ID XXXXXXXXXX.... is a double byte message longer than 55 bytes.
  1994. 3) At the recipient workstation press Ctrl and ENTER key to clear the first
  1995. part of the message.
  1996. 4) The second part of the message appears on the recipient, but the message is
  1997. collapsed.
  1998.  
  1999. This is not a utility problem, but rather a server problem.  When the message
  2000. is too long to be displayed on the screen, the server divides the message
  2001. without checking to see whether-or-not the character is double-byte.  If the
  2002. division takes place on the second half of a double-byte character, the
  2003. characters displayed are changed.  Double-byte characters must not be split.
  2004.  
  2005. SOLUTION:
  2006.  
  2007. Apply WSMSGFIX NLM      1132 12-16-93  10:00a
  2008.  
  2009.  
  2010. Solution Specifics:
  2011.  
  2012. Different versions of this patch are available for the following NetWare
  2013. Operating System's:
  2014.  
  2015.      V3.12
  2016.  
  2017.       Example: v3.11 is in 311ITx.EXE or 311PTx.EXE,
  2018.                v3.12 is in 312ITx.EXE or 312PTx.EXE,
  2019.                v4.01 is in 401ITx.EXE or 401PTx.EXE,
  2020.                v4.02 is in 402ITx.EXE or 402PTx.EXE.
  2021.                v3.11 SFT is in SFTITx.EXE.
  2022.  
  2023. Installation Instructions:
  2024.  
  2025.   NCF FILE: AUTOEXEC.NCF
  2026.  
  2027.  
  2028.  
  2029. Self-Extracting File Name:  312PT6.EXE     Revision:  B
  2030.  
  2031. Files Included     Size     Date      Time
  2032.  
  2033. \
  2034.   312PT6.TXT         (This File)
  2035. \AUTO\
  2036.     AUTO.NCF        345   03-07-95    4:49p
  2037.  SPXFIX2.NLM       1035   11-23-93    9:13a
  2038. DAICCFIX.NLM       1076   02-09-94    3:42p
  2039. DBLDEBFX.NLM       1176   05-26-94   12:52p
  2040. GLOCKFIX.NLM       1080   03-09-94    8:30a
  2041. REALMFIX.NLM       3207   02-08-94    9:14a
  2042. RTCHGFIX.NLM        984   12-21-93   11:30a
  2043. SPXDDFIX.NLM       1148   03-10-94    9:48a
  2044. SPXNSFIX.NLM       1044   05-26-94    8:45a
  2045. UNLOADFX.NLM        992   11-11-93    2:32p
  2046. WSMSGFIX.NLM       1132   12-16-93   10:00a
  2047. \OTHER\AUTO\
  2048.  IPXSOCK.NLM       3971   07-20-94   12:05p
  2049.  RTRTIME.NLM       2054   02-23-94    4:19p
  2050. SERVHOPS.NLM       1891   04-06-94    1:39p
  2051. SYNCTIME.NLM       1948   05-03-94    5:03p
  2052. \START\
  2053.    HFFIX.NLM       1054   05-26-94   11:46a
  2054.    PM312.NLM       9221   03-24-94   11:06a
  2055.    START.NCF       1209   03-07-95    4:47p
  2056.   GNSFIX.NLM       1099   03-28-94    8:47a
  2057.  DHANDFX.NLM       3650   12-23-94   12:04p
  2058.  EAWRNFX.NLM       4053   07-13-94    4:45p
  2059.  ELEVFIX.NLM       1717   04-26-94    9:08a
  2060. BCKTTSFX.NLM       1218   07-15-94    8:26a
  2061. BHANDFIX.NLM        972   10-18-94   12:16p
  2062. CTRSTKFX.NLM        972   12-21-94   12:48p
  2063. DIRSPCFX.NLM       1212   04-26-94    9:06a
  2064. EAACCFIX.NLM        970   04-26-94    9:06a
  2065. EADATFIX.NLM       1181   04-26-94    4:33p
  2066. EAFLTFIX.NLM       1309   12-21-94   12:59p
  2067. EAREPLFX.NLM       1182   04-26-94    9:00a
  2068. EASUBFIX.NLM        965   07-26-94    7:44a
  2069. EAWRITFX.NLM       1048   07-26-94    7:48a
  2070. GTALLYFX.NLM       1490   10-18-94   12:42p
  2071. IOHANDFX.NLM       1070   05-26-94   11:41a
  2072. IPXRCVFX.NLM        976   04-26-94    9:04a
  2073. LSLUNBFX.NLM       1035   12-21-94    1:19p
  2074. LSTECBFX.NLM       1302   07-26-94    7:51a
  2075. MMACCFIX.NLM       1006   04-26-94    8:54a
  2076. PBWANFIX.NLM       3028   04-19-94    9:41a
  2077. READQFIX.NLM       1612   08-10-94    4:37p
  2078. REGOBJFX.NLM       1035   05-26-94    1:06p
  2079. RKIELFIX.NLM       1044   05-04-94    2:38p
  2080. SIGLOGFX.NLM       1159   12-21-94    1:06p
  2081. SYNCMFIX.NLM       1025   04-26-94    8:58a
  2082. TRBUFFIX.NLM       1059   05-26-94   12:57p
  2083. UNLDIRFX.NLM       1971   12-21-94    1:24p
  2084. WRLENFIX.NLM       1087   12-21-94    1:23p
  2085.  
  2086.  
  2087. -----------------------------------------------------------------
  2088. Any trademarks referenced in this document are the property of their
  2089. respective owners.  Consult your product manuals for complete trademark
  2090. information.
  2091. -----------------------------------------------------------------
  2092.  
  2093.  
  2094.