home *** CD-ROM | disk | FTP | other *** search
/ Computer Tool Software / soft.iso / Multimed / Net / INTEL / README.DIR / PCNFS.TXT < prev    next >
Encoding:
Text File  |  1993-09-30  |  3.9 KB  |  111 lines

  1. SUN....................PC NFS configuration files
  2.  
  3.   This document applies to the EtherExpress(tm) 16, 16TP, 16C, FLASH,
  4.   FLASH TP, FLASHC, MCA, and MCA/TP.  
  5.  
  6.   This document (or an updated version) is also available on FaxBACK,
  7.   document #6320.
  8.  
  9.   NOTE:     The first part of this document is based on information taken
  10.             from the PCNFS installation manual.  The file configurations in
  11.             Step 12 and the NOTES at the end of the document are from Intel
  12.             Customer Support.
  13.   
  14.   There are 2 types of installations available with PCNFS:
  15.   
  16.   ■  Basic installation
  17.   ■  Full installation
  18.   
  19.   A basic installation enables the PC to access remote files and printers. 
  20.   It does not install the PCNFS utilities that provide additional functions. 
  21.   The full installation does install these utilities.  If Windows is
  22.   running, each installation will address that issue.  Windows must be
  23.   installed before installing PCNFS.
  24.   
  25.   To install PCNFS follow these steps:
  26.   
  27.   1.   Insert PCNFS Disk 1 into drive A:
  28.   
  29.   2.   Change to drive A and type INSTALL <enter>
  30.   
  31.   3.   Choose the installation type desired using the arrow keys and
  32.        pressing <enter> on your choice.
  33.   
  34.   4.   Enter the path, including the drive letter, where PCNFS is to be
  35.        installed.  The default it C:\NFS.
  36.   
  37.   5.   Enter the information concering Windows.
  38.   
  39.   6.   Select the type of network connection that applies to your network.
  40.   
  41.   7.   Select the option: Use a manufacturer's NDIS driver
  42.   
  43.   8.   If the full installation was chosen, the Installation program will
  44.        prompt for Disk 2.
  45.   
  46.   9.   When the installation program finishes copying files from the
  47.        distribution disks, it asks if you want to update the AUTOEXEC.BAT
  48.        and CONFIG.SYS.  If these files are not updated, the information is
  49.        contained in AUTOEXEC.NEW and CONFIG.NEW.  The Windows PROGRAM.INI
  50.        and SYSTEM.INI can also be updated by the Installation program.
  51.   
  52.   10.  If a full installation was chosen, the NFSCONF configuration program
  53.        must be run next.  If basic installation was chosen skip this step
  54.        and move to step 11.
  55.   
  56.   11.  Exit to DOS.
  57.   
  58.   12.  Modify the PROTOCOL.INI, CONFIG.SYS and AUTOEXEC.BAT to match the
  59.        following examples:
  60.   
  61.   Please Note: These are only examples.  Your configuration may vary.
  62.   
  63.   Some of the parameters MUST BE CAPITALIZED. 
  64.    
  65.      PROTOCOL.INI:
  66.           [PROTOCOL MANAGER]
  67.             drivername=PROTMAN$
  68.   
  69.           [EXP16.DOS]              <---- Must match the bindings
  70.             ioaddress=0x300
  71.             drivername=EXP16$
  72.   
  73.           [NFS-NDIS]
  74.             drivername=NFSLINK$
  75.             bindings=EXP16.DOS      <----- Must match the header
  76.   
  77.      AUTOEXEC.BAT:
  78.           @echo off
  79.           prompt $P$G
  80.           path=C:\NFS   
  81.           set nfsdrive=C
  82.           c:\lanman\netbind          <---- add this line here
  83.           prt *
  84.           net init
  85.   
  86.         CONFIG.SYS: 
  87.           device=c:\dos\setver.exe
  88.           stacks=0,0
  89.           buffers=25
  90.           device=c:\dos\ansi.sys
  91.           files=20
  92.           device=c:\nfs\pcnfs.sys
  93.           device=c:\nfs\sockdrv.sys
  94.           device=c:\lanman\protman.sys
  95.           device=c:\lanman\exp16.dos         <---- add this line here
  96.           device=c:\lanman\nfs-ndis.sys
  97.           lastdrive=V
  98.   
  99.   
  100.   NOTE:     If this program is being run over a T1 line, we recommend NOT
  101.             having any memory manager loaded at all.  The reason for this
  102.             recommendation is that there can be a performance degradation
  103.             for larger files.   
  104.   
  105.   NOTE:     If there is a problem with warm booting and NETBIND hanging,
  106.             customer reports that the version 2.24 of our NDIS driver 
  107.             (on BBS - Update section - NDIS16.EXE) and upgrading to 
  108.             PCNFS 4.0 helped this problem.
  109.  
  110.  
  111.