Home

 

Install interim fixes in silent mode

Install interim fixes with the update wizard in silent mode.


See the Installing interim fixes topic for information about prerequisites.


An interim fix is a noncumulative fix that resolves a single issue. This topic describes the steps to install an interim fix only; it does not include information about how to prepare the production environment before installing the fix. You can install multiple fixes at a time.

For information about additional command options, see the updateLC command topic.

To install an interim fix in silent mode, from the where the update wizard is located, open a command prompt and enter the following commands (without the carriage returns):

  • Linux:

      chmod +x updateLC.sh
      ./updateLC.sh -fix -installDir <LC_ROOT>
      -fixDir <fix_file_location>
       -install -fixes <APAR_number_of_fix> 
      -wasUserId <AdminUserID> -wasPassword <AdminPassword>
      

  • Windows:

      updateLC.bat -fix 
      -installDir <LC_ROOT>
      -fixDir <fix_file_location>
      -install -fixes <APAR_number_of_fix> 
      -wasUserId <AdminUserID> -wasPassword <AdminPassword>
      

    where <fix_file_location> is the containing the downloaded fixes, <APAR_number_of_fix> is the APAR number of the fix (such as LO36338), and where <AdminUserId> and <AdminPwd> are the user name and password for WebSphere Application Server.

    Notes

    • If you do not know the APAR number of the fix, look in the readme.txt file that is downloaded to the temporary with the fix.

    • (Network deployment only.) If you are applying an interim fix to features in a cluster, apply the fix to the first node and then carry out a full synchronization to push the update to the other servers.

    For example:

      ./updateLC.sh -installDir /opt/IBM/WebSphere/LotusConnections -fix   
      -fixDir /opt/IBM/WebSphere/LotusConnections/update/fixes -install 
      -fixes LO36338 LO34499 LO34327 LO35077 LO34966 -wasUserId wasadmin    
      -wasPassword wasadmin
      

     

    Results

    The log files that are created by the wizard are located under the LC_ROOT/version/log directory.

    • updateLC command
      Use the updateLC command to run the update wizard in silent mode.


    Install interim fixes

     

    Related tasks

    Install interim fixes in interactive mode


    +

    Search Tips   |   Advanced Search