home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / INWINR.FAX < prev    next >
Text File  |  1994-12-10  |  8KB  |  232 lines

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