Technical Information Document
intraNetWare NFS203 Patch - TID2932505 (last modified 02FEB1999)
2932505 2932505
associated file

Click filename to download:
nfs203.exe; 2266015 bytes; Date/Time: 12-30-1997/04:10PM

abstract

NFS203 Patch for Intranetware NFS Services.2.12, Fixes issues in FTPserver, Print Gateway,NFS Gateway,NFS server and NIS

installation


****************************************************************************
     Installation Instructions
****************************************************************************

1. Backup your current SYS:SYSTEM and SYS:ETC subdirectories as a precaution.

2. At a work station attached to the NetWare 4.x server, create a new
   directory on any NetWare volume. The directory can have any name.

   MD PATCH

3. Copy NFS203.EXE into the new directory.

   COPY NFS203.EXE PATCH

4. Type the following commands to extract the files.

   CD PATCH
   NFS203.EXE

   If you are running a windows workstation, double-clicking on nfs203.exe
   will extract all the files automatically.

5. From the server console, run UNISTOP.NCF as a general precaution.

   UNISTOP

6. From the server console, activate the installation program.

   LOAD INSTALL

7. Select PRODUCT OPTIONS. The Currently Installed Products Menu appears
   
8. Press <Insert> to install new product.

9. Press <F3> to install the files in NFS203. The "SPECIFY DIRECTORY PATH"
   dialogue box will appear.

10. Enter the path to the directory where the NFS203 files were extracted.
    
    SYS:/PATCH/NFS203

    After the installation program installs the files, the "Currently
    Installed Products" menu will list:

    NFSPAT 2.12 Patch for Intranetware NFS Services 2.12

11. Exit the Installation program or press <ALT>+<ESC> to return to the
    system console prompt.

12. From the server console, run UNISTART.NCF to restart NFS Services (and
    other products if installed).

issue

****************************************************************************
     Anomalies fixed in NFS 203 Patch
****************************************************************************

Nested subdirectories of any length can be accessed now from NFS name space in
an FTP session.

For a user whose password has expired, and only grace logins are left, FTP-
Server would simply give the message "Incorrect password" and deny login for
the user, thereby wasting a precious Grace login for the user.NFS203 patch
fixes this by allowing the ftp client to login with a clear indication that it
is a grace login, and that he needs to change his password from a NetWare
client.

FTP user with a mixed-case home-directory would not be able to login as he
would not be able to CD into the home-directory, this bug has been fixed.

 Range of ports that a passive mode FTP-server should use can now be specified
from NWPARAMS file under the FTPSERV section. This feature can be turned off
if not required. However, this feature is currently *not* configurable from
UNICON. This feature was added to support double firewalls, where both the
FTP-server and the FTP-client are protected by their respective firewalls; and
the firewall can be instructed to allow a range of ports to be accessed from
outside.

Fix for supporting FTP clients whose home directory has mixed cases and the default name space
is nfs.
A new configurable NWPARAMS parameter called "HOME_DIR_CASE" is introduced. This parameter
can have the following permissible values:
    UPPER
    LOWER
    STRICT
Eg.
[FTP_SERVER]
HOME_DIR_CASE UPPER

2. STRICT is assumed by default when this parameter is not found in the NWPARAMS.
   This will preserve the existing behavior of the FTPSERV.

3. This parameter is used only at the time of logging into the server with NFS
   name-space as default name-space. It does not have any effect on the case sensitivity
   of NFS name-space for other operations such as DIR, CD, etc. It does not affect
   operations in DOS name space.

4. Using this parameter: Setting this parameter to UPPER will make use of the user's default
   home-directory in UPPER-CASE before CD'ing into it at the time of logging in to the FTPSERV.
   Eg. If users's default home-directory is "Admin", then FTP will try to login to a directory
   "ADMIN" when this parameter is set to UPPER. If a directory "ADMIN" exists (all in UPPER
   CASE), only then the user will be able to login successfully.

  Similarly, setting it to LOWER make use of the user's default home-directory in lower case
  before CD'ing to it at the time of logging in to the FTPSERV.Eg. If users's default home-directory
  is "Admin", then FTP will try to login to a directory "admin" when this parameter is set to LOWER.
  If a directory "admin" exists (all in lower case), only then the user will be able to login successfully.

  Setting it to STRICT will not do any conversion, and will try to CD into the user's default
  home-directory as it is.Eg. If users's default home-directory is "Admin", then FTP will try
  to login to a directory "Admin" when this parameter is set to STRICT. If a directory "Amin"
  exists (all in Proper Case), only then the user will be able to login successfully.

5. Warning: If there are two directories differing only in case (this is possible in NFS
   name-space), and if one of them is the default home-directory of a user, then with this case
   conversion, it could so happen that the user will get into the other directory. Eg. "Admin"
  is the default home-directory. Let there be another directory called "ADMIN" too. If you set
  the parameter to "UPPER", then the user gets logged into "ADMIN", not "Admin" as expected.
  So the side-effect of adding this feature is that you are forced to have case-insensitive
  unique named home-directories for each of the users.

NFSGW Synchronization issues has been addressed.

LPR print Gateway Stack Over Flow abend has been fixed.

Automatic Initialization of NIS Maps: A new command line option for UNICON has
been introduced "Load Unicon /n NIS".
This command line option will achieve the following under Unicon Menu
Manage Services -> NIS - > Initialize Master NIS Maps

A new parameter has been introduced in NWPARAMS that would allow LPRGWY to load
even if NETDB has not logged in. SKIP_NETDB_MAPPING Default is OFF, If set to
ON LPRGWY would load without NETDB logging in.

****************************************************************************
     Anomalies fixed Prior to NFS 203 Patch
****************************************************************************

When the NetWare server ran the NFS NLMs, the PACKET RECEIVE BUFFERS
continued to increment up to the value set as MAXIMUM PACKET RECEIVE
BUFFERS.

The server appeared to hang, and MONITOR showed high CPU utilization with
most, if not all, ECBs belonging to TCP/IP process.

When reading files, the NetWare NFS server would occasionally abend due to a
page fault.

When accessing files on a NetWare NFS server, file ownership and access
permissions randomly changed.

During install, after all of the files were copied to the server and UNICON was
loading,the installer tried to log in and received the error message that
"Remote TCP/IP administration not running."

The NetWare FTP server would not allow users to log in after the administrator
had modified FTP access through the FTP Administration option in UNICON.

The NetWare FTP server returned a generic return code of 200 upon successful
completion of a directory change. Some clients expected a specific return code
of 250.

The NetWare FTP server did not allow multiple anonymous users to access the
same file at the same time.

When users were at the root level of a volume on a NetWare FTP server, they
could not change to a subdirectory without using an absolute path name.

When a user logged in as an anonymous user, the NetWare FTP server required
a password (when a password had not been assigned).

The NetWare FTP server did not support the STORE UNIQUE (STOU; SUNIQUE)
command.

The NetWare FTP server user could not log in if the NDS home directory was on
a remote server that was down.

The NetWare DNS server did not properly handle a primary domain name suffix
with anything other than .COM.

UNICON failed to save the DNS database to text files. The following error
message was displayed: "NIS and DNS services not configured to run on this
machine."

The NetWare DNS server did not properly resolve the MX (mail exchange) query.

The NetWare DNS Server abended while doing a zone dump from a secondary
server when the size of the reply was larger than the buffer allocated by the
DNS server.

SUN's NIS+ server, when running in YP emulation (NIS emulation) mode, did not
support YPPROC_ORDER remote procedure call. This resulted in a situation where
YPXFR.NLM could not get the NIS maps order numbers and would abort the
transfer of maps.

The NetWare NFS gateway failed to mount DEC VMS file systems.

The NetWare NFS gateway did not support the SGID bit on remote directories.

The NetWare NFS gateway server abended when it tried to mount more than 64
volumes.

The OS/2 session hung while copying a file to a NFS Gateway volume.

Even though the NetWare user was mapped, the NFS Gateway displayed the message:
"Login user xxx does not have NFS UID and GID."

From the UNICON menu, if the administrator selected the following options
(Manage Services-> NFS Gateway->Configure Volumes) and then pressed the <F4>
key, incorrect resource information was displayed.

When the UNIX server had a hard disk larger than two Gigabytes, incorrect
volume information was displayed and write-through was unnecessarily turned on.

A NetWare client could not see changes made from UNIX to a NetWare NFS gateway
directory until a file scan (DIR or other NetWare command that performs a scan)
was done.

When NetWare NFS print services was loaded while NDS was unloaded, the NetWare
server abended with the following message: "NLM unloaded without deleting all
its semaphore."

The PLPD module would unload if the NETDB module did not successfully log in
to NDS.

The PLPD module used too much server memory when several jobs were sent from
UNIX hosts.

After applying the FORTRAN filter, FORTRAN print jobs would not print.

When UNIX to NetWare printing was configured with UNICON, the NetWare server
would occasionally abend.

LPR clients were unable to submit print jobs to NetWare queues when the queue
names were longer than eight characters.

LPR gateway jobs were printed twice if the printer ran out of paper. When more
paper was added, the printer finished the interrupted print job and then
printed the job again.

The PLPD module refused LPR requests from unauthorized port numbers (port
numbers less than 1024).

When using the LPR gateway, PSERVER showed "PRINTER MAY NEED ATTENTION" status
and had to be restarted.

When using the LPR Gateway, PSERVER showed the XRP printer state changing
between "Ready for New Job" and "Error at remote Unix host." The PKERNEL module
displayed the following error message: "No sequence numbers available for the
remote host."

When the LPR Gateway was unloaded and then loaded again, the LPR Gateway
displayed the error message: "No configured UNIX printers."

When running SAA on a server with Netware NFS, TN3270 sessions through SAA
did not work. The solution for this problem is to ensure that SAA is loaded
before UNISTART.NCF in the AUTOEXEC.NCF file.

When doing a login to a UNICON session on the SFT-III server, an error is
displayed "REMOTE TCP/IP ADMINISTRATION NOT RUNNING". If you get this error,
it is necessary to edit the MSAUTO.NCF and include the following command:
  LOAD MSIPC.NLM

If you have installed the online documentation and would like to access the
online documentation over the network from a Windows 95 workstation, you need
to map a network drive to the sys: volume on the server where the online
documentation is installed. You can view the online documentation by executing
the documentation viewer only through a mapped network drive.

contents

Self-Extracting File Name:  nfs203.exe

Files Included       Size   Date         Time    Version   Checksum

\
    NFS203.TXT      31804   11-27-1997   01:32AM
    NFS203.TXT      31802   12-30-1997   04:09PM
\NFS203
   NFSICMD.NLM      16524   07-02-1996   05:36PM
  PINSTALL.IPS        575   11-14-1997   00:12AM
  PINSTALL.NLM     156506   10-08-1997   03:08AM
    README.TXT      13839   11-27-1997   00:36AM
     SPACE.DAT         13   11-27-1997   00:47AM
\NFS203\ETC
    DOMAIN.IDX         25   06-14-1994   09:57PM
    DOS2UNIX.C       2934   08-01-1996   06:50PM
  ENSCRIPT.PRO        719   06-25-1992   09:23PM
       FILTERS        150   11-24-1993   10:58PM
      FILTTYPE        206   12-17-1993   00:35AM
         HOSTS         28   06-24-1992   11:22PM
     INETD.CFG        288   07-11-1994   06:31PM
     NFS20.MIB      25591   12-01-1994   04:06AM
      NFSGROUP         35   06-16-1994   07:04PM
      NFSUSERS         33   06-16-1994   07:04PM
       NISMAKE        508   08-09-1994   06:18PM
      NWPARAMS        733   03-14-1997   11:50PM
  POSTSCPT.PRO       2044   06-25-1992   09:24PM
  RESTRICT.FTP       2262   12-22-1994   02:43AM
       ROOT.DB       2052   12-09-1994   06:16PM
    RPCNET.CFG        185   08-04-1994   08:37PM
      SERVICES       1712   11-01-1996   07:28AM
    UNIX2DOS.C       2515   08-01-1996   06:50PM
      XFONTEUR         92   02-04-1995   01:38AM
\NFS203\ETC\NET\NETWARE
      SERVICES        140   07-31-1992   11:39PM
\NFS203\PUBLIC
     CHGRP.EXE      45317   10-08-1997   04:52AM
     CHMOD.EXE      46031   10-08-1997   04:53AM
     CHOWN.EXE      45349   10-08-1997   04:52AM
  DOS2UNIX.EXE      10477   06-23-1992   02:25AM
        LS.EXE      56229   10-08-1997   04:52AM
  UNIX2DOS.EXE      10335   06-26-1992   01:42AM
\NFS203\PUBLIC\NLS\ENGLISH
     CHGRP.MSG       1140   11-13-1997   11:44PM
     CHMOD.MSG       1141   11-13-1997   11:44PM
     CHOWN.MSG       1140   11-13-1997   11:44PM
        LS.MSG       2567   11-13-1997   11:44PM
\NFS203\SYSTEM
  CONFADDR.NLM      27576   01-08-1997   02:19AM
  DISPATCH.NLM      41980   10-08-1997   03:24AM
   DLLINFO.NLM       6029   10-08-1997   05:28AM
  DNSADMIN.NLM     101526   03-28-1997   11:31PM
  DNSAGENT.NLM      76276   08-13-1997   06:08PM
   DNSCONV.NLM       3674   01-08-1997   02:30AM
  DNSDBGEN.NLM      12992   01-08-1997   02:38AM
   DNSUTIL.NLM       2459   01-08-1997   02:38AM
  FTPADMIN.NLM      43010   11-26-1997   07:20PM
    FTPAGT.NLM      18204   11-26-1997   07:17PM
   FTPSERV.NLM     132094   11-26-1997   07:04PM
   GWADMIN.NLM      59158   11-13-1997   01:19AM
   GWAGENT.NLM      40297   11-13-1997   01:20AM
  GWREPAIR.NLM      58928   10-08-1997   04:47AM
     HOSTG.NLM      10726   01-08-1997   02:16AM
  HOSTGADM.NLM       7073   01-08-1997   02:17AM
  HOSTGAGT.NLM       3764   01-08-1997   02:17AM
     INETD.NLM       6390   01-08-1997   02:40AM
  IOTADJST.NLM       8681   10-08-1997   05:29AM
  IOXCSTUB.NLM       4771   01-08-1997   02:30AM
  LOCAL_ND.NLM       8320   07-11-1994   01:48AM
     LOCKD.NLM     164763   10-08-1997   04:08AM
   LPR_GWY.NLM      47614   10-08-1997   07:47PM
   LPRLOAD.NLM       3870   10-08-1997   05:19AM
  MSTADJST.NLM       6522   10-08-1997   05:29AM
  MSXCSTUB.NLM       3558   01-08-1997   02:30AM
     NAMED.NLM      73903   05-30-1997   11:17PM
     NETDB.NLM      49179   07-21-1997   08:15PM
    NETDIR.NLM      13439   09-22-1994   10:11PM
   NFS_41X.NAM      33184   10-08-1997   03:20AM
    NFS_GR.NAM      34604   10-08-1997   03:21AM
     NFSCA.NLM      87430   10-08-1997   04:20AM
   NFSDISP.NLM       4459   10-08-1997   04:21AM
   NFSGWSA.NLM      14257   11-13-1997   01:17AM
   NFSGWVS.NLM    1313251   11-13-1997   01:16AM
   NFSSERV.NLM     209903   10-08-1997   04:04AM
  NFSUNINS.NLM      96047   10-08-1997   03:09AM
   NFSUSER.NLM     113138   10-08-1997   03:40AM
   NISADMM.NLM      54567   11-13-1997   00:53AM
   NISBIND.NLM      51481   11-13-1997   00:46AM
   NISDMAG.NLM     131577   11-13-1997   00:44AM
     NISGO.NLM      70222   11-13-1997   00:47AM
   NISSERV.NLM      53893   11-13-1997   00:48AM
   NISSWDD.NLM      27528   11-13-1997   00:52AM
    NWCCSS.NLM       3676   01-08-1997   02:39AM
     NWNFS.NLM      35546   10-08-1997   03:25AM
  NWPCNFSD.NLM      71349   10-08-1997   05:23AM
   PCONFIG.NLM      21394   10-08-1997   03:09AM
   PKERNEL.NLM     172894   11-27-1997   00:47AM
      PLPD.NLM      79826   10-08-1997   05:07AM
     PRADM.NLM     118349   10-08-1997   05:12AM
  PRADM_SA.NLM      23003   10-08-1997   05:13AM
     PRLIB.NLM      63468   10-08-1997   05:03AM
  RARPSERV.NLM       8176   01-08-1997   02:41AM
  RPCBSTUB.NLM        665   10-08-1997   03:19AM
   SA_ADMN.NLM      28810   10-08-1997   04:15AM
   SA_LOCK.NLM      16128   10-08-1997   04:12AM
   SA_STAT.NLM      23214   10-08-1997   04:14AM
    SPX_ND.NLM       9367   07-11-1994   01:47AM
    SRVAGT.NLM      57457   10-08-1997   03:43AM
     STATD.NLM      24446   10-08-1997   04:10AM
    TADJST.NLM       3894   10-08-1997   05:28AM
    TCP_ND.NLM      12213   07-11-1994   01:38AM
   TELNETD.NLM      11017   05-16-1997   10:58PM
  TFTPSERV.NLM       5824   01-08-1997   02:40AM
    TIMCHK.NLM       3750   10-08-1997   05:27AM
     TIRPC.NLM     101610   10-07-1997   11:04PM
       TUI.NLM      43415   10-19-1994   08:13PM
    UNICON.NLM     311170   10-08-1997   03:35AM
  UNICRYPT.NLM       4027   10-08-1997   03:18AM
    UNIDLL.NLM       7360   10-08-1997   05:27AM
  UNISTART.NCF          4   08-06-1996   10:18PM
  UNISTART.NEW          3   11-14-1996   09:43PM
   UNIXLIB.NLM      74280   11-26-1997   07:10PM
    USRAGT.NLM      40069   10-08-1997   03:44AM
     V_NFS.NLM       9567   10-08-1997   05:19AM
  XCONSOLE.NLM       4078   01-08-1997   02:40AM
  XCONSSRV.NLM      67585   01-08-1997   02:29AM
     YPCAT.NLM      25695   11-13-1997   00:50AM
   YPMATCH.NLM      24518   11-13-1997   00:51AM
    YPPUSH.NLM      35213   11-13-1997   00:50AM
     YPSET.NLM      23103   11-13-1997   00:51AM
     YPXFR.NLM      85918   11-13-1997   00:49AM
\NFS203\SYSTEM\NLS\1
  NFSUNINS.HLP        898   03-03-1995   09:01PM
  NFSUNINS.MSG      12243   10-08-1997   03:09AM
   PCONFIG.DAT      16470   10-09-1997   00:14AM
   PCONFIG.HLP       2183   07-29-1992   09:27PM
   PCONFIG.MSG       1142   10-08-1997   03:08AM
    PFILES.DAT      15928   11-27-1997   00:47AM
  PINSTALL.HLP       7839   06-20-1995   05:20PM
  PINSTALL.MSG      12472   10-08-1997   03:08AM
\NFS203\SYSTEM\NLS\10
  NFSUNINS.HLP        898   03-03-1995   09:01PM
  NFSUNINS.MSG      12243   10-08-1997   03:09AM
   PCONFIG.DAT      16470   10-09-1997   00:14AM
   PCONFIG.HLP       2183   07-29-1992   09:27PM
   PCONFIG.MSG       1142   10-08-1997   03:08AM
    PFILES.DAT      15928   11-27-1997   00:47AM
  PINSTALL.HLP       7839   06-20-1995   05:20PM
  PINSTALL.MSG      12472   10-08-1997   03:08AM
\NFS203\SYSTEM\NLS\12
  NFSUNINS.HLP        898   03-03-1995   09:01PM
  NFSUNINS.MSG      12243   10-08-1997   03:09AM
   PCONFIG.DAT      16470   10-09-1997   00:14AM
   PCONFIG.HLP       2183   07-29-1992   09:27PM
   PCONFIG.MSG       1142   10-08-1997   03:08AM
    PFILES.DAT      15928   11-27-1997   00:47AM
  PINSTALL.HLP       7839   06-20-1995   05:20PM
  PINSTALL.MSG      12472   10-08-1997   03:08AM
\NFS203\SYSTEM\NLS\13
  NFSUNINS.HLP        898   03-03-1995   09:01PM
  NFSUNINS.MSG      12243   10-08-1997   03:09AM
   PCONFIG.DAT      16470   10-09-1997   00:14AM
   PCONFIG.HLP       2183   07-29-1992   09:27PM
   PCONFIG.MSG       1142   10-08-1997   03:08AM
    PFILES.DAT      15928   11-27-1997   00:47AM
  PINSTALL.HLP       7839   06-20-1995   05:20PM
  PINSTALL.MSG      12472   10-08-1997   03:08AM
\NFS203\SYSTEM\NLS\14
  NFSUNINS.HLP        898   03-03-1995   09:01PM
  NFSUNINS.MSG      12243   10-08-1997   03:09AM
   PCONFIG.DAT      16470   10-09-1997   00:14AM
   PCONFIG.HLP       2183   07-29-1992   09:27PM
   PCONFIG.MSG       1142   10-08-1997   03:08AM
    PFILES.DAT      15928   11-27-1997   00:47AM
  PINSTALL.HLP       7839   06-20-1995   05:20PM
  PINSTALL.MSG      12472   10-08-1997   03:08AM
\NFS203\SYSTEM\NLS\16
  NFSUNINS.HLP        898   03-03-1995   09:01PM
  NFSUNINS.MSG      12243   10-08-1997   03:09AM
   PCONFIG.DAT      16470   10-09-1997   00:14AM
   PCONFIG.HLP       2183   07-29-1992   09:27PM
   PCONFIG.MSG       1142   10-08-1997   03:08AM
    PFILES.DAT      15928   11-27-1997   00:47AM
  PINSTALL.HLP       7839   06-20-1995   05:20PM
  PINSTALL.MSG      12472   10-08-1997   03:08AM
\NFS203\SYSTEM\NLS\4
  CONFADDR.MSG       2201   01-08-1997   02:19AM
  DISPATCH.MSG       3594   10-08-1997   03:23AM
  DNSADMIN.HLP       6167   06-01-1995   00:25AM
  DNSADMIN.MSG       1871   03-29-1997   00:37AM
  DNSAGENT.MSG       3936   08-13-1997   06:08PM
   DNSCONV.MSG        474   01-08-1997   02:30AM
  FTPADMIN.HLP       9833   01-09-1995   05:38PM
  FTPADMIN.MSG       4758   11-26-1997   07:20PM
    FTPAGT.MSG        533   11-26-1997   07:17PM
   FTPSERV.MSG      14459   11-26-1997   07:04PM
   GWADMIN.HLP      29618   08-09-1995   01:56AM
   GWADMIN.MSG      11085   11-13-1997   01:20AM
  GWREPAIR.MSG      15105   10-08-1997   04:47AM
     HOSTG.MSG        474   01-08-1997   02:16AM
  HOSTGADM.HLP       1170   01-08-1995   01:04AM
  HOSTGADM.MSG        968   01-08-1997   02:17AM
  HOSTGAGT.MSG        225   01-08-1997   02:17AM
     INETD.MSG        763   01-08-1997   02:40AM
  IOTADJST.MSG       1431   10-08-1997   05:29AM
  IOXCSTUB.MSG        747   01-08-1997   02:30AM
    IPADDR.HLP       9939   01-09-1995   05:45PM
     LOCKD.MSG      14661   10-08-1997   04:08AM
   LPR_GWY.MSG      10095   10-08-1997   07:47PM
   LPRLOAD.MSG        419   10-08-1997   05:19AM
  MSTADJST.MSG        859   10-08-1997   05:29AM
  MSXCSTUB.MSG        527   01-08-1997   02:30AM
     NAMED.MSG       8906   05-30-1997   11:17PM
     NETDB.MSG       4422   07-21-1997   08:15PM
   NFS_41X.MSG       5562   10-08-1997   03:20AM
    NFS_GR.MSG       5896   10-08-1997   03:21AM
     NFSCA.MSG      10854   10-08-1997   04:20AM
  NFSCAHLP.HLP      40574   01-20-1995   06:27PM
   NFSGWSA.MSG        990   11-13-1997   01:17AM
   NFSGWVS.MSG      84096   11-13-1997   01:15AM
   NFSSERV.MSG      10846   10-08-1997   04:03AM
  NFSUNINS.HLP        898   03-03-1995   09:01PM
  NFSUNINS.MSG      12243   10-08-1997   03:09AM
   NFSUSER.MSG      13029   10-08-1997   03:40AM
       NIS.MSG      18674   11-13-1997   00:52AM
   NISADMM.HLP       9907   10-20-1994   09:17PM
   NISADMM.MSG       6054   11-13-1997   00:53AM
     NWNFS.HLP        142   01-31-1995   08:01PM
     NWNFS.MSG       6832   10-08-1997   03:25AM
  NWPCNFSD.MSG      10936   10-08-1997   05:23AM
   PCONFIG.DAT      16470   10-09-1997   00:14AM
   PCONFIG.HLP       2183   07-29-1992   09:27PM
   PCONFIG.MSG       1142   10-08-1997   03:08AM
    PFILES.DAT      15928   11-27-1997   00:47AM
  PINSTALL.HLP       7839   06-20-1995   05:20PM
  PINSTALL.MSG      12472   10-08-1997   03:08AM
   PKERNEL.MSG       8944   10-08-1997   03:18AM
      PLPD.MSG      19261   10-08-1997   05:07AM
     PRADM.HLP      27933   03-03-1995   00:45AM
     PRADM.MSG       9986   10-08-1997   05:12AM
     PRLIB.MSG       2930   10-08-1997   05:03AM
    SAADMN.MSG       3493   10-08-1997   04:15AM
    SALOCK.MSG       1321   10-08-1997   04:12AM
    SASTAT.MSG       2808   10-08-1997   04:14AM
    SRVAGT.MSG       3043   10-08-1997   03:43AM
     STATD.MSG       5000   10-08-1997   04:10AM
    TADJST.MSG        220   10-08-1997   05:28AM
   TELNETD.MSG       3656   05-16-1997   10:58PM
  TFTPSERV.MSG        992   01-08-1997   02:40AM
    TIMCHK.MSG        415   10-08-1997   05:27AM
       TUI.MSG       2304   11-16-1993   05:57AM
    UNICON.HLP      89354   08-06-1997   09:40PM
    UNICON.MSG      24524   10-08-1997   03:35AM
   UNIXLIB.MSG       5295   11-26-1997   07:10PM
      USER.HLP      56938   08-04-1995   06:17PM
    USRAGT.MSG       1756   10-08-1997   03:44AM
     V_NFS.MSG       2178   10-08-1997   05:19AM
  XCONSOLE.MSG        799   01-08-1997   02:40AM
  XCONSSRV.MSG       4454   01-08-1997   02:29AM
\NFS203\SYSTEM\NLS\6
  NFSUNINS.HLP        898   03-03-1995   09:01PM
  NFSUNINS.MSG      12243   10-08-1997   03:09AM
   PCONFIG.DAT      16470   10-09-1997   00:14AM
   PCONFIG.HLP       2183   07-29-1992   09:27PM
   PCONFIG.MSG       1142   10-08-1997   03:08AM
    PFILES.DAT      15928   11-27-1997   00:47AM
  PINSTALL.HLP       7839   06-20-1995   05:20PM
  PINSTALL.MSG      12472   10-08-1997   03:08AM
\NFS203\SYSTEM\NLS\7
  NFSUNINS.HLP        898   03-03-1995   09:01PM
  NFSUNINS.MSG      12243   10-08-1997   03:09AM
   PCONFIG.DAT      16470   10-09-1997   00:14AM
   PCONFIG.HLP       2183   07-29-1992   09:27PM
   PCONFIG.MSG       1142   10-08-1997   03:08AM
    PFILES.DAT      15928   11-27-1997   00:47AM
  PINSTALL.HLP       7839   06-20-1995   05:20PM
  PINSTALL.MSG      12472   10-08-1997   03:08AM
\NFS203\SYSTEM\NLS\8
  NFSUNINS.HLP        898   03-03-1995   09:01PM
  NFSUNINS.MSG      12243   10-08-1997   03:09AM
   PCONFIG.DAT      16470   10-09-1997   00:14AM
   PCONFIG.HLP       2183   07-29-1992   09:27PM
   PCONFIG.MSG       1142   10-08-1997   03:08AM
    PFILES.DAT      15928   11-27-1997   00:47AM
  PINSTALL.HLP       7839   06-20-1995   05:20PM
  PINSTALL.MSG      12472   10-08-1997   03:08AM
\NFS203\SYSTEM\NLS\9
  NFSUNINS.HLP        898   03-03-1995   09:01PM
  NFSUNINS.MSG      12243   10-08-1997   03:09AM
   PCONFIG.DAT      16470   10-09-1997   00:14AM
   PCONFIG.HLP       2183   07-29-1992   09:27PM
   PCONFIG.MSG       1142   10-08-1997   03:08AM
    PFILES.DAT      15928   11-27-1997   00:47AM
  PINSTALL.HLP       7839   06-20-1995   05:20PM
  PINSTALL.MSG      12472   10-08-1997   03:08AM
Document Title: intraNetWare NFS203 Patch
Document ID: 2932505
Creation Date: 27NOV1997
Modified Date: 02FEB1999
Document Revision: 3
Novell Product Class: Connectivity Products
NetWare
Novell Product and Version: UNIX Connectivity
intraNetWare 4.11

Disclaimer

The Origin of this information may be internal or external to Novell. Novell makes all reasonable efforts to verify this information. However, the information provided in this document is for your information only. Novell makes no explicit or implied claims to the validity of this information.

Any trademarks referenced in this document are the property of their respective owners. Consult your product manuals for complete trademark information.