DB2 10.5 for Linux, UNIX, and Windows

Installing offline fix pack updates to existing DB2 database products (Linux and UNIX)

To update a DB2® database product to the new fix pack level, apply an offline fix pack update to the DB2 database product that is already installed.

Before you begin

Procedure

To install a fix pack:

  1. For root installations, log on as root. For non-root installations, log on with the user ID that owns the non-root installation.
  2. Change to the directory that contains the fix pack image.
  3. Start the installation by running the installFixPack command. For example,
    ./installFixPack -b DB2DIR
    where DB2DIR is the location of the DB2 database products that you want to update.
    In clustered environments where some instances are not mounted, add the -f ha_standby_ignore option. For example,
    ./installFixPack -b DB2DIR -f ha_standby_ignore

What to do next

To complete the installation, perform the necessary post-installation tasks for fix packs. Refer to Post-installation tasks for fix packs (Linux and UNIX).