home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / netcsd.zip / NETCSD.DOC < prev    next >
Text File  |  1992-07-16  |  4KB  |  112 lines

  1. ************************************************************************
  2. * :title.IBM Netbios Version 1.0.1 for TCP/IP for OS/2.
  3. * :version.1.0.1  :date.92/03/29
  4. ************************************************************************
  5.  
  6. ************************************************************************
  7. *READ ME ********************************************* READ ME *********
  8. ********* READ ME *************************** READ ME ******************
  9. ****************** READ ME ********* READ ME ***************************
  10. *************************** READ ME ************************************
  11. ************************************************************************
  12.  
  13. The NETCSD PACKAGE contains Netbios Version 1.0.1 for TCP/IP for OS/2.
  14. The NETCSD PACKAGE "REPLACES" Netbios Version 1.0 for TCP/IP for OS/2.
  15. The package also includes NBTCP-UG LIST38PP (the user's guide).  The
  16. user's guide has NOT been updated to reflect the new prerequisite
  17. products which are now (1) OS/2 1.3 with EE or OS/2 1.3 with ES or
  18. OS/2 2.0 with ES and (2) OS/2 TCP/IP 1.2.1.
  19.  
  20. APAR #s  Files and directories
  21. -------  ---------------------
  22. PN11905  Entire disk replaced
  23. PN17245  Entire disk replaced
  24. HB31481  Start Using Database returns 11 from NETBIOS (OS/2 DBM)
  25.  
  26.  
  27. ************************************************************************
  28. *READ ME ********************************************* READ ME *********
  29. ********* READ ME *************************** READ ME ******************
  30. ****************** READ ME ********* READ ME ***************************
  31. *************************** READ ME ************************************
  32. ************************************************************************
  33.  
  34.  
  35. Read the following if installing RFC NetBIOS on OS2 2.0
  36.  
  37.  
  38. After installing NetBIOS/TCP, make the following changes.  The
  39. NetBIOS/TCP install will probably *NOT* make all of these
  40. changes:
  41.  
  42. 1)      In the CONFIG.SYS file, make sure that the OS/2 2.0
  43.         NETBEUI.OS2 and NETBIOS.OS2 device statements are
  44.         commented out:
  45.  
  46.                 rem DEVICE=C:\IBMCOM\PROTOCOL\NETBEUI.OS2
  47.  
  48.                 rem DEVICE=C:\IBMCOM\PROTOCOL\NETBIOS.OS2
  49.  
  50. 2)      The  NBDRIVER.SYS statment should precede the INET.SYS and
  51.         IFNDIS.SYS device driver statements.
  52.  
  53. 3)      Is is also important that the
  54.  
  55.                 IFS=C:\IBMLAN\NETPROG\NETWKSTA.200 /I:C:\IBMLAN /N
  56.  
  57.         follow the INET.SYS and IFNDIS.SYS device driver statements.
  58.  
  59. A sample (partial) CONFIG.SYS file:
  60.  
  61.         RUN=C:\OS2\EPW.EXE
  62.         RUN=C:\IBMCOM\PROTOCOL\NETBIND.EXE
  63.         RUN=C:\IBMCOM\LANMSGEX.EXE
  64.         rem DEVICE=C:\IBMCOM\PROTOCOL\NETBEUI.OS2
  65.         DEVICE=C:\IBMLAN\NETPROG\RDRHELP.200
  66.         rem DEVICE=C:\IBMCOM\PROTOCOL\NETBIOS.OS2
  67.         DEVICE=C:\IBMCOM\MACS\IBMTOK.OS2
  68.         DEVICE=C:\CMLIB\RDSLANDD.SYS
  69.         REM *
  70.         REM *
  71.         REM * No Old NetBIOS device statement found
  72.         REM *
  73.         REM * New NetBIOS device statement is:
  74.         DEVICE=d:\nbtcpip\NBDRIVER.SYS -s 50 -c 100 -n 40
  75.         REM *
  76.         REM *
  77.         DEVICE=C:\IBMCOM\PROTOCOL\INET.SYS
  78.         DEVICE=C:\IBMCOM\PROTOCOL\IFNDIS.SYS
  79.         IFS=C:\IBMLAN\NETPROG\NETWKSTA.200 /I:C:\IBMLAN /N
  80.         RUN=C:\IBMLAN\NETPROG\LSDAEMON.EXE
  81.         SET ETC=D:\TCPIP\ETC
  82.         SET TMP=D:\TCPIP\TMP
  83.         RUN=D:\TCPIP\BIN\CNTRL.EXE
  84.         SET HOSTNAME=fred
  85.  
  86. 4)      In the startup.cmd file, make sure that the
  87.         "NET START SERVER" command, if present,
  88.         follows the "START "NetBIOS/TCP..." command.
  89.  
  90. A sample STARTUP.CMD:
  91.  
  92.         CALL D:\TCPIP\BIN\TCPSTART.CMD
  93.         REM *
  94.         REM *
  95.         REM Un-comment the following line to start NetBIOS/TCP
  96.         START "NetBIOS/TCP" d:\nbtcpip\NBTCP -d 9.67.60.88 9.67.60.127
  97.         REM *
  98.         REM *
  99.         NET START REQ
  100.         PAUSE
  101.         @EXIT
  102.  
  103.  
  104. 5)      In the IBMLAN.INI file, in the "net1=" statement, switch netbeui$
  105.         to netbios$, and LM10 to NB30.  That is, change:
  106.  
  107.                 net1=netbeui$,0,LM10, 32, 50, 14
  108.  
  109.         to:
  110.  
  111.                 net1=netbios$,0,NB30, 32, 50, 14
  112.