home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / INREDR.FAX < prev    next >
Text File  |  1995-01-11  |  8KB  |  227 lines

  1. OSINREDR - REDIRECTED INSTALLATION OF OS/2 2.1
  2. 10/26/94
  3.  
  4. ================================================================
  5.         REDIRECTED INSTALLATION OF OS/2 2.1
  6. ================================================================
  7.  
  8.  
  9. IBM owns all rights to this document. It may not be used for
  10. reprint or publication in any form. This document is "AS IS", IBM
  11. makes no warranties to this document.
  12.  
  13. This article was compiled using ITSC's Redbook, OS/2 V2.0 and
  14. V2.1 Remote Installation and Maintenance (GG24-3780-02); NTS/2
  15. Redirected Installation and Configuration Guide (S96F-8488-00);
  16. and NTS/2 LAN Adapter and Protocol Support Configuration Guide
  17. (S96F-8489-00). The above mentioned NTS/2 references are provided
  18. with IBM's OS/2 LAN Server V3.0 (P/N 96f8400 or 96F8414).
  19.  
  20. Code Server and Client Hardware/Software Requirements:
  21. ----------------------------------------------------------------
  22.  
  23. Server Hardware/Software Requirements:
  24.  
  25. 386 or greater
  26. 8MB RAM (16MB suggested)
  27. 1.44MB Drive A
  28. Token Ring Network
  29. 16/4 Token Ring Adapter (ISA or MCA)
  30. DASD requirements: 120MB (recommended)
  31. OS/2 2.1 (recommended)
  32. NTS/2 LAN Adapter and Protocol Support (LAPS) w/ NTS2FIX
  33. (NTS2FIX contains fix to LAPSCID.DLL and LAPSPM.DLL.
  34.  Call 1-800-992-4777 to obtain NTS2FIX or obtain Service
  35.  Level wr07020 of LAPS (recommended) which includes
  36.  NTS2FIX.)
  37. NTS/2 Utilities Disk
  38.  
  39.  
  40. Client Hardware/Software Requirements:
  41.  
  42. 386 or greater
  43. 6MB RAM (minimum)
  44. 1.44MB Drive A
  45. 16/4 Token Ring Adapter (ISA or MCA)
  46. minimum OS/2 DASD requirements
  47.  
  48. The following steps describe how to build an OS/2 redirected
  49. installation server, including Dialog or Reponse
  50. file-driven-methods of installation. In dialog driven
  51. installation, the client drives the installation by answering the
  52. dialog boxes similar to a diskette driven installation. In
  53. Response File installation, the installation process is driven by
  54. the contents of a response file.
  55.  
  56. 1. Create a 60MB primary partition (Drive C) for OS/2 2.1
  57.    (recommended) and LAPS, and an extended logical partition
  58.    (Drive D), 60MB, for your code server.
  59.  
  60. 2. Install OS/2 2.1 on your primary partition.
  61.  
  62. 3. Install LAPS on your primary partition. When you
  63.    configure LAPS, choose the 16/4 Token Ring device drivers and
  64.    OS/2 NETBIOS.
  65.  
  66. 4. On Drive D, create the following directory structure:
  67.  
  68.      D:\SERVER
  69.      D:\CID
  70.      D:\CID\EXE
  71.      D:\CID\EXE\QS2V21
  72.      D:\CID\IMG
  73.      D:\CID\IMG\LAPS
  74.      D:\CID\IMG\OS2V21
  75.      D:\CID\IMG\SRVIFS
  76.      D:\CID\RSP
  77.      D:\CID\RSO\OS2V21
  78.  
  79. 5. Insert the NTS/2 Utilities diskette into drive A and type
  80. the following command:
  81.  
  82.      XCOPY A:\SRVIFS D:\CID\IMG\SRVIFS
  83.      COPY A:\SAMPLE\SERVICE.* D:\SERVER
  84.      COPY D:\CID\IMG\SRVIFS\XI*.* D:\SERVER
  85.      COPY D:\CID\IMG\SRVIFS\SERVOCE.EXE D:\SERVER
  86.  
  87. 6. Copy the LAPS disk to your code server. Insert the NTS/2 LAPS
  88.    diskette into drive A and type:
  89.  
  90.      A:\LAPSDISK A: D:\CID\IMG\LAPS
  91.  
  92. 7. Do the following steps to unpack necessary files for setting
  93.    up the code server.
  94.  
  95.    a. Insert Diskette 7 into drive A
  96.    b. Type: UNPACK A:\CID D:\CID\EXE\OS2V21 and press Enter.
  97.    c. Type: UNPACK A:\REQUIRED D:\CID\EXE\OS2V21 /N:RSPINST.EXE
  98.       and press Enter.
  99.  
  100.    OS/2 diskettes have different color labels due diskette
  101.    compression.  The diskette you need for the next step, depends
  102.    on the color of the diskette label:
  103.           Diskette 13 = Blue 3.5" (L)
  104.           Diskette 11 = Salmon 3.5" (M)
  105.    d. Insert the correct diskette into drive A
  106.    e. Type: UNPACK A:\REQUIRED D:\CID\RSP\OS2V21 /N:SAMPLE.RSP
  107.        and press Enter.
  108.    f. Type: COPY D:\CID\RSP\OS2V21\SAMPLE.RSP
  109.              D:\CID\RSP\OS2V21\DEFAULT.RSP and press Enter.
  110.  
  111. NOTE: In a response file installation, you can customize
  112. DEFAULT.RSP and rename it based on a particular "client's"
  113. name.
  114.  
  115. 8. Do the following to install your OS/2 images on your code
  116.    server.
  117.  
  118.    a. Type: CD\CID\EXE\OS2V21 and press Enter.
  119.    b. Type: SEIMAGE /S:A: /T:D:\CID\IMG\OS2V21 and press Enter.
  120.  
  121. 9. Build your SRVIFS configuration file. The following
  122.    paramenters are described in NTS/2's, Redirected Installation
  123.    and Configuration Guide, Chapter 6. Refer to this document to
  124.    customize the SRVIFS configuration file for your environment.
  125.  
  126. Use an ASCII editor to edit D:\SERVER\SERVICE.INI to include the
  127. following statements:
  128.  
  129.      # SRVIFS Configuration file
  130.      Adapter = 0   /* Assumes one Token Ring Adapter in server */
  131.      MaxClients = 5
  132.      MaxFiles = 102
  133.      Name = IMGSRV01          /* Code Server Name */
  134.      GroupName = No
  135.      ClientWorkers = 6
  136.      Path = D:\CID
  137.      PerClient = No
  138.      PermitWrite = No
  139.      alias=READONLY,SINGLE,EXE,D:\CID\EXE
  140.      alias=READONLY,SINGLE,IMG,D:\CID\IMG
  141.      alias=READONLY,SINGLE,RES,D:\CID\RSP
  142.  
  143.  
  144. 10. The THINSRV.EXE :
  145.      - Creates or modifies the startup.cmd with statements
  146.        necessary to start your code server.
  147.      - Appends path information in the CONFIG.SYS.
  148.      - Adds ISSDEL.EXE to D:\SERVER. IFSDEL.EXE is not
  149.        needed for redirected installation.
  150.  
  151.    a. Type: CD\CID\IMG\SRVIFS and press Enter.
  152.    b. Type: THINSRV /R:D:\SERVER\SERVICE.INI /S:D:\CID\IMG\SRVIFS
  153.             /T:D:\SERVER /TU:C: and press Enter.
  154.  
  155. 11. Shut down then restart the system.  You see the following
  156.     message when the code server is started:
  157.  
  158. IMGSRV01 Server is Active, Version 1.32
  159.  
  160.  
  161. Creating LAN Transport Client Diskettes
  162. -----------------------------------------------------------------
  163. The following steps create Dialog Driven and
  164. Response File Driven LAN Transport (LT) client boot
  165. diskettes.
  166.  
  167. Creating LAN Transport Client Boot diskettes - Dialog Driven
  168. Type the following commands, pressing Enter after each one.
  169.  
  170.      1.  CD\CID\EXE\OS2V21
  171.      2.  SEDISK /S:D:\CID\IMG\OS2V21 /T:A:
  172.         (SEDISK prompts you  for two formatted diskettes, the
  173.          first is the installation diskette, the second is
  174.          diskette 1 of your LT boot diskettes).
  175.      3. CD\CID\IMG\LAPS
  176.      4. THINLAPS D:\CID\IMG\LAPS A: IBMTOK.NIF
  177.         (If your are using a Token Ring Bus Master Adapter, use
  178.          IBMTRBM.NIF in place of IBMTOK.NIF).
  179.      5. Insert Diskette 1 into drive A.
  180.      6. CD\CID\IMG\SRVIFS
  181.      7. THINIFS /T:A: /S:D:\CID\IMG\SRVIFS /TU:A: /REQ:*
  182.         /D:X: /SRV:\\IMGSRV01\IMG /W
  183.      8. Edit the CONFIG.SYS on diskette 1 to reflect the
  184.         following:
  185.  
  186.         a. set OS2_SHELL=X:\OS2V21\DISK_1\SYSINST2.EXE
  187.         b. add SET SOURCEPATH=X:\OS2V21 at the end of CONFIG.SYS
  188.  
  189.  
  190. Creating LAN Transport Client Boot diskettes - Response File
  191. Driven
  192. ----------------------------------------------------------------
  193. Type the following commands, pressing Enter after each one.
  194.  
  195.      1.  CD\CID\EXE\OS2V21
  196.      2.  SEDISK /S:D:\CID\IMG\OS2V21 /T:A:
  197.         (SEDISK prompts you  for two formatted diskettes, the
  198.          first is the installation diskette, the second is
  199.          diskette 1 of your LT boot diskettes).
  200.      3. CD\CID\IMG\LAPS
  201.      4. THINLAPS D:\CID\IMG\LAPS A: IBMTOK.NIF
  202.         (If your are using a Token Ring Bus Master Adapter, use
  203.          IBMTRBM.NIF in place of IBMTOK.NIF).
  204.      5. Insert Diskette 1 into drive A.
  205.      6. CD\CID\IMG\SRVIFS
  206.      7. THINIFS /T:A: /S:D:\CID\IMG\SRVIFS /TU:A: /REQ:*
  207.         /D:X: /SRV:\\IMGSRV01\IMG /W
  208.      8. THINIFS /T:A: /S:D:\CID\IMG\SRVIFS /TU:A: /REQ:*
  209.         /D:Y: /SRV:\\IMGSRV01\EXE /W
  210.      9. THINIFS /T:A: /S:D:\CID\IMG\SRVIFS /TU:A: /REQ:*
  211.          /D:Z: /SRV:\\IMGSRV01\RSP /W
  212.     10. Edit the CONFIG.SYS on diskette 1 to reflect the
  213.         following:
  214.  
  215.         a. set OS2_SHELL=Y:\OS2V21\RSPINST.EXE
  216.             Z:\OS2V21\CLIENT.RSP where "client" is the
  217.            client's name or use DEFAULT.RSP.
  218.         b. add SET SOURCEPATH=X:\OS2V21 at the end of CONFIG.SYS.
  219.  
  220.  
  221. If using client's name in place of DEFAULT.RSP, run the following
  222. statement:
  223.  
  224.          COPY D:\CID\RSP\OS2V21\DEFAULT.RSP
  225.               D:\CID\RSP\OS2V21\CLIENT'S NAME.RSP
  226.  
  227.