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

  1.         File:OSINRDIR.fax  4/20/94
  2.  
  3.         TITLE: Remote Install
  4.  
  5.         The following process should not be used as a replacement for
  6.         the various REDBOOKS available on Remote Installation. If you
  7.         have any further questions that are not covered in the fax please
  8.         call 1-800-IBM-7282 to order the appropriate REDBOOK.
  9.  
  10.         Remote Installation and Maintenance         GG24-3780-02
  11.         Automated Installation for CID Enabled      GG24-3783-01
  12.  
  13.         Automated Installation for CID
  14.         Enabled Extended Services OS/2 2.X          GG24-3781-00
  15.  
  16.         The Installation and Update of Remote OS/2 Systems
  17.         Using Netview Distribution Manager.         ZZ81-0263-00
  18.  
  19.  
  20.  
  21.         DISCLAIMER OF WARRANTIES AND LIABILITY:
  22.         ---------------------------------------
  23.  
  24.          This sample list is not part of any standard IBM product and is
  25.          provided to you solely for the purpose of assisting you in the
  26.          development of your application.  The list is provided "AS IS",
  27.          without warranty of any kind. IBM shall not be liable for any
  28.          damages arising out of your use of this list, even if they have
  29.          been advised of the possibility of such damages. The following is
  30.          provided without guarantees and IBM assumes no liability
  31.          or responsibility for the accuracy of this information. IBM
  32.          assumes no liabilities arising from the distribution or use
  33.          of this information.
  34.  
  35.  
  36.          Redirected Installation Procedure
  37.  
  38.         The following procedure can be found in the NTS/2 reference,
  39.         "Redirected Installation and Configuration Guide", s96f-8848-00.
  40.         The procedure below is one of a few ways to setup
  41.         a Remote Installation Server. Please note that the procedure below
  42.         is not a CID installation, rather a redirected installation of
  43.         OS/2. In order to build a Remote Install Server for redirected
  44.         installs, the following software is required:
  45.  
  46.         OS/2 2.1 (recommended)
  47.         NTS/2 LAPS. LAN Server 3.0
  48.         NTS/2 LAPS Utilities. LAN Server 3.0
  49.  
  50.         There are two methods of remote installation described in this
  51.         document:
  52.  
  53.         1. Dialog Driven - client drives the installation by answering
  54.                          the dialog boxes similar to a diskette
  55.                          driven installation
  56.         2. Response File - installation is driven by a response file.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                 Pg 2
  64.       Here is a step by step procedure to build your code server and
  65.       client diskettes:
  66.  
  67.         1. Install OS/2 2.1 on your machine
  68.         2. Install LAPS on your machine. Please note that LAPS must be
  69.            installed on your OS/2 bootable partition.
  70.         3. Create the following directory structure (note that any
  71.            partition can be used):
  72.  
  73.         d:\cid
  74.         d:\server
  75.         d:\cid\img
  76.         d:\cid\img\srvifs
  77.         d:\cid\img\laps
  78.         d:\cid\exe
  79.         d:\cid\rsp
  80.  
  81.  
  82.         If you have different versions of OS/2 that you want to
  83.         store on your server (e.g. OS/2 2.0 and OS/2 2.1), I suggest
  84.         the following structure:
  85.  
  86.         d:\cid\img\os2v20
  87.         d:\cid\img\os2v21
  88.         d:\cid\exe\os2v20
  89.         d:\cid\exe\os2v21
  90.         d:\cid\rsp\os2v20
  91.         d:\cid\rsp\os2v21
  92.  
  93.         img - disk images
  94.         EXE - *.exe's for separate different versions of OS/2.
  95.                 These files are unpacked from disk_7.
  96.         rsp - response files for various client's.
  97.  
  98.  
  99.         4. Insert the NTS/2 Utilities diskette into drive_a and
  100.            type the following command:
  101.  
  102.         xcopy a:\srvifs d:\cid\img\srvifs
  103.  
  104.  
  105.         5. Insert the NTS/2 LAPS diskette into drive_a and type the
  106.            following command:
  107.  
  108.         xcopy a:\*.* /s /h d:\cid\img\laps
  109.  
  110.  
  111.         6. Insert disk_7 from OS/2 2.1 into drive_a and type the
  112.            following command:
  113.  
  114.         Blue colored diskettes:   unpack a:\cid c:\cid\exe\os2v21
  115.         salmon colored diskettes: UNPACK2 a:\cid c:\cid\exe\os2v21
  116.         OS/2 2.0: unpack a:\cid c:\cid\exe\os2v20
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.                                                 Pg 3
  125.         This process will unpack four *.exe's shown below. Each *.exe
  126.         is specific to the version of OS/2 you are using. This is why
  127.         you want to separate each set of modules by version.
  128.         Here is a list of the modules that get unpacked:
  129.  
  130.         semaint.exe
  131.         seinst.exe
  132.         sedisk.exe
  133.         seimage.exe
  134.  
  135.         7. We are ready to install the images of OS/2 on your code
  136.            server:
  137.  
  138.          For OS/2 2.1:cd\cid\exe\os2v21 seimage /s:a: /t:d:\cid\img\os2v21
  139.  
  140.          For OS/2 2.0:cd\cid\exe\os2v20 seimage /s:a:/t:d:\cid\img\os2v20
  141.  
  142.         8. Now create the SRVIFS configuration file using any editor.
  143.            Name the file SERVICE.INI, copy it to the server directory,
  144.            place the following statements in this file:
  145.  
  146.         Adapter = 0
  147.         MaxClients = 10
  148.         MaxFiles = 100
  149.         Name = IMGSRV    *** Any name can be used ***
  150.         GroupName = No
  151.         ClientWorkers = 12
  152.         Path = d:\
  153.         PerClient = No
  154.         PermitWrite = No
  155.         alias=readonly,single,os2_20,d:\CID\IMG\OS2V20
  156.         alias=readonly,single,os2_21,d:\CID\IMG\OS2V21
  157.          alias=readonly,single,rsp_inst,c:\os2\install
  158.  
  159.         A description of the parameters above can be found in NTS/2's
  160.         "Redirected Installation and Configuration Guide". You need to
  161.         look at this manual in order to tune your SRVIFS configuration
  162.         file for your environment.
  163.  
  164.  
  165.         9. copy d:\cid\img\srvifs\xi*.* d:\server
  166.  
  167.         10. copy d:\cid\img\srvifs\service.exe d:\server
  168.  
  169.         11. cd c:\cid\img\srvifs
  170.         thinsrv /r:d:\server\service.ini /s:d:\cid\img\srvifs
  171.         /t:d:\server /tu:c:
  172.         (Note /tu:c: assumes that your bootable partition is
  173.         c_drive).
  174.  
  175.  
  176.         12. We now are going to build your boot diskettes. I am
  177.             only going to demo how to build the diskettes for OS/2 2.1,
  178.             The same method can be applied for OS/2 2.0, just changing
  179.             some of the parameters that may be apparent:
  180.  
  181.  
  182.  
  183.  
  184.                                         Pg 4
  185.         The method described below is a dialog driven method for
  186.          remote installation:
  187.  
  188.         a. cd\cid\exe\os2v21
  189.         b. sedisk /s:d:\cid\img\os2v21 /t:a:
  190.            (This is creating the boot diskettes, e.g. install and
  191.            disk_1).
  192.         c. cd\cid\img\laps
  193.          d. thinlaps c:\cid\img\laps a: IBMTOK.INF
  194.         e. cd\cid\img\srvifs
  195.         f. thinifs /t:a: /s:c:\cid\img\srvifs /tu:a: /req:*
  196.            /d:x: /srv:\\testsrv\os2_21 /w
  197.         g: edit the config.sys on disk_1 with this change:
  198.  
  199.        1. replace protshell=sysinst1.exe to
  200.           protshell=sysinst2.exe
  201.        2. add set sourcepath=x:\ (place it somewhere with the
  202.           other set statements).
  203.          h. copy d:\cid\img\os2v21\disk_1\sysinst2.exe a:
  204.  
  205.         The method described below is a response file method for
  206.         remote installation:
  207.  
  208.         a. cd\cid\exe\os2v21
  209.         b. sedisk /s:d:\cid\img\os2v21 /t:a:
  210.            (This is creating the boot diskettes, e.g. install and
  211.            disk_1).
  212.         c. cd\cid\img\laps
  213.         d. thinlaps c:\cid\img\laps a: IBMTOK.INF
  214.         e. cd\cid\img\srvifs
  215.         f. thinifs /t:a: /s:c:\cid\img\srvifs /tu:a: /req:*
  216.            /d:x: /srv:\\imgsrv\os2_21 /w
  217.         g. thinifs /t:a: /s:c:\cid\img\srvifs /tu:a: /req:*
  218.            /d:y: /srv:\\imgsrv\rsp_inst /w
  219.  
  220.         h. edit the config.sys on disk_1 with the this change:
  221.  
  222.         1. replace set os2_shell=cmd.exe to
  223.            set os2_shell=y:\rspinst.exe a:\default.rsp
  224.         2. add set sourcepath=x:\ (place it somewhere with the
  225.            other set statements)
  226.  
  227.         The above statement means that the client is getting
  228.         rspinst.exe from the code server. This is defined by the
  229.         alias rsp_inst in SERVICE.INI which points to the
  230.         \os2\install directory on the code server where
  231.         RSPINST.EXE is installed. The y_drive is the redirected
  232.         drive letter defined in a srvattach statement in the
  233.         config.sys of disk_1. RSPINST.EXE calls default.rsp (which
  234.         is the customized response file called default.rsp on
  235.         disk_1.
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.                                                         Pg 5
  244.         13. OS/2 2.1 creates a sample.rsp in \os2\install. You can modify
  245.             this file per client and copy it to disk_1 with the name
  246.             default.rsp.
  247.  
  248.         You now have completed the redirected installation process for
  249.         both dialog driven and response file methods.  Before you
  250.         distribute the boot diskettes to your client's, I suggest that
  251.         you test each method locally using both methods.
  252.