home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mag&info / astec_93.zip / 0604.TB < prev    next >
Text File  |  1990-01-29  |  5KB  |  138 lines

  1. =============================================================================
  2.  
  3. AST RESEARCH, INC.         TECHNICAL BULLETIN #0604                  01-29-90
  4.  
  5. =============================================================================
  6.  
  7.  
  8.                AST DOS 3.3 AND IBM PC SUPPORT INSTALL UTILITY
  9.  
  10.  
  11. The IBM AS/400 PC Support Install utility Release 1.02 Level 00 does not work
  12. on a PC which uses MS-DOS instead of PC-DOS. The following is a method that
  13. may be used to install the AS/400 PC Support software on an MS-DOS system
  14. that has an AT-style bus and uses the IBM 5250 Enhanced Adapter card. If
  15. using an Enhanced AST-5251/11, Enhanced AST-5251/11 Plus or Enhanced AST-
  16. 5251/11A Plus Adapter card, use the AST Twinax Adapter Handler for AS/400 PC
  17. Support and its documentation.
  18.  
  19. This method assumes that the user is using two 360k diskettes on which to
  20. install the PC Support system. If the user is using a hard disk or diskettes
  21. with higher capacity, all of the files may be put on the single disk in a
  22. single subdirectory.
  23.  
  24. 1.  FORMAT THE DISKS:
  25.  
  26.     Format the first working disk and install the operating system on it.
  27.     Label the disk AS/400 PC SUPPORT, FIRST WORKING DISK. An example of the
  28.     command to use for formatting:
  29.  
  30.           format a: /s
  31.  
  32.     Format the second disk without the operating system. Label the disk
  33.     AS/400 PC SUPPORT, SECOND WORKING DISK. An example of the command to use
  34.     for formatting:
  35.  
  36.           format a:
  37.  
  38.     Copy COMMAND.COM onto the second disk root directory.
  39.  
  40. 2.  CREATE CONFIG.SYS:
  41.  
  42.     Using a text editor such as edlin, create a CONFIG.SYS file in the root
  43.     directory on the first working disk which contains the following lines:
  44.  
  45.           device=\pcs\eimpcs.sys
  46.           device=\pcs\ecyddx.sys
  47.           device=\pcs\fsdd.sys
  48.           files=15
  49.  
  50. 3.  CREATE PCS SUBDIRECTORY:
  51.  
  52.     On each working disk, create a PCS subdirectory using the command:
  53.  
  54.           mkdir \PCS
  55.  
  56. 4.  CREATE CONFIG.PCS:
  57.  
  58.     This file is used by the PC Support system to get information on the
  59.     "name" of the PC, the "name" of the host AS/400 and the station address
  60.     that should be used to communicate to the AS/400. The CONFIG.PCS file
  61.     should be created with a text editor and placed in the PCS subdirectory
  62.     of the second working disk. Typical contents are:
  63.  
  64.           RTYP 5250
  65.           RTLN APPN.Pcname
  66.           EMLI Hostname,2
  67.  
  68.     Pcname is the name of the PC you are using. Each PC connected to the
  69.     AS/400 via PC Support should have a different name. Hostname is the name
  70.     that was given to the host AS/400 when setting up the system. The number
  71.     2 indicates station address 2 is to be used to connect to the AS/400.
  72.     This number ranges from 0 to 6 and should be unique for each station on a
  73.     single twinax cable.
  74.  
  75. 5.  CREATE PCS.BAT FILE:
  76.  
  77.     This batch file is used to start the AS/400 PC Support system. Using a
  78.     text editor create a pcs.bat file on the second working disk in the root
  79.     directory which contains the following lines:
  80.  
  81.           [d:]* \PCS\E5250AH
  82.           [d:]* \PCS\STARTRTR \PCS\CONFIG.PCS
  83.           [d:]* \PCS\FSPC ASSIGN I: QIWSFLR
  84.           I:PCSUPDT I:\ \PCS
  85.           I:STARTMSG \PCS\CONFIG.PCS
  86.           I:VPRT
  87.           I:WSF /T
  88.           IF ERRORLEVEL 20 GOTO DONE
  89.           IF NOT ERRORLEVEL 10 GOTO WORKSTRT
  90.           I:STARTWSF 1
  91.           :WORKSTRT
  92.           I:PCO \PCS\CONFIG.PCS
  93.           :DONE
  94.  
  95.     * Drive letter should designate drive where PCS subdirectory exists.
  96.  
  97.     This batch file may be customized to start only those features of PC
  98.     Support that are desired.
  99.  
  100. 6.  COPY THE FILES FROM THE IBM DISTRIBUTION DISKS TO WORKING DISKS:
  101.  
  102.     Copy the files from the IBM Distribution Disks to the subdirectory \PCS
  103.     on the working disks using the DOS copy command. For example:
  104.  
  105.           copy a:eimpcs.sys b:\pcs\eimpcs.sys
  106.  
  107.     From IBM Distribution Disk 1 to working disk 1 subdirectory \PCS copy:
  108.  
  109.           EIMPCS.SYS
  110.           ECYDDX.SYS
  111.           FSDD.SYS
  112.  
  113.     From IBM Distribution Disk 1 to working disk 2 subdirectory \PCS copy:
  114.  
  115.           E5250AH.COM
  116.           FSPC.EXE
  117.           FSPC.HLP
  118.           XXRTRS.MRI
  119.  
  120.     From IBM Distribution Disk 2 to working disk 2 subdirectory \PCS copy:
  121.  
  122.           STARTRTR.EXE
  123.           E5250RTR.EXE
  124.           STOPRTR.EXE
  125.  
  126. 7.  REBOOT USING FIRST WORKING DISK:
  127.  
  128.     Insert the first working disk in drive A and reboot your computer.
  129.  
  130. 8.  START PC SUPPORT:
  131.  
  132.     Insert the second working disk in the default drive or set the default
  133.     drive to the drive which contains the second working disk. Type PCS to
  134.     invoke the PCS.BAT batch file and start PC Support.
  135.  
  136.     Steps 7 and 8 may now be repeated to run AS/400 PC Support at future
  137.     times.
  138.