home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 27 Fixes20 / 27-Fixes20.zip / xr_b108.1dk / README.CID < prev    next >
Text File  |  1996-09-19  |  3KB  |  101 lines

  1.       OS/2 FixPak CID Information
  2.  
  3.  
  4. The new FixPaks have 2 boot disks that are separate
  5. from the FixPak data disks.  The same boot disks can
  6. be used to install all current FixPaks for OS2 and
  7. some other products such as LS 3.0.
  8.  
  9. To setup the CID server you need to create a FixPak
  10. directory on the CID server. XCOPY all FixPak data
  11. disks into the same directory using the /S parameter
  12. with the XCOPY command.  XCOPY the second boot disk
  13. into this same directory.
  14.  
  15. Use the RESPONSE.FIL in the FixPak directory as the
  16. base example for FSERVICE response file.  The following
  17. is from the RESPONSE.FIL example on the OS2 FixPak
  18. kicker boot disks.
  19. *
  20. :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  21. :FLAGS REPLACE_PROTECTED REPLACE_NEWER
  22. :SOURCE A:\
  23. :SERVICE
  24. :SYSLEVEL
  25. :ARCHIVE \ARCHIVE
  26. *
  27. When modifying the response file donot remove any
  28. of the above statements and donot change the order
  29. of the statements.  You can change the :SYSLEVEL
  30. statement to service a specific partition. Example:
  31. :SYSLEVEL D:\OS2\INSTALL\SYSLEVEL.OS2
  32. will service the D: partition.
  33. There is no need to change the :SOURCE statement as
  34. the /S: command line parameter will override the
  35. response file keyword.  Also note that the /L1:
  36. command line parameter for FSERVICE will override
  37. the :LOGFILE response file keyword.
  38. The OS2 RESPONSE.FIL example does not assign
  39. drive letters to the :SYSLEVEL and :ARCHIVE by
  40. default.  This tells the FSERVICE to search all
  41. drives for OS2 files to update.
  42.  
  43. When executing FSERVICE to install the FixPak the
  44. following parameters can be used.
  45. /S:  (sourcepath pointing to FixPak directory on
  46.       the CID server)
  47. /R:  (drive:path\filename to the response file)
  48. /L1: (drive:path\filename of log file)
  49. /T:  (optional to be used if booted from SEMAINT
  50.       environment and should be set to be the same
  51.       parameter value used in SEMAINT call)
  52. /CID  (optional to be used for unattended install)
  53.  
  54. Example FSERVICE call:
  55.  
  56. X:\CSD\FixPak\FSERVICE /S:X:\CSD\FixPak
  57.  /R:X:\CSD\FixPak\response.fil /CID /T:C:\service
  58.  /L1:X:\log\FixPak\servive.log
  59.  
  60. Example NvDM/2 change profile:
  61.  
  62. TargetDir = "D:\SERVICE"
  63. CompNameLen = 3
  64.  
  65. Section Catalog
  66. Begin
  67.       ObjectType = SOFTWARE
  68.       GlobalName = OS2.D.FIX108.REF.1.0
  69.       Description = FixPak 108 for OS2 on D:
  70. End
  71.  
  72. Section Install
  73. Begin
  74.       Program = SA:\IMG\FIX108\FSERVICE.EXE
  75.       Parms = "/S:$(SourceDir) /T:$(TargetDir)
  76.                 /R:$(SA)\IMG\SERVICED.RSP
  77.                 /L1:$(logfile1) /CID"
  78.       SourceDir =  SA:\IMG\FIX108
  79.       LogFile1 = SB:\LOG\OS2\$(WorkStatName).F108
  80. End
  81.  
  82. To backout a FixPak use the following example for
  83. the response file.
  84. *
  85. :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  86. :TARGET ARCHIVE
  87. :BACKOUT
  88. :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  89. *
  90. Note that when backing out a FixPak the /S: FSERVICE
  91. parameter should point to the FixPak directory on the
  92. CID server even though these FixPak files are not used.
  93.  
  94. The FixPak should be installed in a maintenance mode.
  95. There are some FixPaks that can be installed while
  96. booted in OS2 PM mode but these are the exception.
  97. There are 2 standard ways to get into maintenance
  98. mode. You can use SEMAINT to generate a maintenance
  99. boot environment or booting from floppy disks also
  100. generates a maintenance environment.
  101.