home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / patches / nts2 / readme.nts < prev    next >
Encoding:
Text File  |  1993-09-13  |  23.5 KB  |  726 lines

  1. NTS/2* README (09/93)
  2. ---------------------
  3.  
  4. This README file contains information pertaining to the
  5. installation, configuration, and operation of NTS/2.  It
  6. provides compatibility information and other useful tips
  7. for the use of NTS/2 functions.  The information was
  8. collected during the final comprehensive system and
  9. compatibility testing phases.  It was not finalized
  10. before the publications were printed and we want to share
  11. this information with you.  Also, should you encounter
  12. problems with installation or customization of the
  13. features of this product, please refer to the section
  14. on conferencing tools later in this README for
  15. information on how to get help.
  16.  
  17. The following topics are covered in this README:
  18.  
  19. o LAN Server 2.0 upgrade to LAN Server 3.0
  20.  
  21. o Conferencing Tool for NTS/2
  22.  
  23. o Tracenames parameter for tracing Netbios
  24.  
  25. o ODI2NDI obtains universal address automatically
  26.  
  27. o LAPS ICON on the desktop
  28.  
  29. o Emulator Configuration for 802.2 VDD
  30.  
  31. o DOS Settings - PC3270* for DOS emulator
  32.  
  33. o DOS Settings - PC3270 for Windows emulator
  34.  
  35. o DOS Settings - Attachmate's Extra! Extended** for DOS
  36.  
  37. o DOS Settings - Attachmate's Extra! Extended** for Windows
  38.  
  39. o DOS Settings - PC Support/400*
  40.  
  41. o DOS Settings - Wall Data's Rumba/400** emulator
  42.  
  43. o DOS Settings - Wall Data's Rumba/3270** emulator
  44.  
  45. o DOS Settings - TCP/IP* for DOS
  46.  
  47. o Application Considerations - TCP/IP* for DOS
  48.  
  49. o Installing Additional Network Drivers Via LAPS
  50.  
  51. o Installing IBM Extended Services V1.0 Remote Data Services
  52.  
  53. o Trademarks and Service Marks
  54.  
  55.  
  56. Please refer to the following topics in the OS/2*
  57. README for general information regarding
  58. configuration and restrictions of DOS and Windows
  59. applications running under OS/2 supervision:
  60.  
  61. o  Application considerations,
  62.  
  63. o  Performance of Windows Applications, and
  64.  
  65. o  Windows** Version 3.0 Programs Support
  66.  
  67.  
  68.  
  69. IBM LAN Server 2.0 upgrade to IBM LAN Server 3.0
  70. --------------------------------------------------
  71. IBM LAN Server 2.0 users upgrading to IBM LAN Server
  72. 3.0 need to run NTS/2's LAPS configuration utility
  73. to install the proper netbios.os2 file.  Failure to
  74. perform the following steps can result in unstable
  75. LAN Server 3.0 operations.
  76.  
  77. The following steps should be performed:
  78.  
  79. 1.  Select the LAPS Icon or invoke LAPS from the \IBMCOM
  80.     sub-directory.
  81.  
  82. 2.  Select Configure from the LAPS logo window and
  83.     Configure LAN transports.
  84.  
  85. 3.  No changes are necessary, however re-configuration may
  86.     take place at this time.  After finishing, select OK.
  87.  
  88. 4.  At the LAPS logo window, select Exit.
  89.  
  90. 5.  After making the drive selection select Continue...
  91.     from the CONFIG.SYS Updates window.
  92.  
  93. 6.  The system must be shut down and restarted.
  94.  
  95.  
  96.  
  97. CONFERENCING TOOL FOR NTS/2
  98. ---------------------------
  99.  
  100. The OS2LAN CFORUM is available to present issues,
  101. questions, and problems encountered during the
  102. installation, customization and use of NTS/2.
  103. The OS2LAN CFORUM is a conferencing tool on
  104. the OS/2 Bulletin Board System.  To obtain
  105. information about the OS/2 Bulletin Board
  106. System call 1-800-547-1283 and ask for the
  107. welcome package.
  108.  
  109.  
  110.  
  111. TRACENAME PARAMETER FOR TRACING NETBIOS
  112. ---------------------------------------
  113.  
  114.  
  115. The TRACENAMES parameter is used to limit tracing activity to
  116. the interaction between specified machines.  Prior to the offering
  117. of this parameter, tracing at the transport level picked up all
  118. frame activity on the line, causing the trace buffer to quickly fill
  119. with irrelevant frame records.  This parameter is ideal for isolating
  120. a problem between a server and requester on a large network.
  121.  
  122. Tracing is limited by selecting Netbios names on remote machines
  123. using the TRACENAMES parameter.  Names may be specified as either
  124. a 16 byte ACSII or 32 byte Hex value.  Up to 4 names can be selected
  125. in either format.  The wild card character "*" can be used in the
  126. ASCII format for ease of use, or to increase the number of remote
  127. names traced if machines have similar names.  All names must reside
  128. on the same line as the TRACENAMES parameter.  Incorrect length or
  129. non-valid hex numbers will cause an error and Netbeui will not load.
  130. The recommended setting is 0x07FF.  NDIS activity will not be filtered
  131. if the NDIS bits are activated in OS2TRACEMASK.
  132.  
  133. TRACENAMES works in conjunction with the OS2TRACEMASK parameter and
  134. the TRACEOFF parameter already available for Netbeui in NTS/2 version
  135. 1.0 and Lan Server 3.0.  The OS2TRACEMASK must be set to the necessary
  136. non-zero values to activate any Netbios traces.
  137.  
  138. The TRACENAMES parameter must be inserted into the PROTOCOL.INI file
  139. using an editor, and is not yet a part of the LAPS config and install
  140. tool.  TRACENAMES must be placed only in the NETBEUI_nif section.  The
  141. following example shows the general location and format of the parameter.
  142.  
  143.  
  144. PROTOCOL.INI
  145.  
  146.   [NETBEUI_nif]
  147.  
  148.     DriverName = netbeui$
  149.     Bindings = IBMTOK_nif
  150.     ...
  151.     ...
  152.     DLCRETRIES = 5
  153.     OS2TRACEMASK = 0x07FF
  154.     TRACENAMES = "req1            " "req2            " "req3            "
  155.  
  156.  
  157. Other valid TRACENAMES formats are:
  158.  
  159.  
  160.     TRACENAMES = "72617131202020202020202020202000" "req2           *"
  161.     TRACENAMES = "req*************" "72617131202020202020202020202020"
  162.  
  163.  
  164.  
  165. Tracing Specifics.
  166.  
  167. Activity relevant to the remote Netbios name will be traced.  This
  168. includes NCBs issued with that remote name, as well as all session
  169. activity related to that remote name.  All statuses from the lower
  170. layers are reported whether related to the remote station or not.
  171. Frame activity between the remote and local machines is tracked by
  172. LSN number after the session is established with the remote machine.
  173. A maximum of 12 active sessions will be tracked.
  174.  
  175. Some NCBs are not associated with a remote name or LSN, and are not
  176. traced.
  177.  
  178.     Add Name
  179.     Add Group Name
  180.     Delete Name
  181.     Cancel
  182.     LAN Status
  183.     Session Status
  184.     Receive Broadcast Datagram
  185.     Send Broadcast Datagram
  186.  
  187. NCB.Reset is traced even though it is not related to sessions or specific
  188. names.  Datagrams and other UI frames are traced if they contain a
  189. remote name specified in TRACENAMES.  Receive.Any type commands will
  190. be traced on completion if they report a session event related to a
  191. specified remote machine.
  192.  
  193.  
  194.  
  195. ODI2NDI OBTAINS UNIVERSAL ADDRESS AUTOMATICALLY
  196. -----------------------------------------------
  197.  
  198. For ODI2NDI.OS2(v1.0), configuration of the NETADDRESS parameter was
  199. required, even if the user wanted to use the Network adapter's universally
  200. administered address.  This requirement is necessary because ODI2NDI
  201. must provide the NETADDRESS to the ODI protocol (IPX) before ODI2NDI
  202. can obtain the adapter's netaddress via the NDIS interface.
  203.  
  204. ODI2NDI.OS2(v1.1) has been modified so that it will attempt to obtain the
  205. Network adapter's universal address automatically when the NETADDRESS
  206. parameter has not been configured for ODI2NDI.OS2.  To take advantage of
  207. this enhancement, some manual modification of CONFIG.SYS is required.
  208. First, configure ODI2NDI for a Network adapter MAC using the LAPS
  209. configuration utility as usual. Next, manually perform the following
  210. updates to CONFIG.SYS:
  211.  
  212. 1) Locate the Network adapter's MAC device driver statement in CONFIG.SYS.
  213.    For example, for IBM Token Ring Network Adapters, the MAC device
  214.    driver statement is:
  215.  
  216.    DEVICE=C:\IBMCOM\MACS\IBMTOK.OS2
  217.  
  218.  
  219. 2) Position the the MAC device driver statement after the PROTMAN.OS2
  220.    device driver statement, but before the ODI2NDI.OS2 device driver
  221.    statement in CONFIG.SYS.  An example CONFIG.SYS fragment follows:
  222.  
  223.       :
  224.       :
  225.    DEVICE=C:\IBMCOM\PROTMAN.OS2 /I:C:\IBMCOM
  226.       :
  227.       :
  228.    DEVICE=C:\IBMCOM\MACS\IBMTOK.OS2
  229.       :
  230.       :
  231.    REM --- NetWare Requester statements BEGIN ---
  232.    DEVICE=C:\NETWARE\LSL.SYS
  233.    RUN=C:\NETWARE\DDAEMON.EXE
  234.    device = C:\ibmcom\protocol\odi2ndi.os2
  235.       :
  236.       :
  237.  
  238. 3) Save the modified CONFIG.SYS.  You must restart your computer
  239.    for the change to take effect.
  240.  
  241. The manual updates to CONFIG.SYS only need to be done the first time
  242. the ODI2NDI protocol is configured for a Network Adapter MAC.
  243. Modifying ODI2NDI or MAC parameters does not require that the manual
  244. updates to CONFIG.SYS be done again.
  245.  
  246. NOTE: This enhancement will NOT work with ALL Network adapters.  If the
  247. enhancement does not work with your Network adapter, message LT80227 will
  248. be displayed when you start your computer. This message will
  249. also be logged in the LANTRAN.LOG file located in the IBMCOM
  250. subdirectory.  If message LT80227 occurs, use the LAPS configuration
  251. utility to configure the NETADDRESS for ODI2NDI.OS2.
  252.  
  253.  
  254. The ODI2NDI.OS2 device driver will automatically obtain the adapter's
  255. permanent address from the MAC if the NETADDRESS parameter is not configured
  256. in the ODI2NDI section of the PROTOCOL.INI file.  It was an requirement that
  257. the user configure an network address when configuring ODI2NDI
  258. (IBM NetWare requester support) device driver.
  259.  
  260.  
  261.  
  262. LAPS ICON ON THE DESKTOP
  263. ------------------------
  264.  
  265. After installing and configuring NTS/2's LAN Adapter and Protocol Support
  266. (LAPS) on a OS/2 2.x system, a LAPS ICON is placed in the System Setup
  267. container.  When doubled clicked, it brings up the LAPS
  268. installation/configuration utility.
  269.  
  270.  
  271.  
  272. EMULATOR CONFIGURATION FOR 802.2 VDD
  273. ------------------------------------
  274.  
  275. To make your emulator easier to use, we recommend
  276. creating an icon on your OS/2 desktop for your
  277. emulator.  In the discussions below relating to
  278. emulator settings, D:\EMULPATH refers to the drive
  279. and path of where your emulator program is
  280. installed.  CFGFILE refers to the name of your
  281. emulator configuration file.  The path and
  282. configuration file name of your particular emulator
  283. will be different from the examples below.
  284.  
  285. Notes concerning Windows Emulators
  286. ----------------------------------
  287.  
  288. Note 1 - If a Windows emulator will not successfully
  289. start while another Windows emulator is running it may
  290. be necessary to start the emulators in reverse order.
  291.  
  292. Note 2 - If a Windows emulator will not successfully
  293. start while another Windows emulator is running it may
  294. be necessary to toggle (Ctrl-Esc) back and forth to the
  295. OS/2 desktop or it may be necessary to minimize the
  296. running emulator session before starting the second
  297. emulator.
  298.  
  299. Note 3 - It is not possible to run two WinOS2 sessions
  300. while using XGA video mode. Refer to the OS/2 README for
  301. additional information on restrictions using WinOS2 and
  302. XGA.
  303.  
  304.  
  305.  
  306. DOS Settings - PC3270* for DOS emulator
  307. --------------------------------------
  308.  
  309. 1.  On the Program panel, set the following
  310.     parameters:
  311.  
  312.     Path/Filename = D:\EMULPATH\CFGFILE.BAT
  313.     Parameters    = blank
  314.     Working Directory = D:\EMULPATH
  315.  
  316. 2.  On the Session panel, select DOS Full Screen.
  317.  
  318. 3.  Before attempting to run PC3270 for DOS, you
  319.     must edit your CFGFILE.BAT file, and add
  320.     COMMAND.COM as the last line in the file.
  321.     This must be done every time you change your
  322.     emulator configuration.  Failure to add
  323.     COMMAND.COM to your .BAT file will cause
  324.     PC3270 to exit when it attempts to return
  325.     control to DOS.
  326.  
  327.  
  328. DOS Settings - PC3270 for Windows emulator
  329. ------------------------------------------
  330.  
  331. PC3270 for Windows can run either as a regular
  332. Windows program (inside a Win-OS/2* session), or
  333. it can run 'seamlessly.'  Seamless means the
  334. PC3270 windows appear on top of the OS/2 desktop
  335. directly, instead of appearing inside a Win-OS/2
  336. command prompt.
  337.  
  338.  
  339. To run PC3270 as a Win-OS/2 application:
  340.  
  341. 1.  Create a file called CFGFILE.BAT.  This file
  342.     should look like this:
  343.  
  344.     @ECHO OFF
  345.     COPY D:\EMULPATH\CFGFILE.CNF D:\EMULPATH\$$TEMP$$.BAT > NUL
  346.     CALL D:\EMULPATH\$$TEMP$$.BAT
  347.     ERASE D:\EMULPATH\$$TEMP$$.BAT
  348.     CALL D:\EMULPATH\SOMEFILE %1 %2 %3 %4 %5 %6 %7 %8 %9
  349.  
  350. 2.  Create another file called SOMEFILE.BAT (this
  351.     file is referenced in CFGFILE.BAT:
  352.  
  353.     @ECHO OFF
  354.     C:\OS2\MDOS\WINOS2\WINOS2
  355.     D:\EMULPATH\PCSPDOS.EXE -END
  356.  
  357. 3.  On the Program panel, set the following
  358.     parameters:
  359.  
  360.     Path/Filename = D:\EMULPATH\CFGFILE.BAT
  361.     Parameters    = blank
  362.     Working Directory = D:\EMULPATH
  363.  
  364. 4.  On the Session panel, select DOS Full Screen.
  365.  
  366.  
  367. To run PC3270 Seamlessly:
  368.  
  369. 1.  Create a file called CFGFILE.BAT.  This file
  370.     should look like this:
  371.  
  372.     @ECHO OFF
  373.     COPY D:\EMULPATH\CFGFILE.CNF D:\EMULPATH\$$TEMP$$.BAT > NUL
  374.     CALL D:\EMULPATH\$$TEMP$$.BAT
  375.     WINOS2.COM PCS3270.EXE
  376.  
  377. 2.  On the Program panel, set the following
  378.     parameters:
  379.  
  380.     Path/Filename = D:\EMULPATH\PC3270W.EXE
  381.     Parameters    = blank
  382.     Working Directory = D:\EMULPATH
  383.  
  384. 3.  On the Session panel, select Win-OS/2 window,
  385.     click on Separate Session, then click on
  386.     Win-OS/2 Settings.
  387.  
  388. 4.  On the Win-OS/2 Settings panel, add the
  389.     following to the end of the DOS_SHELL
  390.     statement:
  391.  
  392.     /C D:\EMULPATH\CFGFILE.BAT
  393.  
  394. Note - If you start PC3270 for Windows, and get a message
  395. saying there is invalid TSR information, then edit
  396. the CFGFILE.CNF file and change the line
  397. 'REM TSR=N' to 'REM TSR=Y.'
  398.  
  399.  
  400.  
  401. DOS Settings - Attachmate's Extra! Extended** for DOS
  402. -----------------------------------------------------
  403.  
  404. 1.  On the Program panel, set the following
  405.     parameters:
  406.  
  407.     Path/Filename = D:\EMULPATH\CFGFILE.BAT
  408.     Parameters    = blank
  409.     Working Directory = D:\EMULPATH
  410.  
  411. 2.  On the Session panel, select DOS Full Screen.
  412.  
  413. 3.  Before attempting to run Extra! for DOS, you
  414.     must edit your CFGFILE.BAT file, and add
  415.     COMMAND.COM as the last line in the file.
  416.     This must be done every time you change your
  417.     emulator configuration.  Failure to add
  418.     COMMAND.COM to your .BAT file will cause
  419.     Extra! to exit when it attempts to return
  420.     control to DOS.
  421.  
  422. Note - It may be necessary to run the VDM configuration
  423. utility, LTSVCFG, with the P=x parameter where x
  424. is a nonzero value indicating the number of half
  425. seconds the deadman timer will wait before expiring.
  426. This will be necessary if the emulator looks like it is
  427. hung. Typically this value should be set to 2 if needed.
  428.  
  429.  
  430.  
  431. DOS Settings - Attachmate's Extra! Extended** for Windows
  432. ---------------------------------------------------------
  433.  
  434. 1.  Create a file called EXTRA.BAT.  This file
  435.     should look like this:
  436.  
  437.     @ECHO OFF
  438.     C:\OS2\MDOS\WINOS2\WINOS2
  439.  
  440. 2.  On the Program panel, set the following
  441.     parameters:
  442.  
  443.     Path/Filename = D:\EMULPATH\EXTRA.BAT
  444.     Parameters    = blank
  445.     Working Directory = D:\EMULPATH
  446.  
  447. 3.  On the Session panel, select DOS Full Screen.
  448.  
  449. Note 1 - The Extra! for Windows installation program
  450. normally modifies the AUTOEXEC.BAT file to add its
  451. directory to the PATH statement, and to add a
  452. DLCINTFC statement if Lan support is used.  This
  453. information is also needed when running under
  454. OS/2.  We suggest you keep this information in
  455. your AUTOEXEC.BAT file, exactly as Extra! for
  456. Windows placed it.  Alternatively, you can add the
  457. DLCINTFC statement to your EXTRA.BAT file instead
  458. of adding it to AUTOEXEC.BAT.
  459.  
  460.  
  461.  
  462. DOS Settings - PC Support/400*
  463. ------------------------------
  464.  
  465. PC Support will not run correctly in DOS Emulation
  466. mode.  To run PC Support, you must start a version of
  467. DOS (such as DOS 5.0, etc.) that will run PC Support.
  468. Please refer to the Master Help Index of OS/2 for
  469. information on how to start a specific version of DOS.
  470. Search for 'Starting DOS.'
  471.  
  472. When you create a diskette or diskimage for a specific
  473. version of DOS, you must insure the CONFIG.SYS file
  474. for that DOS version loads the following device
  475. drivers:
  476.  
  477. DEVICE=C:\IBMCOM\PROTOCOL\LANVMEM.SYS
  478. DEVICE=D:\EMULPATH\EIMPCS.SYS
  479. DEVICE=D:\EMULPATH\ECYDDX.SYS
  480.  
  481. In addition, you may want to create an AUTOEXEC.BAT
  482. file for your specific DOS version that automatically
  483. starts PC Support.  To do this, invoke STARTPCS.BAT
  484. from your AUTOEXEC.BAT file.
  485.  
  486.  
  487. 1.  On the Program panel, set the following
  488.     parameters:
  489.  
  490.     Path/Filename = *
  491.     Parameters    = blank
  492.     Working Directory = D:\EMULPATH
  493.  
  494. 2.  On the Session panel, select DOS Full Screen,
  495.     then click on DOS Settings.
  496.  
  497. 3.  On the DOS Settings panel, set the following
  498.     parameters:
  499.  
  500.     DOS_STARTUP_DRIVE = A:\
  501.     KBD_CONTROL_BYPASS = ALT_ESC
  502.  
  503. In this example, DOS_STARTUP_DRIVE is set to
  504. A:\ with the assumption you are loading the
  505. specific DOS version from diskette.  If you
  506. load the specific DOS version from a diskette
  507. image file on your hard drive, update the
  508. DOS_STARTUP_DRIVE accordingly.
  509.  
  510. Note 1 - The PC Support installation program may
  511. update the CONFIG.SYS file and add two device
  512. drivers 'EIMPCS.SYS' and 'ECYDDX.SYS.'  If these
  513. statements are in your CONFIG.SYS, remove them.
  514. Under OS/2, these statements will instead be
  515. loaded from your bootable DOS diskette.
  516.  
  517. Note 2 - Each Virtual DOS Machine (VDM) will need a
  518. separate APPC controller on the AS/400.  The controllers
  519. can be exactly the same except for the LAN destination
  520. service access point (LAN DSAP: 08).  A line in the
  521. CONFIG.PCS needs to contain a matching TRSS entry
  522. (TRSS 08).
  523.  
  524. Note 3 - It is necessary to run the VDM configuration
  525. utility, LTSVCFG, with the P=x parameter where x
  526. is a nonzero value indicating the number of half
  527. seconds the deadman timer will wait before expiring.
  528. Typically this value should be set to 1 for using a
  529. single VDM and increased to 4 if additional VM Boot
  530. sessions are active.  When additional VM Boot sessions
  531. are active it is recommended to decrease the MAXWAIT
  532. parameter in CONFIG.SYS to 1 second.
  533.  
  534. Note 4 - When running more than 2 sessions in a stress
  535. environment it may be necessary to obtain the OS/2 2.0
  536. Service Pak.
  537.  
  538. Note 5 - For valuable information required for operating
  539. PC Support/400 in a VDM, please reference IBM
  540. publication GG24-3856 entitled "Using DOS
  541. PC Support/400 in OS/2 2.0 Virtual DOS Machines".
  542.  
  543.  
  544.  
  545.  
  546. DOS Settings - Wall Data's Rumba/400** emulator
  547. -----------------------------------------------
  548.  
  549. 1.  Create a file called RUMBA.BAT.  This file
  550.     should look like this:
  551.  
  552.     @ECHO OFF
  553.     D:\PCS\STARTRTR D:\PCS\CONFIG.PCS
  554.     C:\OS2\MDOS\WINOS2\WINOS2
  555.  
  556.     In this example, D:\PCS is the directory where
  557.     PC Support is installed.  Rumba/400 requires
  558.     PC Support in order to run.
  559.  
  560. 2.  On the Program panel, set the following
  561.     parameters:
  562.  
  563.     Path/Filename = D:\EMULPATH\RUMBA.BAT
  564.     Parameters    = blank
  565.     Working Directory = D:\EMULPATH
  566.  
  567. 3.  On the Session panel, select DOS Full Screen.
  568.  
  569.  
  570.  
  571.  
  572. DOS Settings - Wall Data's Rumba/3270** emulator
  573. ------------------------------------------------
  574.  
  575. 1.  Create a file called RUMBA.BAT.  This file
  576.     should look like this:
  577.  
  578.     @ECHO OFF
  579.     D:\EMULPATH\WDTOKTSR.EXE /R=16 /T=8
  580.     C:\OS2\MDOS\WINOS2\WINOS2
  581.  
  582.     The WDTOKTSR.EXE file is required by Rumba in
  583.     order to use Lan support.  Refer to the Rumba
  584.     program documentation for more information
  585.     about command line parameters.  We have found
  586.     the above parameters work in most cases.
  587.  
  588. 2.  On the Program panel, set the following
  589.     parameters:
  590.  
  591.     Path/Filename = D:\EMULPATH\RUMBA.BAT
  592.     Parameters    = blank
  593.     Working Directory = D:\EMULPATH
  594.  
  595. 3.  On the Session panel, select DOS Full Screen.
  596.  
  597.  
  598.  
  599. DOS SETTINGS - TCP/IP* for DOS
  600. ------------------------------
  601. Before you can use TCP/IP under OS/2 2.0, you must set
  602. up certain DOS settings.  To create an icon and
  603. initialize the DOS settings, follow these steps:
  604.  
  605. 1.  On the Program panel, set the following parameters:
  606.  
  607.     o  Path/Filename = *
  608.     o  Parameters = Blank
  609.     o  Working Directory = C:\TCPDOS
  610.       (Assuming TCP/IP was installed on C:\TCPDOS)
  611.  
  612. 2.  On the DOS Settings panel, click on 'Session' and
  613.     set the following parameters:
  614.  
  615.     o  DOS_DEVICE = C:\TCPDOS\BIN\NETDEV.SYS
  616.       (Assuming TCP/IP was installed on C:\TCPDOS)
  617.  
  618.  
  619. APPLICATION CONSIDERATIONS - TCP/IP* for DOS
  620. --------------------------------------------
  621. To run TCP/IP over the VDD, it is first necessary to run
  622. LTSVCFG.COM with the parameter D=1.  This is necessary
  623. because TCP/IP uses the direct station link of the 802.2
  624. protocol.  If running over adapter 0 then run LTSVCFG
  625. D=1, if running over adapter 1 then LTSVCFG / D=1, or if
  626. running over adapter 2 then LTSVCFG / / D=1.  A slash is
  627. used to signify the adapter number.  LTSVCFG can be
  628. included in the AUTOEXEC.BAT file so it will be executed
  629. automatically when you double click on the TCP/IP icon,
  630. or it can be run manually from the DOS command prompt.
  631. Regardless, LTSVCFG with the D=1 parameter must be run
  632. before executing TCPSTART.BAT.
  633.  
  634. When running TCP/IP's file transfer application FTPD and
  635. FTP it is necessary to clear the APPEND environment
  636. variable on both the server and client machines.  This
  637. can be done by commenting out the LOADHIGH APPEND
  638. C:\OS2;C:\OS2\SYSTEM statement in the AUTOEXEC.BAT file,
  639. or by entering APPEND=* at the DOS command prompt.  This
  640. is necessary because if the files being transferred
  641. appear in the APPEND path of the destination machine,
  642. the APPEND path will override the specified destination
  643. path.
  644.  
  645.  
  646. INSTALLING ADDITIONAL NETWORK DRIVERS VIA LAPS
  647. ----------------------------------------------
  648. There are two ways to install additional network drivers
  649. using LAPS in the unattended mode.  The first is
  650. described at the end of Chapter 3 in the LAN Adapter and
  651. Protocol Support Configuration Guide.  In this method,
  652. files are added to the LAPS diskette image on the code
  653. server either in packed or unpacked format.  This method
  654. is recommended when additional driver requirements are
  655. known prior to LAPS installation.  Please note that this
  656. method may only be used when INSTALL=PRODUCT in the LAPS
  657. response file.
  658.  
  659. To install additional drivers via response files after
  660. LAPS installation, you must specify INSTALL=ADDITIONAL in
  661. the LAPS response file.  In this case, all the required
  662. network driver files must be stored in a single
  663. subdirectory. The /S: parameter of the LAPS invocation
  664. must specify the location of that subdirectory.
  665. Additionally, the drive on which LAPS is installed must
  666. be specified by either the /T: invocation parameter or
  667. the TARGET= keyword in the response file.
  668.  
  669.  
  670.  
  671. INSTALLING IBM EXTENDED SERVICES V1.0 REMOTE DATA SERVICES
  672. ----------------------------------------------------------
  673.  
  674. The Remote Data Services feature of IBM Extended Services
  675. Version 1.0 should be installed using the Basic Configuration
  676. and Installation Option from the Extended Services Installation
  677. Options menu.  This will ensure that the all Extended Services
  678. internal data structures are setup to recognize the presence of
  679. NTS/2.
  680.  
  681.  
  682.  
  683. TRADEMARKS AND SERVICE MARKS
  684. ----------------------------
  685.  
  686. Terms denoted by a single asterisk in this file
  687. (*) are trademarks of the IBM Corporation in the
  688. United States and/or other countries.  These terms
  689. include:
  690.  
  691.   IBM
  692.   NTS/2 (acronym for Network Transport Services for OS/2
  693.   OS/2
  694.   PC SUPPORT
  695.   PC3270
  696.   TCP/IP (acronym for IBM Transmission Control Protocol/
  697.           Internet Protocol)
  698.   WIN-OS/2
  699.  
  700. Terms denoted by a double asterisk in this file
  701. (**) are trademarks of other companies.  Other
  702. trademarks appearing in this file are owned by
  703. their respective companies.
  704.  
  705. Rumba/400 and Rumba/3270 are trademarks of Wall Data Corporation
  706. Extra! Extended is a trademark of Attachemate Corporation
  707. Windows is a trademark of Microsoft Corporation.
  708.  
  709.  
  710. IBM DISCLAIMS ALL WARRANTIES, WHETHER EXPRESSED OR
  711. IMPLIED, INCLUDING WITHOUT LIMITATION, WARRANTIES
  712. OF FITNESS AND MERCHANTABILITY WITH RESPECT TO THE
  713. INFORMATION IN THIS DOCUMENT. BY FURNISHING THIS
  714. DOCUMENT, IBM GRANTS NO LICENSES TO ANY RELATED
  715. PATENTS OR COPYRIGHTS.
  716.  
  717. Copyright IBM Corporation, 1992, all rights
  718. reserved.
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.