home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osinfsrv.txt < prev    next >
Text File  |  1997-05-07  |  4KB  |  102 lines

  1. OSINFSRV - BACKING OUT OF FIXPAKS USING FSERVICE
  2. 06/14/96
  3. =======================================================================
  4. Backing Out of FixPaks using FService
  5. =======================================================================
  6.  
  7. Please Read Entire Document for Full Explanation of Procedures
  8. --------------------------------------------------------------
  9. DESCRIPTION
  10.  
  11. Unable to get to the Desktop after applying a FixPak; unable to use 
  12. SERVICE.EXE to back out of the FixPak.
  13.  
  14. RESOLUTION
  15.  
  16. Note: Make sure you have a backup copy of any file you intend to
  17.        change.
  18.  
  19. 1. Restart the system, using the OS/2 Installation Diskette.  
  20.  
  21. 2. When prompted, insert OS/2 Installation Diskette 1. At the Welcome 
  22.    screen, press F3 to escape to a command prompt.  
  23.  
  24. 3. Change to the \OS2 directory on the hard drive.
  25.  
  26. 4. Insert Corrective Service Startup Diskette 2.
  27.  
  28. 5. Remove the read-only attribute from RESPONSE.FIL: 
  29.      
  30.       ATTRIB -R A:RESPONSE.FIL
  31.  
  32. 6. Using an editor, modify RESPONSE.FIL:
  33.  
  34.    a. In the first section (which says this is a sample response
  35.       file for applying service), begin each line with asterisks (*),
  36.       as in the following example:
  37.  
  38.       *
  39.       *   This is a sample response file to be used when applying service
  40.       *   for the first time, using FSERVICE when there is no existing
  41.       *   archive of the product being serviced.
  42.       *   It will service all partitions, and place an archive in each
  43.       *   partition.  It does not take a backup of changed files.
  44.       *
  45.       *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  46.       *   :FLAGS REPLACE_PROTECTED REPLACE_NEWER
  47.       *   :SOURCE A:\
  48.       *   :SERVICE
  49.       *   :SYSLEVEL \OS2\INSTALL\SYSLEVEL.OS2
  50.       *   :ARCHIVE \ARCHIVE
  51.       *   :SERVICE
  52.       *   :SYSLEVEL \MMOS2\INSTALL\SYSLEVEL.MPM
  53.       *   :ARCHIVE \ARCHIVEM
  54.       *
  55.       *   End of sample SERVICE response file without backup.
  56.  
  57.    b. In the section where it says "this is a sample response
  58.       file for backing out to archive level", move the ":" to the
  59.       left in the first column, as in the following example:
  60.  
  61.     * This is a sample response file to be used when backing out to the
  62.     *   archive level of a product.
  63.     *
  64.     :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  65.     :TARGET ARCHIVE
  66.     :BACKOUT
  67.     :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  68.     *
  69.     *   End of sample BACKOUT to archive response file.
  70.     *
  71.  
  72.    c. If you selected the defaults during installation of
  73.       the FixPak, then proceed to step e., below. Otherwise, go
  74.       to step d.
  75.     
  76.    d. Put the correct path to your archive directory and 
  77.       SYSLEVEL.OS2 files.
  78.  
  79.    e. Save the file and exit.
  80.  
  81. 7. Shut down and restart your system with the Corrective 
  82.    Service Startup Diskette 1. Insert Corrective Service Startup
  83.    Diskette 2 when the system prompts you for it. The system will
  84.    then prompt you for Corrective Service Diskette 1 and will 
  85.    begin backing out of the FixPak.
  86.  
  87.  
  88.  
  89.  
  90. ______________________________________________________________________
  91. IBM disclaims all warranties, whether express or implied, including 
  92. without limitation, warranties of fitness and merchantability with 
  93. respect to the information in this document. By furnishing this 
  94. document, IBM grants no licenses to any related patents or copyrights.  
  95. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  96. or brand names referenced in this document are the property of their 
  97. respective owners. Consult your product manuals for complete trademark 
  98. information. 
  99.  
  100.  
  101.  
  102.