DB2 10.5 for Linux, UNIX, and Windows

Upgrading DB2 servers in Microsoft Cluster Server environments

Upgrading DB2® servers in Microsoft Cluster Server (MSCS) environments to DB2 Version 10.5 requires that you install DB2 Version 10.5 as a new copy in all nodes and then upgrade your MSCS instances and databases.

Microsoft Cluster Server (MSCS) provides High Availability functions to windows users. During setup of DB2 server failover support on MSCS, a server instance is transformed into an MSCS instance. You can run the db2iupgrade command to upgrade your MSCS instance and to upgrade existing pre-DB2 Version 10.5 MSCS resources to DB2 Version 10.5 DB2 MSCS resources.

Before you begin

Restrictions

Procedure

To upgrade a DB2 server in an MSCS environment to DB2 Version 10.5:

  1. Log on to the DB2 server as a user with Local Administrator authority.
  2. Install DB2 Version 10.5 in all of the nodes in the MSCS cluster. Run the setup command to launch the DB2 Setup wizard and select the Install New option in the Install a Product panel. Do not select the Work with Existing option.
  3. Take the resource for the instance offline using the Cluster Administrator. The resource name is the same as the instance name. Ensure that all the remaining resources in the same group as the instance are online.

    For more information about using the Cluster Administrator, refer to MSCS documentation.

  4. Upgrade your MSCS instances by running the db2iupgrade command. This command defines a new resource type called "DB2 Server", and updates all DB2 MSCS resources to use the new resource type. Having a new resource type during the upgrade eliminates conflict with existing pre-DB2 Version 10.5 MSCS resources.
         $DB2DIR\bin\db2iupgrade /u:user,password MSCS-InstName
    You must run this command from the node that owns all the instance-dependent resources.
  5. Stop and restart the cluster service in all of the nodes in the MSCS cluster by using the Cluster Administrator.
  6. Bring online the group of resources containing the upgraded instance by using the Cluster Administrator.
  7. Optional: Upgrade your DB2 Administration Server (DAS) if you want to keep your existing DAS configuration and use new functionality available in DB2 Version 10.5.. Refer to Upgrading the DB2 Administration Server (DAS).

    If you choose to create a new DAS, you have to re-configure the DAS settings for your MSCS environment.Refer to Creating a DB2 administration server.

  8. Upgrade your databases. Refer to Upgrading databases.

What to do next

After upgrading the DB2 server, perform the recommended post-upgrade tasks such as resetting the diagnostic error level, adjusting log space size, and rebinding packages. In addition, verify that the upgrade of your DB2 server was successful. Refer to Post-upgrade tasks for DB2 servers and Verifying upgrade of DB2 servers.