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

  1. Redirected LAN Install of OS/2 2.0 6055_ 8/12/94
  2.  
  3.   OSIN6055.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.0 Service Pak I.
  12. Service Level XR06055
  13.  
  14.  
  15. This article was compiled using ITSC's Redbook, OS/2 V2.0 and
  16. V2.1 Remote Installation and Maintenance (gg24-3780-02); NTS/2
  17. Redirected Installation and Configuration Guide (s96f-8488-00);
  18. and NTS/2 LAN Adapter and Protocol Support Configuration Guide
  19. (s96f-8489-00). The above mentioned NTS/2 references are provided
  20. with IBM's OS/2 LAN Server V3.0 (P/N 96f8400 or 96F8414).
  21.  
  22.  
  23. The required hardware and software for the code server and for
  24. its clients are listed in Figure 1.
  25.  
  26. Figure 1. Code Server and Client Hardware/Software Requirements
  27.  
  28. Server Hardware/Software Requirements:
  29.  
  30. 386 or greater
  31. 8MB RAM (16MB suggested)
  32. 1.44MB diskette drive
  33. Token Ring Network
  34. 16/4 Token Ring Adapter (ISA or MCA)
  35. DASD requirements: 120MB (recommended)
  36. OS/2 2.1 (recommended)
  37. NTS/2 LAN Adapter and Protocol Support (LAPS) w/ NTS2FIX
  38. (NTS2FIX contains fix to LAPSCID.DLL and LAPSPM.DLL.
  39.  Call 1-800-992-4777 to obtain NTS2FIX or obtain Service
  40.  Level wr07020 of LAPS (recommended) which includes
  41.  NTS2FIX.)
  42. NTS/2 Utilities Disk
  43.  
  44.  
  45. Client Hardware/Software Requirements:
  46.  
  47. 386 or greater
  48. 6MB RAM (minimum)
  49. 1.44MB A_drive (bootable)
  50. 16/4 Token Ring Adapter (ISA or MCA)
  51. minimum OS/2 DASD requirements
  52.  
  53.  
  54. The procedure described below will provide an administrator or
  55. end-user a step-by-step procedure to build an OS/2 redirected
  56. installation server of xr06055. Note, that this procedure does
  57. not describe a CID installation of xr06055, but rather a
  58. redirected installation of xr06055. You will not need the REXX
  59. procedures provided with NTS/2 utilities.
  60.  
  61. Step 1. Create a 60MB primary partition (Drive C) for OS/2 2.1
  62. (recommended) and LAPS, and an extended logical partition (Drive
  63. D), 60MB, for your code server. Install OS/2 2.1 on your primary
  64. partition.
  65.  
  66. Step 2. Install LAPS on your primary partition. When you
  67. configure LAPS, choose the 16/4 Token Ring device drivers and
  68. OS/2 NETBIOS.
  69.  
  70. Step 3. On drive D, create the directory shown in Figure 2.
  71.  
  72.   Figure 2. Directory Structure for Drive D on Code Server
  73.  
  74.      d:\server
  75.      d:\cid
  76.      d:\cid\csd
  77.      d:\cid\csd\os2v20
  78.      d:\cid\csd\os2v20\xr06055
  79.      d:\cid\exe
  80.      d:\cid\exe\csd\os2v20\xr06055
  81.      d:\cid\img
  82.      d:\cid\img\laps
  83.      d:\cid\img\srvifs
  84.      d:\cid\rsp
  85.      d:\cid\rsp\csd
  86.      d:\cid\rsp\csd\os2v20
  87.      d:\cid\rsp\csd\os2v20\xr06055
  88.  
  89. Step 4. Insert the NTS/2 Utilities diskette into Drive A and type
  90. the following command:
  91.  
  92.      xcopy a:\srvifs d:\cid\img\srvifs
  93.      copy a:\sample\service.* d:\server
  94.      copy d:\cid\img\srvifs\xi*.* d:\server
  95.      copy d:\cid\img\srvifs\service.exe d:\server
  96.  
  97.  
  98. Step 5. This step copies the LAPS disk to your code server.
  99. Insert the NTS/2 LAPS diskette into drive A and type the
  100. following command:
  101.  
  102.      a:\lapsdisk a: d:\cid\img\laps
  103.  
  104. Step 6. To install the CSD images, xcopy all of the Service Pak I
  105. images to the following directory:
  106.  
  107.      xcopy a:\*.* d:\cid\csd\os2v20\xr06055 /s
  108.  
  109. Step 7. This step will describe how to build your SRVIFS
  110. configuration file. A description of the parameters in Figure 5
  111. can be found in NTS/2's, Redirected Installation and
  112. Configuration Guide, Chapter 6. Refer to this manual to tune your
  113. SRVIFS configuration file for your environment.
  114.  
  115.  
  116. In Step 4, you copied service.ini to d:\server. Use an ASCII
  117. editor to edit d:\server\service.ini to reflect the statements
  118. in Figure 3.
  119.  
  120.   Figure 3. Editing d:\server\service.ini
  121.  
  122.  
  123.      # SRVIFS Configuration file
  124.      Adapter = 0   /* Assumes one Token Ring Adapter in server */
  125.      MaxClients = 5
  126.      MaxFiles = 102
  127.      Name = IMGSRV01          /* Code Server Name */
  128.      GroupName = No
  129.      ClientWorkers = 6
  130.      Path = d:\
  131.      PerClient = No
  132.      PermitWrite = No
  133.      alias=readonly,single,csd,d:\cid\csd
  134.      alias=readonly,single,rsp,d:\cid\rsp
  135.  
  136. Step 8. In this step, thinsrv.exe accomplishes three tasks: (1)
  137. it creates or modifies your startup.cmd with statements necessary
  138. to start your code server; (2) it apends path information in your
  139. config.sys; (3) it adds ifsdel.exe to d:\server. Ifsdel.exe will
  140. not be needed for redirected installation.
  141.  
  142.    a. cd\cid\img\srvifs
  143.    b. thinsrv /r:d:\server\service.ini /s:d:\cid\img\srvifs
  144.        /t:d:\server /tu:c:
  145.  
  146. Step 9. Shut down and reboot. Figure 4 displays what you see when
  147. your code server has successfully started.
  148.  
  149. Figure 4. Successful Start of Code Server
  150.  
  151. IMGSRV01 Server is Active, Version 1.32
  152.  
  153.  
  154.  
  155. Step 10. Creating LAN Transport (LT) Client Diskettes
  156.  
  157. OS/2 2.0 Service Pak I (xr06055):
  158.  
  159. It is not necessary to run SEDISK for Service Pak II to create
  160. your LT client boot diskettes. Follow the steps shown in Figure 5
  161. to create your LT boot diskettes for xr06100:
  162.  
  163. Figure 5. Creating your LT Boot Diskettes
  164.  
  165.      a. inset disk_1 from the xr06055
  166.      b. diskcopy a: a: (we are creating a backup copy of disk_1
  167.         which will be used as your install disk)
  168.      c. Insert Disk 2 into drive A
  169.      d. diskcopy a: a: (we are creating a backup copy of disk_2
  170.         which will be used as disk_1 of your LT boot diskettes)
  171.      e. place the backup copy of disk_2 into drive A
  172.      f. copy a:\fservice.* d:\cid\exe\csd\os2v20\xr06055
  173.      g. del a:\fservice.*
  174.      h. del a:\fix\os2
  175.      i. cd\cid\img\laps
  176.      j. thinlaps d:\cid\img\laps a: IBMTOK.NIF
  177.      k. cd\cid\img\srvifs
  178.      l. thinifs /t:a: /s:d:\cid\img\srvifs /tu:a: /req:*
  179.         /d:x: /srv:\\imgsrv01\csd /w
  180.      m. thinifs /t:a: /s:d:\cid\img\srvifs /tu:a: /req:*
  181.         /d:y: /srv:\\imgsrv01\exe /w
  182.      n. thinifs /t:a: /s:d:\cid\img\srvifs /tu:a: /req:*
  183.         /d:z: /srv:\\imgsrv01\rsp /w
  184.      o. edit the config.sys of disk_1 (LT boot diskette) with
  185.         these changes:
  186.  
  187.        a. os2_shell=y:\csd\os2v20\xr06055\fservice.exe
  188.            /s:x:\os2v20\xr06055
  189.             /r:z:\csd\os2v20\xr06055\default.rsp
  190.  
  191.  
  192. Step 10. This step will describe how to build your response
  193. file. Use an ASCII editor to create a file with the statements
  194. below, name it default.rsp, copy it to
  195. d:\cid\rsp\csd\os2v20\xr06055. This response file will migrate
  196. your current version of OS/2 2.0 on your primary partition (Drive
  197. C) to service level XR06055. See ITSC's Redbook, OS/2 V2.0 and
  198. V2.1 Remote Installation and Maintenance, Chapter 8 for a list of
  199. Corrective Service Facility response file keywords.
  200.  
  201.       **** Default Response File ****
  202.  
  203.         :SERVICE
  204.         :DIRLIST c:\os2\install\syslevel.os2
  205.         c:\
  206.         c:\os2\*
  207.         :ENDDIRLIST
  208.         :FLAG REPLACE_NEWER
  209.  
  210. 12/31/99
  211.