home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / INFO / FAQS / OS2FAX2 / OSIN514M.FAX < prev    next >
Encoding:
Text File  |  1994-08-13  |  7.4 KB  |  228 lines

  1.   OSIN514M.FAX
  2.  
  3. IBM owns all rights to this document. It may not be used for
  4. reprint or publication in any form. This document is "AS IS", IBM
  5. makes no warranties to this document. It was strictly written as
  6. a convenience for our OS/2 customers.
  7.  
  8.  
  9.                    Redirected Installation of OS/2 2.1
  10.  
  11.  
  12. This article was compiled using ITSC's Redbook, OS/2 V2.0 and
  13. V2.1 Remote Installation and Maintenance (gg24-3780-02); NTS/2
  14. Redirected Installation and Configuration Guide (s96f-8488-00);
  15. and NTS/2 LAN Adapter and Protocol Support Configuration Guide
  16. (s96f-8489-00). The above mentioned NTS/2 references are provided
  17. with IBM's OS/2 LAN Server V3.0 (P/N 96f8400 or 96F8414).
  18.  
  19.  
  20. The required hardware and software for the code server and for
  21. its clients are listed in Figure 1.
  22.  
  23. Figure 1. Code Server and Client Hardware/Software Requirements
  24.  
  25. Server Hardware/Software Requirements:
  26.  
  27. 386 or greater
  28. 8MB RAM (16MB suggested)
  29. 1.44MB Drive A
  30. Token Ring Network
  31. 16/4 Token Ring Adapter (ISA or MCA)
  32. DASD requirements: 120MB (recommended)
  33. OS/2 2.1 (recommended)
  34. NTS/2 LAN Adapter and Protocol Support (LAPS) w/ NTS2FIX
  35. (NTS2FIX contains fix to LAPSCID.DLL and LAPSPM.DLL.
  36.  Call 1-800-992-4777 to obtain NTS2FIX or obtain Service
  37.  Level wr07020 of LAPS (recommended) which includes
  38.  NTS2FIX.)
  39. NTS/2 Utilities Disk
  40.  
  41.  
  42. Client Hardware/Software Requirements:
  43.  
  44. 386 or greater
  45. 6MB RAM (minimum)
  46. 1.44MB Drive A
  47. 16/4 Token Ring Adapter (ISA or MCA)
  48. minimum OS/2 DASD requirements
  49.  
  50.  
  51. The procedure described below will provide an administrator or
  52. end-user a step-by-step procedure to build an OS/2 redirected
  53. installation server. This procedure includes Dialog or Response
  54. file-driven-methods of installation. In dialog driven
  55. installation, the client drives the installation by answering the
  56. dialog boxes similar to a diskette driven installation. In
  57. Response File installation, the installation process is driven by
  58. the contents of a response file.
  59.  
  60. Step 1. Create a 60MB primary partition (Drive C) for OS/2 2.1
  61. (recommended) and LAPS, and an extended logical partition (Drive
  62. D), 60MB, for your code server. Install OS/2 2.1 on your primary
  63. partition.
  64.  
  65. Step 2. Install LAPS on your primary partition. When you
  66. configure LAPS, choose the 16/4 Token Ring device drivers and
  67. OS/2 NETBIOS.
  68.  
  69. Step 3. On Drive D, create the directory structure shown in
  70. Figure 2.
  71.  
  72.   Figure 2. Directory Structure for Drive D on Code Server
  73.  
  74.      d:\server
  75.      d:\cid
  76.      d:\cid\exe
  77.      d:\cid\exe\os2v21
  78.      d:\cid\img
  79.      d:\cid\img\laps
  80.      d:\cid\img\os2v21
  81.      d:\cid\img\srvifs
  82.      d:\cid\rsp
  83.      d:\cid\rsp\os2v21
  84.  
  85. Step 4. Insert the NTS/2 Utilities diskette into drive A and type
  86. the following command:
  87.  
  88.      xcopy a:\srvifs d:\cid\img\srvifs
  89.      copy a:\sample\service.* d:\server
  90.      copy d:\cid\img\srvifs\xi*.* d:\server
  91.      copy d:\cid\img\srvifs\service.exe d:\server
  92.  
  93. Step 5. This step copies the LAPS disk to your code server.
  94. Insert the NTS/2 LAPS diskette into drive A and type the
  95. following command:
  96.  
  97.      a:\lapsdisk a: d:\cid\img\laps
  98.  
  99. Step 6. This step unpacks some files necessary to setup your code
  100. server.
  101.  
  102.    c. Insert Disk 7 into drive A
  103.    d. unpack2 a:\cid d:\cid\exe\os2v21
  104.    e. unpack2 a:\required d:\cid\exe\os2v21 /n:rspinst.exe
  105.    f. Insert Disk 11 into drive A
  106.    e. unpack a:\required d:\cid\rsp\os2v21 /n:sample.rsp
  107.    f. copy d:\cid\rsp\os2v21\sample.rsp
  108.        d:\cid\rsp\os2v21\default.rsp
  109.  
  110. Note, in a response file installation, you can customize
  111. default.rsp and rename it based on a particular "client's"
  112. name.
  113.  
  114. Step 7. This step describes how to install your OS/2 images on
  115. your code server.
  116.  
  117.    a. cd\cid\exe\os2v21
  118.    b. seimage /s:a: /t:d:\cid\img\os2v21
  119.  
  120. Step 8. This step will describe how to build your SRVIFS
  121. configuration file. A description of the parameters below can be
  122. found in NTS/2's, Redirected Installation and Configuration
  123. Guide, Chapter 6. Refer to this manual to tune your SRVIFS
  124. configuration file for your environment.
  125.  
  126.  
  127. In Step 4, you copied service.ini to d:\server. Use an ASCII
  128. editor to edit d:\server\service.ini to reflect the statements
  129. in Figure 3.
  130.  
  131. Figure 3. Editing d:\server\service.ini
  132.  
  133.      # SRVIFS Configuration file
  134.      Adapter = 0   /* Assumes one Token Ring Adapter in server */
  135.      MaxClients = 5
  136.      MaxFiles = 102
  137.      Name = IMGSRV01          /* Code Server Name */
  138.      GroupName = No
  139.      ClientWorkers = 6
  140.      Path = d:\cid
  141.      PerClient = No
  142.      PermitWrite = No
  143.      alias=readonly,single,exe,d:\cid\exe
  144.      alias=readonly,single,img,d:\cid\img
  145.      alias=readonly,single,rsp,d:\cid\rsp
  146.  
  147.  
  148. Step 9. In this step, thinsrv.exe accomplishes three tasks: (1)
  149. it creates or modifies your startup.cmd with statements necessary
  150. to start your code server; (2) it apends path information in your
  151. config.sys; (3) it adds ifsdel.exe to d:\server. IfSdel.exe will
  152. not be needed for redirected installation.
  153.  
  154.    a. cd\cid\img\srvifs
  155.    b. thinsrv /r:d:\server\service.ini /s:d:\cid\img\srvifs
  156.        /t:d:\server /tu:c:
  157.  
  158. Step 10. Shut down and reboot. Figure 4 displays what you see
  159. when your code server has successfully started.
  160.  
  161. Figure 4. Successful Start of Code Server
  162.  
  163. IMGSRV01 Server is Active, Version 1.32
  164.  
  165.  
  166.  
  167. Creating LAN Transport Client Diskettes
  168.  
  169. Step 11.  This step creates your LAN Transport (LT) client boot
  170. diskettes. 11A (in Figure 5) is the only step that dialog and
  171. response file driven methods have in common. To build a set of
  172. dialog driven diskettes, follow steps 11A and 11B (Figure 6).
  173. To build a set of response file driven diskettes, follow steps
  174. 11A and 11C (Figure 7).
  175.  
  176. Figure 5. Creating LAN Transport Client Boot diskettes, Step 11A.
  177.  
  178. 11A. 1. cd\cid\exe\os2v21
  179.      2. sedisk /s:d:\cid\img\os2v21 /t:a:
  180.         (SEDISK will prompt for two formatted disks, the first is
  181.          the installation disk, the second is disk_1 of your LT
  182.          boot diskettes).
  183.      3. cd\cid\img\laps
  184.      4. thinlaps d:\cid\img\laps a: IBMTOK.NIF
  185.         (If your are using a Token Ring Bus Master Adapter, use
  186.          IBMTRBM.NIF in place of IBMTOK.NIF).
  187.  
  188.  
  189. Figure 6. Creating LAN Transport Client Boot diskettes, Step 11B.
  190.  
  191. 11B. Dialog driven:
  192.  
  193.      1. Insert Disk 1 into drive A from 11A.
  194.      2. cd\cid\img\srvifs
  195.      3. thinifs /t:a: /s:d:\cid\img\srvifs /tu:a: /req:*
  196.         /d:x: /srv:\\imgsrv01\img /w
  197.      4. edit the config.sys of disk_1 with this change:
  198.  
  199.         a. set os2_shell=x:\os2v21\disk_1\sysinst2.exe
  200.         b. add set sourcepath=x:\os2v21 at the end of config.sys
  201.  
  202.  
  203. Figure 7. Creating LAN Transport Client Boot diskettes, Step 11C.
  204.  
  205. 11C. Response file driven:
  206.  
  207.      1. Insert disk_1 into drive A from 11A
  208.      2. cd\cid\img\srvifs
  209.      3. thinifs /t:a: /s:d:\cid\img\srvifs /tu:a: /req:*
  210.         /d:x: /srv:\\imgsrv01\img /w
  211.      4. thinifs /t:a: /s:d:\cid\img\srvifs /tu:a: /req:*
  212.         /d:y: /srv:\\imgsrv01\exe /w
  213.      5. thinifs /t:a: /s:d:\cid\img\srvifs /tu:a: /req:*
  214.          /d:z: /srv:\\imgsrv01\rsp /w
  215.      6. edit the config.sys of disk_1 with this change:
  216.  
  217.         a. set os2_shell=y:\os2v21\rspinst.exe
  218.             z:\os2v21\"client".rsp where "client" is the
  219.            client's name or use default.rsp.
  220.         b. add set sourcepath=x:\os2v21 at the end of config.sys
  221.  
  222. If using client's name in place of default.rsp, run the statement
  223. below:
  224.  
  225. copy d:\cid\rsp\os2v21\default.rsp
  226.  d:\cid\rsp\os2v21\"client's" name.rsp
  227.  
  228.