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

  1. Redirected LAN Install of OS/2 2.1 514M_ 8/12/94
  2.  
  3.   OSIN514M.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 2.1
  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. Step 6. This step unpacks some files necessary to setup your code
  102. server.
  103.  
  104.    c. Insert Disk 7 into drive A
  105.    d. unpack2 a:\cid d:\cid\exe\os2v21
  106.    e. unpack2 a:\required d:\cid\exe\os2v21 /n:rspinst.exe
  107.    f. Insert Disk 11 into drive A
  108.    e. unpack a:\required d:\cid\rsp\os2v21 /n:sample.rsp
  109.    f. copy d:\cid\rsp\os2v21\sample.rsp
  110.        d:\cid\rsp\os2v21\default.rsp
  111.  
  112. Note, in a response file installation, you can customize
  113. default.rsp and rename it based on a particular "client's"
  114. name.
  115.  
  116. Step 7. This step describes how to install your OS/2 images on
  117. your code server.
  118.  
  119.    a. cd\cid\exe\os2v21
  120.    b. seimage /s:a: /t:d:\cid\img\os2v21
  121.  
  122. Step 8. This step will describe how to build your SRVIFS
  123. configuration file. A description of the parameters below can be
  124. found in NTS/2's, Redirected Installation and Configuration
  125. Guide, Chapter 6. Refer to this manual to tune your SRVIFS
  126. configuration file for your environment.
  127.  
  128.  
  129. In Step 4, you copied service.ini to d:\server. Use an ASCII
  130. editor to edit d:\server\service.ini to reflect the statements
  131. in Figure 3.
  132.  
  133. Figure 3. Editing d:\server\service.ini
  134.  
  135.      # SRVIFS Configuration file
  136.      Adapter = 0   /* Assumes one Token Ring Adapter in server */
  137.      MaxClients = 5
  138.      MaxFiles = 102
  139.      Name = IMGSRV01          /* Code Server Name */
  140.      GroupName = No
  141.      ClientWorkers = 6
  142.      Path = d:\cid
  143.      PerClient = No
  144.      PermitWrite = No
  145.      alias=readonly,single,exe,d:\cid\exe
  146.      alias=readonly,single,img,d:\cid\img
  147.      alias=readonly,single,rsp,d:\cid\rsp
  148.  
  149.  
  150. Step 9. In this step, thinsrv.exe accomplishes three tasks: (1)
  151. it creates or modifies your startup.cmd with statements necessary
  152. to start your code server; (2) it apends path information in your
  153. config.sys; (3) it adds ifsdel.exe to d:\server. IfSdel.exe will
  154. not be needed for redirected installation.
  155.  
  156.    a. cd\cid\img\srvifs
  157.    b. thinsrv /r:d:\server\service.ini /s:d:\cid\img\srvifs
  158.        /t:d:\server /tu:c:
  159.  
  160. Step 10. Shut down and reboot. Figure 4 displays what you see
  161. when your code server has successfully started.
  162.  
  163. Figure 4. Successful Start of Code Server
  164.  
  165. IMGSRV01 Server is Active, Version 1.32
  166.  
  167.  
  168.  
  169. Creating LAN Transport Client Diskettes
  170.  
  171. Step 11.  This step creates your LAN Transport (LT) client boot
  172. diskettes. 11A (in Figure 5) is the only step that dialog and
  173. response file driven methods have in common. To build a set of
  174. dialog driven diskettes, follow steps 11A and 11B (Figure 6).
  175. To build a set of response file driven diskettes, follow steps
  176. 11A and 11C (Figure 7).
  177.  
  178. Figure 5. Creating LAN Transport Client Boot diskettes, Step 11A.
  179.  
  180. 11A. 1. cd\cid\exe\os2v21
  181.      2. sedisk /s:d:\cid\img\os2v21 /t:a:
  182.         (SEDISK will prompt for two formatted disks, the first is
  183.          the installation disk, the second is disk_1 of your LT
  184.          boot diskettes).
  185.      3. cd\cid\img\laps
  186.      4. thinlaps d:\cid\img\laps a: IBMTOK.NIF
  187.         (If your are using a Token Ring Bus Master Adapter, use
  188.          IBMTRBM.NIF in place of IBMTOK.NIF).
  189.  
  190.  
  191. Figure 6. Creating LAN Transport Client Boot diskettes, Step 11B.
  192.  
  193. 11B. Dialog driven:
  194.  
  195.      1. Insert Disk 1 into drive A from 11A.
  196.      2. cd\cid\img\srvifs
  197.      3. thinifs /t:a: /s:d:\cid\img\srvifs /tu:a: /req:*
  198.         /d:x: /srv:\\imgsrv01\img /w
  199.      4. edit the config.sys of disk_1 with this change:
  200.  
  201.         a. set os2_shell=x:\os2v21\disk_1\sysinst2.exe
  202.         b. add set sourcepath=x:\os2v21 at the end of config.sys
  203.  
  204.  
  205. Figure 7. Creating LAN Transport Client Boot diskettes, Step 11C.
  206.  
  207. 11C. Response file driven:
  208.  
  209.      1. Insert disk_1 into drive A from 11A
  210.      2. cd\cid\img\srvifs
  211.      3. thinifs /t:a: /s:d:\cid\img\srvifs /tu:a: /req:*
  212.         /d:x: /srv:\\imgsrv01\img /w
  213.      4. thinifs /t:a: /s:d:\cid\img\srvifs /tu:a: /req:*
  214.         /d:y: /srv:\\imgsrv01\exe /w
  215.      5. thinifs /t:a: /s:d:\cid\img\srvifs /tu:a: /req:*
  216.          /d:z: /srv:\\imgsrv01\rsp /w
  217.      6. edit the config.sys of disk_1 with this change:
  218.  
  219.         a. set os2_shell=y:\os2v21\rspinst.exe
  220.             z:\os2v21\"client".rsp where "client" is the
  221.            client's name or use default.rsp.
  222.         b. add set sourcepath=x:\os2v21 at the end of config.sys
  223.  
  224. If using client's name in place of default.rsp, run the statement
  225. below:
  226.  
  227. copy d:\cid\rsp\os2v21\default.rsp
  228.  d:\cid\rsp\os2v21\"client's" name.rsp
  229.  
  230. 12/31/99
  231.