home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / NW_CID.FAX < prev    next >
Text File  |  1994-11-26  |  11KB  |  245 lines

  1. NetWare Redirected Install fax                  8/11/93
  2.  
  3.  
  4.     REDIRECTED INSTALLATION FROM A NETWARE SERVER
  5.  
  6.  
  7.  
  8. DESCRIPTION OF SYMPTOMS
  9.     Some procedures are needed on how to install OS/2 Version 2.1
  10.     GA (6.514 L or M) code from a Netware server.
  11.  
  12. SUMMARY OF RESOLUTION
  13.     The steps below describe the installation of OS/2 Version 2.1 GA
  14.     code from a Netware code server.  In the example that follows,
  15.     Netware Version 3.11 and 4.0 (4.0 using bindery emulation),
  16.     Netware Requester Version 2.01 code, and OS/2 Version 2.1 GA base
  17.     are used.
  18.  
  19. DETAILS OF RESOLUTION
  20.     1.  This step installs OS/2 Version 2.1 disk images and creates a
  21.         CID user.
  22.         a.  Login to server as SUPERVISOR.
  23.         b.  Create a host directory for the OS/2 disk images.
  24.                 Example: OS2IMG
  25.         c.  Create a CID user ID for the CID process.
  26.                 Example: CID_USER
  27.         d.  Take CID_USER out of the group "everyone" and give the
  28.             trustee rights to OS2IMG (R F).
  29.         e.  Create a user login script for CID_USER and map Z: to
  30.             the host directory that was created for the OS/2
  31.             images.
  32.                 Example: MAP Z:=fileserver\SYS:OS2IMG
  33.             NOTE:  Be sure to use SYSCON from the SYS:PUBLIC\OS2
  34.             directory.
  35.         f.  Unpack the archive "CID" from diskette 7 of the OS/2
  36.             Version 2.1 installation diskettes.  From the OS/2
  37.             prompt, type:
  38.                 UNPACK A:CID
  39.             (diskette 7 should be in drive A:)
  40.         g.  Install the diskette images to the code server.  One
  41.             of the utilities just unpacked is called SEIMAGE.EXE.
  42.             This utility will install the disk images. SEIMAGE is
  43.             invoked by entering the following command:
  44.                 SEIMAGE /S:<drive> /T:<drive><Path>
  45.             where /S = source drive and /T:= target drive.
  46.                 Example: SEIMAGE /S:A:/T:F:\OS2IMG
  47.             This utility does prompt when to place the original
  48.             OS/2 installation diskettes into the source drive.  The
  49.             images will be created on the target drive.
  50.     2.  This step creates the installation diskettes and modifies
  51.         the CONFIG.SYS file.  Two formatted HD diskettes are
  52.         required.
  53.         a.  Run SEDISK.EXE.  SEDISK is invoked by entering:
  54.                 SEDISK/S:<sourcepath> /T:<target path>
  55.                 Example: SEDISK /S:F:\OS2IMG /T:A:
  56.             This command creates two boot diskettes from images
  57.             in the OS2IMG subdirectory.  The first diskette will
  58.             be a copy of the OS/2 "Install" diskette. The second
  59.             diskette created will be called the LT diskette.
  60.             NOTE:  Diskette images must be installed.
  61.         b.  Copy the network drivers to the root of the LT diskette.
  62.             Below are the files needed from the NETWARE subdirectory:
  63.                 NWCONFIG.DLL
  64.                 IPXCALLS.DLL
  65.                 NWCALLS.DLL
  66.                 LSL.SYS
  67.                 TOKEN.SYS (or the driver you are using)
  68.                 ROUTE.SYS
  69.                 NWDAEMON.EXE
  70.                 IPX.SYS,
  71.                 NWREQ.SYS
  72.                 NWIFS.IFS,
  73.                 NWREQOS2.MSG
  74.                 NETAPI.DLL.
  75.             If the NET.CFG is setup to pass INT, PORT, and/or MEM
  76.             addresses to the network driver, then include it in the
  77.             LT diskette.
  78.         c.  Create a directory named OS2.  Copy CMD.EXE from the
  79.             root directory into the OS2 directory.
  80.         d.  Edit the CONFIG.SYS file on the LT diskette.  The
  81.             CONFIG.SYS file should look like:
  82.                 REM - CONFIG.SYS for CID LT diskette
  83.                 buffers=32
  84.                 iopl=yes
  85.                 memman=noswap
  86.                 protshell=sysinst1.exe
  87.                 rem - following line is for Dialog-driven
  88.                       installation
  89.                 SET OS2_SHELL=CMD.EXE /K A:\STARTPDI.CMD
  90.                 rem - following line is for Response file
  91.                       installation
  92.                 REM- SET OS2_SHELL=CMD.EXE /K A:\STARTRFI.CMD
  93.                 protectonly=yes
  94.                 LIBPATH=.;\;\OS2\DLL;R:\
  95.                 ifs=hpfs.if$ /c:64
  96.                 pauseonerror=no
  97.                 codepage=850
  98.                 devinfo=kbd,us,keyboard.dcp
  99.                 devinfo=scr,ega,vtbl850.dcp
  100.                 device=\dos.sys
  101.                 device=\mouse.sys
  102.                 SET PATH=\;\OS2\SYSTEM;\OS2\INSTALL;Z:\DISK_1;
  103.                 SET DPATH=\;\OS2\SYSTEM;\OS2\INSTALL;R:\;
  104.                 set keys=on
  105.                 basedev=print01.sys
  106.                 basedev=ibmflpy.add
  107.                 basedev=ibm1s506.add
  108.                 basedev=ibm2flpy.add
  109.                 basedev=ibm2adsk.add
  110.                 basedev=ibmscsi.add
  111.                 basedev=ibmint13.i13
  112.                 SET SOURCEPATH=Z:\
  113.                 DEVICE=A:\LSL.SYS
  114.                 DEVICE=A:\TOKEN.SYS
  115.                 DEVICE=A:\IPX.SYS
  116.                 DEVICE=A:\NWREQ.SYS
  117.                 IFS=A:\NWIFS.IFS
  118.                 RUN=A:\NWDAEMON.EXE
  119.                 rem - the following statement is for a Dialog-driven
  120.                       installation
  121.                 CALL=\OS2\CMD.EXE /K LOOP.CMD
  122.                 rem - END CONFIG.SYS
  123.             The above CONFIG.SYS will work for both response and
  124.             dialog driven installations.  This file is setup for a
  125.             response type installation.  Notice the SET and CALL
  126.             statements that must be changed for dialog driven
  127.             installations.  The lines in all caps are lines that need
  128.             to be added or modified.
  129.     3.  This step creates CMD files for dialog-driven and response
  130.         file installations on the LT diskette.
  131.         a.  The LOOP.CMD file should look like:
  132.                 REM-LOOP.CMD
  133.                 @echo off
  134.                 :start
  135.                 if exist L:\OS2\login.exe goto exit
  136.                 echo Waiting for NETWORK connection...
  137.                 goto start
  138.                 :exit
  139.                 REM - on 4.0 server use /B after username...
  140.                 L:\OS2\login CID_USER
  141.                 exit
  142.             NOTE:  A servername may want to be added to the login
  143.             command for multi-server configurations.
  144.                 Example:  L:OS2\login <servername>/CID_USER
  145.         b.  The STARTPDI.CMD file should look like:
  146.                 REM-STARTPDI.CMD for LT diskette
  147.                 @echo off
  148.                 IF exist Z:\DISK_1\sysinst2.exe goto foundit
  149.                 echo SYSINST2.EXE NOT FOUND! Check CID_USER OS/2
  150.                 login script! goto end
  151.                 :foundit
  152.                 echo Found SYSINST2.EXE....
  153.                 A:
  154.                 Z:\disk_1\sysinst2.exe Z:\
  155.                 :end
  156.         c.  The STARTRFB.CMD file should look like:
  157.                 rem - STARTRFB.CMD for CID LT diskette Response file
  158.                       installation
  159.                 @echo off
  160.                 :start
  161.                 if exist L:\OS2\login.exe goto cidlogin
  162.                 echo Waiting for NETWORK connection.....
  163.                 goto start
  164.                 :cidlogin
  165.                 rem - for 4.0 server use /B after username...
  166.                 L:\OS2\LOGIN CID_USER
  167.                 A:
  168.                 SET REMOTE_INSTALL_STATE=0
  169.                 rem-SEINST will not write to mapped drive and there
  170.                     is limited disk
  171.                 rem-space on A: So..
  172.                 if exist login.log del login.log
  173.                 Z:\SEINST /T:C:  /S:Z:\ /R:Z:\CID_USER.RSP
  174.                     /L1:A:\INSTALL.LOG
  175.             NOTE:  If the response file installation target drive is
  176.             different than drive C:, change:
  177.                 /T:C:
  178.             to
  179.                 /T:X:
  180.             where X is the target drive.
  181.             /R: designates the path to the response file that will
  182.             be used when SEINST calls RSPINST.
  183.             /L1: is the path and filename of the log file that SEINST
  184.             will write.
  185.             This is mandatory because SEINST will not write to a
  186.             Netware Mapped drive.
  187.     4.  This step creates the response file.
  188.         a.  Copy SEINST.EXE, RSPINST.EXE, and the response file to
  189.             the code server.
  190.             NOTE:  SEINST.EXE and RSPINST.EXE were unpacked from
  191.             diskette 7 in the CID archive.  These files should be
  192.             unpacked to C:\OS2\INSTALL.
  193.         b.  Copy SEINST.EXE, RSPINST.EXE, and the Response file to:
  194.                 Z:\
  195.         c.  The CID_USER.RSP file should look like:
  196.                 AlternateAdapter=0
  197.                 APM=0
  198.                 BaseFileSystem=2
  199.                 CDROM=0
  200.                 SCSI=0
  201.                 CountryCode=001
  202.                 CountryKeyboard=US
  203.                 DefaultPrinter=0
  204.                 DiagnosticAids=1
  205.                 DisplayAdapter=0
  206.                 Documentation=1
  207.                 DOSSupport=1
  208.                 WIN-OS/2Support=1
  209.                 DPMI=1
  210.                 ExitOnError=1
  211.                 Fonts=1
  212.                 FormatPartition=1
  213.                 MigrateConfigFiles=1
  214.                 MoreBitmaps=1
  215.                 Mouse=1
  216.                 MousePort=0
  217.                 OptionalFileSystem=1
  218.                 OptionalSystemUtilities=1
  219.                 PCMCIA=1
  220.                 PrimaryCodePage=1
  221.                 PrinterPort=1
  222.                 ProcessEnvironment=1
  223.                 ProgressIndication=1
  224.                 RebootRequired=0
  225.                 REXX=1
  226.                 SerialDeviceSupport=1
  227.                 SourcePath=Z:
  228.                 TargetDrive=C:
  229.                 ToolsAndGames=1 
  230.          For more information on the above values, review the sample
  231.          response file that was unpacked into the \OS2\INSTALL
  232.          subdirectory.
  233.     5.   A batch file or CMD file may be started after the install
  234.          by adding a line at the end of the response file:
  235.                 USEREXIT=Z:\DOTHIS.CMD
  236.          If REXX support is needed to run a CMD file, add the REXX
  237.          support files to the code server and map R: to that
  238.          directory.  REXINIT.EXE may be needed for REXX support.
  239.          Consult the Red Book GG24-3780-00 "OS/2 2.0 Remote
  240.          Installation and Maintenance" and 59G4914 "NTS/2 Redirected
  241.          Installation and Configuration Guide" for more information
  242.          on using REXX during remote installations.
  243.  
  244. 12/31/99
  245.