home *** CD-ROM | disk | FTP | other *** search
/ IBM Presents OS/2 Software Hits 1995 / OS-2_SW_HITS_2ND_EDITION_1995.ISO / i17 / gwy195.doc < prev    next >
Text File  |  1995-02-17  |  9KB  |  228 lines

  1. NFS Gateway 1.2 Update for NW 3.x            (GWY195.EXE)
  2. ---------------------------------------------------------------
  3. This package is made up of the following files:
  4.  
  5. GWY195 DOC15HB5 - This document
  6. GWY195 EXE15HB5 - Binary self-extracting file.
  7.  
  8. ---------------------------------------------------------------
  9.  
  10. NOVELL PRODUCT and VERSION: NetWare NFS Gateway 1.2
  11.  
  12. ABSTRACT:
  13.  
  14. Accumulated bug fixes for NetWare NFS Gateway.  Read the
  15. installation instructions INSTALL.TXT when installing.  Read
  16. the supplement FEATURES.TXT to understand new features and
  17. parameters.
  18.  
  19. ---------------------------------------------------------------
  20. DISCLAIMER
  21. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO
  22. NOVELL.  NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY
  23. THIS INFORMATION.  HOWEVER, THE INFORMATION PROVIDED IN THIS
  24. DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL MAKES NO
  25. EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  26. ---------------------------------------------------------------
  27.  
  28. SYMPTOM
  29.  
  30. 1)  Server abend with GPPE when using Wordperfect 5.1 in
  31. Windows 3.11. Windows and Wordperfect are installed on a
  32. NetWare volume.
  33.  
  34. Steps to reproduce:
  35. a. Start Wordperfect.
  36. b. Open a file which resides on a gateway volume.
  37. c. Click on Open again to open two submenus.
  38. d. From one of the submenus double click on ".."  to go up one
  39.    directory.
  40. e. The server abends with a GPPE error.
  41.  
  42. Also, the GPPE can occur by using the DOS command "cd ..".
  43.  
  44. 2)  Documentum, or other applications which create files on the
  45. NFS server through some other means than the Gateway itself,
  46. is intermittently unable to access newly created files.  User
  47. gets "file not found".  In the case of Documentum, the
  48. workstation sends TCP messages directly to an AIX box running
  49. Oracle.  Oracle and UNIX function calls (fcreate, fopen, fread,
  50. fwrite) create a temporary directory called /DATA/COMMON which
  51. lasts for duration of Documentum session.  The NFS Gateway may
  52. not always see these files even if /ETC/NWPARAMS contains
  53. "DIR_COMP_TIME = 0".
  54.  
  55. This problem can be recreated without Documentum as follows:
  56. a. UNIX:  mkdir tst/d1
  57. b. UNIX:  cp /etc/hosts tst/d1/f1
  58. c. DOS:  DIR TST/D1 /S
  59. d. DOS:  TYPE TST/D1/F1
  60. e. UNIX:  rm -rf tst/d1
  61. f. UNIX:  mkdir tst/e1 ( e1 should have the same i-node as d1 )
  62. g. UNIX:  cp /etc/hosts tst/e1/f1 ( f1 should have the same i-
  63.    node as previous f1 )
  64. h. DOS:  TYPE TST/E1/F1 ====> THIS SHOULD FAIL
  65. i. UNIX:  rm-rf tst/e1
  66. j. UNIX:  mkdir tst/g1 (g1 should have the same i-node as d1
  67.    and e1 )
  68. k. DOS:  CD G1 ====> THIS SHOULD FAIL
  69.  
  70. 3)  Cannot mount NFS server running on OS/2 because UNICON
  71. prevents user from typing "\".  Changed to allow "\" character.
  72. It is no longer necessary to manually edit the SYS:ETC/NWPARAMS
  73. file.
  74.  
  75. 4)  Installation of NFS Gateway 1.2 increases allowed
  76. connections, which is shown in SYSCON and other NetWare
  77. administration utilities.  For example, a 100-user license of
  78. NetWare would appear as 250-user after installing NFS Gateway
  79. 1.2.  May cause problems with some applications which examine
  80. the maximum connection allowed, such as ARCSERV.
  81.  
  82. 5)  Can't read/copy files from SJF-NFSGW to local drives even
  83. though files have read/write permissions.
  84.  
  85. 6)  Abend: nfsgw (gwch read_data_ release func-release()).
  86. Intermittent problem which occurs when gateway is under a load
  87. greater than 40 workstations.  There was small window of time
  88. for error in the synchronization of a write and read request
  89. after a lock request.
  90.  
  91. 7)  Workstation connection can become hung.  Hung connection
  92. cannot be removed through MONITOR.NLM or any means other than
  93. rebooting the server.  Fixed for known circumstances.
  94.  
  95. 8)  Abend: DeleteFromHash was called with directory entry
  96. number.
  97.  
  98. 9)  Cannot copy files from the Gateway volume to local drive
  99. even though files have read and write permissions.
  100.  
  101. 10)  Certain applications, including MHS router, CC:Mail and MS
  102. Mail, and MS Access applications cannot read files on the SYS:
  103. volume.  They appear to be locked whenever NFSGW is loaded.
  104. CC:MAIL programs (such as ADMIN.EXE) get message "Cannot Unlock
  105. Database File."
  106.  
  107. 11)  After heavy use of the Gateway, some files in a directory
  108. are marked as hidden even if the file names do not start with a
  109. leading period (.).
  110.  
  111. Steps to reproduce:
  112. a. UNIX:  touch .xyz
  113. b. DOS:  NDIR ¬XYZ  (The Gateway uses carat (¬) to indicate
  114. hidden files.)
  115. c. UNIX:  mv .xyz abc
  116. d. DOS:  NDIR ABC
  117. e. note that ABC it is marked as hidden.
  118.  
  119. 12)  Windows File Manager cannot copy a sub-directory from
  120. local disk to a drive letter mapped to Gateway volume using
  121. drag and drop.  Error is "cannot create file/directory".
  122.  
  123. Steps to reproduce:
  124. From DOS:
  125. a. touch xyz
  126. b. flag xyz ro
  127. c. flag xyz ro
  128. d. del xyz
  129. From File Manager:
  130. e. Drag the c:\dos directory to drive mapped to a Gateway
  131. volume.  This should give an error.
  132. NOTE: During the above test, the Gateway should not be used by
  133. anyone else.
  134.  
  135. 13)  Cannot access a remote directory if it was created with
  136. the same inode number as a directory recently deleted from
  137. UNIX.
  138.  
  139. 14)  A filename is changed on gateway volume where NFS server
  140. is running on IBM OS/2 version 2.1.  If correct filename
  141. contains non-numeric characters, the character "0" is appended
  142. to filename.  If it consists of all numeric characters, the
  143. file name is "incremented" by one.  The correct name is
  144. restored when volume is re-mounted.  NFS Gateway is attempting
  145. to avoid a duplicate name collision when this is not necessary.
  146. Problem occurs because some OS/2 systems support only upper
  147. case, at least as seen through the NFS daemon of OS/2.  If NFS
  148. Gateway user creates file "STUB" the Gateway will create the
  149. file "stub" on the NFS server (assuming that most users will be
  150. UNIX users).  OS/2 saves the file as upper case STUB".  Now
  151. when the Gateway user does a DIR, the Gateway detects that it
  152. already has "STUB" in its cache or shadow file, so to avoid
  153. duplicates it displays "STUB0".
  154.  
  155. With this fix, when the volume is first mounted it will attempt
  156. to create a lower case scratch file, then read it back to test
  157. whether the file has been on upper or lower case on the NFS
  158. server.  If upper, then the NFS server only supports upper case
  159. filenames.
  160.  
  161. NOTE: The exported directory of the remote NFS volume must be
  162. writable by the UID used for mounting, or the scratch file test
  163. will fail.
  164.  
  165. NOTE:  A related tunable parameter UPPER_CASE has been added to
  166. the SYS:ETC/NWPARAMS file.  It forces the NFS Gateway to create
  167. only upper case file and directory names.  See the FEATURES.TXT
  168. for details.
  169.  
  170. 15)  Gateway time stamps incorrect for a while after DOS COPY.
  171. To reproduce, copy some files from C: drive onto Gateway drive.
  172. Use DIR to see time stamp.  Time stamp reflects  the server
  173. system time for an unpredictably long time.
  174.  
  175. 16)  Need DBCS Character support.  NFS Gateway 1.2J  running on
  176. NW 3.12J does not support DBCS on NW volumes.
  177.  
  178. 17) Source code error found during code review.
  179.  
  180. 18)  On Gateway volume with directories with up to 15 levels of
  181. subdirectories, the deletion of  directories via DELDIR or
  182. FILER is fast when there are 5 levels or less.  More than 5
  183. levels incurs a delay of up to 10 seconds for each level.
  184.  
  185. 19)  File is truncated to some fixed length when copying files
  186. in non-packet burst mode from a Gateway volume.  The file is
  187. large and the NFS transfer size (NFS_XFER_SIZE) is set  less
  188. than 8k.
  189.  
  190. SOLUTION
  191.  
  192. Apply GWY195.EXE
  193.  
  194. Self-Extracting File Name:  GWY195.EXE     Revision:  A
  195.  
  196. Files Included     Size     Date      Time
  197.  
  198. \
  199.   GWY195.TXT         (This File)
  200.    NFSGW.NL_     227007   12-02-94    5:26p
  201.    SPACE.DAT         10   02-01-93    3:58p
  202.   PFILES.DAT        388   01-23-95    3:19p
  203.  GWADMIN.NL_      19607   12-02-94    5:28p
  204.  INSTALL.TXT       3116   01-27-95    3:34p
  205.  PCONFIG.DAT         64   12-02-94    2:55p
  206.  PCONFIG.HLP       2183   07-29-92    1:27p
  207.  PCONFIG.NLM      15934   09-17-93    6:03p
  208. FEATURES.TXT       4163   01-27-95    3:36p
  209. PINSTALL.HLP       6798   06-21-93    2:53p
  210. PINSTALL.NLM     130422   11-08-93    6:39p
  211. P_UNINST.HLP        892   07-27-92   12:02p
  212. P_UNINST.NLM      72042   11-08-93    6:40p
  213.  
  214.  
  215. Installation Instructions:
  216.  
  217. See INSTALL.TXT.
  218.  
  219. Solution Specifics:
  220.  
  221. GWY195.EXE corrects all of the listed symptoms.
  222.  
  223. ---------------------------------------------------------------
  224. Any trademarks referenced in this document are the property of
  225. their respective owners.  Consult your product manuals for
  226. complete trademark information.
  227. ---------------------------------------------------------------
  228.