Installing interim fixes silently

You can install an interim fix for IBM® Business Process Manager using the command-line mode of the Installation Manager.

Before you begin

Visit the IBM Support website to check for available fix packs and interim fixes.

Before you install an interim fix, perform the following tasks:
  1. Read the interim fix documentation thoroughly. The documentation lists dependencies, such as WebSphere® Application Server fix pack levels or other IBM product fixes that you must install before you apply the interim fix.
  2. To ensure that your implementation is performing the same way that it did before you applied the interim fix, prepare a regression test plan.
  3. Back up your databases and profiles.
  4. Before you deploy the interim fix to a production environment, install the interim fix in a development or quality-assurance environment.
  5. You must perform the installation using the same user account that you used to install the product packages.

About this task

This procedure uses a local directory to store the interim fix. For information about using an online repository that hosts the interim fix files and other configuration information, refer to the IBM Installation Manager information center.

Procedure

To install an interim fix silently, complete the following steps:

  1. Download the interim fix to the local system.
  2. Create a new directory and extract the interim fix in the new directory.
  3. Open a command prompt, and change directories to the /eclipse/tools directory under Installation Manager.
    Important: If you are running Windows 7, Windows Vista, or Windows Server 2008, start your command prompt by right-clicking and selecting Run as administrator.
  4. Make the appropriate replacements and run the following command:
    imcl install fixID -repositories repositoryLocation -installationDirectory installationDirectory -log logLocation
    1. Replace fixID with the ID of the interim fix. The ID can be found in the repository.xml file in the directory where you extracted the interim fix, in the fix id element. For example:
      <fix id="8.5.5.0-WS-BPMADVWESB-IFJR39658" version="0.0.0.20131115_1047" offeringId="EnhancedFix" offeringVersion="0.0.0.EnhancedFix">
    2. Replace repositoryLocation with the directory where you extracted the interim fix.
    3. Replace installationDirectory with the location where you installed IBM Business Process Manager.
    4. Replace logLocation with the location and file name to log the installation information.
    For example:
    C:\Program Files\IBM\Installation Manager\eclipse\tools>imcl install 8.5.5.0-WS-BPMADVWESB-IFJR39658 -repositories C:\interimFix\8.5.5.0-WS-BPMADVWESB-IFJR39658 -installationDirectory C:\IBM\BPM85 -log logfix.txt

Results

The installation log (specified by the -log parameter) contains no error messages if the interim fix installation is successful. The command line shows a message that the fix was installed. For example:
Installed 8.5.5.0-WS-BPMADVWESB-IFJR39658_0.0.0.20130525_1047 to the C:\IBM\BPM85 directory.