home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / ASYBEUI.ZIP / README.DOC < prev   
Text File  |  1991-01-28  |  6KB  |  151 lines

  1.  
  2. USING THE LANMAN SETUP PROGRAM TO INSTALL THE ASYBEUI/ASYNCMAC DRIVERS
  3.  
  4. This file contains information on installing the AsyncBeui and the
  5. AsyncMac drivers required to allow a remote client to dial into your
  6. LAN Manager 2.0 server.
  7.  
  8. CREATING A LANMAN IMPORT DRIVER DISKETTE
  9.  
  10. 1. Format a diskette and label the volume OEMDRIVER.
  11.  
  12. 2. Create the following subdirectories on the diskette and include
  13.    the files shown below in each subdirectory:
  14.  
  15.    \ (root)
  16.        |
  17.        |--- MSLANMAN.OS2
  18.           |
  19.           |--- DRIVERS
  20.              |
  21.              |--- NIF
  22.              |       |
  23.              |       CPQASY.NIF
  24.              |
  25.              |--- XIF
  26.              |       |
  27.              |       ASYBEUI.XIF
  28.              |
  29.              |--- ASYNC
  30.              |        |
  31.              |        |--- CPQASY
  32.              |           |
  33.              |           CPQASY.OS2
  34.              |           CPQASY.SYM
  35.              |           (PROTOCOL.ASY renamed to) --> PROTOCOL.INI
  36.              |
  37.              |--- PROTOCOL
  38.                 |
  39.                 |--- ASYBEUI
  40.                    |
  41.                    ASYBEUI.OS2
  42.                    ASYBEUI.SYM
  43.                    (PROTOCOL.PRO renamed to) --> PROTOCOL.INI
  44.  
  45.  
  46. INSTRUCTIONS ON INSTALLING THE SOFTWARE ON THE SERVER
  47.  
  48. 1.  Change to the Lanman directory on your computer and run the Setup program.
  49.  
  50.     C:\LANMAN> setup
  51.  
  52. 2.  Hit Return after reading the initial screen, which gives instructions on
  53.     which options to select for Installing Lanman, and for modifying an
  54.     existing installation. We have to choose the Modify option.
  55.  
  56. 3.  Select the Actions menu and the Import Network Drivers option.
  57.  
  58. 4.  Follow the prompting screens that appear until you arrive at the Import
  59.     Network Drivers screen.  Using either your space bar or your mouse, mark
  60.     the network adapter card and protocol sections in order to import the
  61.     Compaq Async Driver and Protocol onto your hard drive system
  62.  
  63. 5.  When the import process is completed, select the Actions menu and the
  64.     View/Modify option in it.
  65.  
  66. 6.  Some more screens will pop up, and unless you wish to change something keep
  67.     hitting return, until you reach the Network Configuration screen.
  68.  
  69. 7.  You can use the TAB key to move between the windows shown in this screen
  70.     or you can use the mouse. Move to the window titled Network Adapter Cards.
  71.  
  72. 8.  Search through all the entries (using either the mouse or the cursor keys)
  73.     until you find the entry 'COMPAQ Async NDI'.
  74.  
  75. 9.  Now select the ADD DRIVER option (by holding down ALT+A or clicking that
  76.     option using the mouse). You should see a new entry appear in the Network
  77.     Configuration window. It should look like the following:
  78.  
  79.     COMPAQ Async NDI...........................(Protocol Needed)
  80.  
  81. 10. Now select the AsyncBeui protocol for this driver. Move to the Protocols
  82.     window. There should be an entry titled AsyncBeui 2.0. With the highlight
  83.     on this option, choose the ADD PROTOCOL option (by holding down ALT+P or
  84.     using the mouse). The added entry in the Network Configuration window
  85.     should change and should look something like this:
  86.  
  87.     COMPAQ Async NDI.............................AsyncBeui 2.0
  88.  
  89. 11. Choose the Done option (ALT+D or use the mouse).
  90.  
  91. 12. This should return you to the main screen of the Lanman Setup program. Now
  92.     exit the Setup program by choosing the Exit option. Setup warns you about
  93.     the changes you made and asks if you want them saved. Choose YES (default).
  94.  
  95. 13. Setup will save the changes and exit the program.
  96.  
  97. The Async software has now been installed. There are a few more configuration
  98. issues left to deal with.
  99.  
  100.  
  101. SERVER CONFIGURATION- Enabling Auto Answer for Dial-in Services
  102.  
  103. The server might have the modem connected to either COM1 or COM2 or both.
  104. We consider the simpler case of the modem being connected to either one of these
  105. COM ports. The PROTOCOL.INI file in the C:\LANMAN directory can be modified so
  106. that AUTOANSWER is enabled at the port at Boot time.
  107.  
  108. If you choose to enable AUTOANSWER at Boot time, do the following:
  109.  
  110. 1.  Go into the C:\LANMAN directory
  111. 2.  Use your favorite editor to edit the PROTOCOL.INI file in this directory.
  112. 3.  Search for the section which should look similar to the one shown below
  113.  
  114.     [CPQASY_NIF]
  115.     ;****COMPAQ ASYNC NDI****
  116.     ;****         ****
  117.  
  118.     ;AUTOANSWER  = COM2
  119.     BAUDRATE     = 2400
  120.     DRIVERNAME     = CPQASY$
  121.     MAXRECEIVES     = 3
  122.     MAXTRANSMITS = 8
  123.     MAXFRAMESIZE = 1518
  124.  
  125. The AUTOANSWER parameter is the one which should be changed to reflect the port
  126. that the modem is connected to, on the server. Remove the semi-colon before the
  127. line (semi-colons are used to comment out a line), and change the COM2 value to
  128. COM1 (if the modem is connected to COM1) or let it remain as it is (if the modem
  129. is connected to COM2). Save the file. You will have to reboot the system for the
  130. changes to take effect.
  131.  
  132. Your LAN Manager 2.0 server should now be accessible over a phone line from a
  133. remote workstation running the Asybeui protocol.  The driver will establish a
  134. named pipe session on your server that will allow remote access to your SQL
  135. Server data.
  136.  
  137.  
  138. NOTES:
  139.  
  140. 1.  The async driver, cpqasy.os2 will attempt to use the com port it needs.
  141.     If you have installed any other com drivers, then the cpqasy driver will
  142.     fail to install (if autoanswer is enabled at boot time), or the NET REMOTE
  143.     program will indicate that you cannot dial out on a particular port as it
  144.     is not available. So on a PS/2, DO NOT install the COM02.SYS driver before
  145.     the CPQASY.OS2 driver, as the com driver will take over all the ports on the
  146.     PS/2.
  147.  
  148. 2.  From the feedback received, this setup does not seem to work with the Hayes
  149.     compatible IBM internal modem. The differences have not been examined yet, and
  150.     a solution is not yet available.
  151.