home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / NTSCFG.ZIP / README.TXT < prev   
Text File  |  1992-10-30  |  3KB  |  75 lines

  1.  
  2. HISTORY
  3.  
  4. When IBM developed OS/2 2.0, the network connection changed to follow more
  5. standardized approach.  The new standard allows the NIC (Network Interface
  6. Card) manufacture to provide device driver for their card that will 'plug' 
  7. into network layer.  On the other end, it allows network protocols to 'plug'
  8. into the network card services through a common access point so they do not 
  9. have to write card specific pieces.  Two standards emerged.  They are NDIS
  10. (Network Driver Interface Specification) and ODI (Open Data-Link Interface).
  11. NDIS came from Microsoft and 3COM.  ODI was Novell's counter to the NDIS 
  12. standard.  Both are Medium Access Control (MAC) interfaces.
  13.  
  14. By using this new philosophy, it is theoritical possible to easily change 
  15. NIC cards or add new protocols to OS/2.  Because the tools are not yet 
  16. available, ease is still theoretical.  Do not dispair, there is hope for 
  17. the future.
  18.  
  19. CONSIDERATIONS:
  20.  
  21. Here is a list of considerations, observations, recommendations, and 
  22. restrictions.  They may be some that are not covered as configuration for 
  23. OS/2 2.0 is not yet a science.  It is still in the voodoo stages.
  24.  
  25.  You will need both the Netware Requester for OS/2 2.0 and either
  26.  the OS/2 LAN Server 2.0 Requester or OS/2 Extended Services V1.0 or 
  27.  higher (there will also be OS/2 Network Transport Services, NTS/2, in 
  28.  the future) to have both NetBIOS and Netware communications.
  29.  
  30.  The common name for the IBM portion of the network communication piece  
  31.  is LAPS.  This stands for LAN Adapter and Protocol Support.
  32.  
  33.  The Netware Server MUST be 3.X or higher.  You cannot reliably attach to 
  34.  a 286 server.
  35.  
  36.  
  37.  There must be a Netware Server with the OS/2 utilities on the local ring.  
  38.  If one is not available on a local ring, the connection may fail at 
  39.  unpredictable intervals.  Experiments with the Preferred Server accessed 
  40.  through a bridge with a local Netware server have not been done.
  41.  
  42.  The OS/2 2.0 Netware requester will work with the old OS/2 1.3 Netware 
  43.  utilities.
  44.  
  45.  You cannot use the new requester's utility installation procedure to 
  46.  install the OS/2 1.3 utilities for Netware.
  47.  
  48.  Unless every application you plan to run is off the server, a 120M hard 
  49.  drive as the recommend minimum hard drive on a network attached workstation
  50.  (non-RIPL).
  51.  
  52.  12M is the recommended RAM for a network attached workstation.
  53.  
  54.  Netware for OS/2 does not have search drives like DOS.  Include any drive
  55.  mappings on the workstation in the CONFIG.SYS.  There are advantages to
  56.  this, as you can path out data paths (DPATH), etc.
  57.  
  58.  You will need the Supervisor Password for your server to successfully
  59.  install the Server Utilities (creates new directories and copy files on
  60.  SYS directory). 
  61.  
  62.  The order of the protocol statements in the CONFIG.SYS is not just
  63.  important, some of them are critical.
  64.  
  65.  The Netware utilities appear to create a new user definition in the \MAIL
  66.  directory of the server.  Rights and user names may be carried over, but
  67.  login scripts and the system login script are not.
  68.  
  69.  A REXX command file can be created to autorun the login procedure similar
  70.  to the scripts placed in a DOS AUTOEXEC.BAT.  A program object of the
  71.  login command file can then be placed in the Startup Folder.
  72.  
  73.  Netware will present the Netware login drive as L:\OS2.
  74.  
  75.  This configuration has not been tested with an Ethernet card or TCP/IP.