Windows operating systems
IBM Tivoli Storage Manager, Version 7.1

Windows: Applying a fix pack to Tivoli Storage Manager V7 in a clustered environment for Windows

To install a fix pack on a Tivoli® Storage Manager V7 server in a Windows clustered environment, several steps are required.

Before you begin

To install a fix pack or interim fix to the server, install the server at the level on which you want to run it. You do not have to start the server installation at the base release level. For example, if you currently have Version 6.3.4.2 installed, you can go directly to the latest fix pack for V7.1. You do not have to start with the V7.1.0 installation if a maintenance update is available.

Procedure

  1. Back up the database. The preferred method is to use a snapshot backup. A snapshot backup is a full database backup that does not interrupt any scheduled database backups. For example, issue the following command:
    backup db type=dbsnapshot devclass=tapeclass
    Important: If the upgrade fails, and you must revert the server to the previous level, you will need the database backup and the configuration files that you save in the next steps. By using the database backup and the configuration files, you might be able to revert the server to the previous level.
  2. Back up the device configuration information. Issue the following command:
    backup devconfig filenames=file_name
    where file_name specifies the name of the file in which to store device configuration information.
  3. Back up the volume history information. Issue the following command:
    backup volhistory filenames=file_name
    where file_name specifies the name of the file in which to store the volume history information.
  4. Save a copy of the server options file, typically named dsmserv.opt. The file is in the server instance directory.
  5. Disable automatic failback.
    Tip: You must disable automatic failback so that no groups automatically fail back during the installation.
    1. In the Failover Cluster Manager window, select Services and Applications and right-click the cluster group.
    2. Select Properties.
    3. On the Failover tab in the Properties window, select Prevent failback and click OK.
    4. If multiple groups exist, repeat the preceding steps to disable automatic failback for each group.
  6. Determine the first server on which to install the fix pack.
  7. Move the cluster groups from the node where the fix pack is to be installed.
  8. Stop the cluster server node. In the Component Services window, right-click Cluster Service and click Stop.
  9. Install the Tivoli Storage Manager fix pack. For details, see Installing a Tivoli Storage Manager fix pack.
    Tip: Tivoli Storage Manager is still running and available on another node. If the DB2® installation attempts to access an offline instance near the end of the installation, you might receive error message SQL5005C. This message does not indicate an installation failure. You can ignore the message.
  10. Take the Tivoli Storage Manager server and the DB2 resources offline:
    1. In the Failover Cluster Manager window, select Services and Applications and then select the cluster group. The resources for the group are displayed. In the Other Resources section, SERVER1 and the Tivoli Storage Manager server are displayed.
    2. In the Other Resources section, right-click the Tivoli Storage Manager Instance(x) Server, where x represents the instance number. Select Take this resource Offline. Repeat this step for SERVER1.
  11. Restart the cluster service on the current node. In the Component Services window, right-click Cluster Service and click Start.
  12. Move the cluster groups to the current node:
    1. In the Failover Cluster Manager window, click Services and Applications.
    2. Right-click the cluster group and select Move this service or application to another node. The Current Owner column changes to the current node.
    3. Optional: If multiple groups exist, move the other cluster groups to the current node by repeating steps 12.a and 12.b.
  13. Start the DB2 resources:
    1. In the Failover Cluster Manager window, select Services and Applications, and then select the cluster group.
    2. Right-click SERVER1 and select Bring this service online. Repeat this step for each Tivoli Storage Manager Instance (x) Server, where x represents the instance number.
  14. Stop the cluster service on the second node. In the Component Services window, right-click Cluster Service and click Stop.
  15. Install the Tivoli Storage Manager fix pack. Tivoli Storage Manager is now running and available on the first node. If the DB2 installation attempts to access an offline instance before the installation is completed, you might receive error message SQL5005C. This message does not indicate an installation failure. You can ignore the message.
  16. Restart the cluster service on this node. In the Component Services window, right-click Cluster Service and click Start.
  17. Move the cluster groups back to the servers that you want to use:
    1. In the Failover Cluster Manager window, click Services and Applications.
    2. Right-click the group that you want to move and select Move this service or application to another node. The Current Owner column changes to the selected node.
    3. For any other nodes that must be moved to the owners that you want to use, repeat step 17.b. This step reverts the Microsoft Cluster Server environment to its initial configuration.
  18. Restart automatic failback processing:
    1. In the Failover Cluster Manager window, right-click the cluster group.
    2. Select Properties.
    3. On the Failover tab of the Cluster Group Properties window, select Allow failback, and click OK.


Feedback