WebSphere Application Server Network Deployment, Version 6.0.x   Operating Systems: AIX, HP-UX, Linux, Solaris, Windows
             [TIP: Focusing the table of contents and search results]

Configuring transaction properties for peer recovery

Peer recovery for the transaction service enables servers in a cluster to complete outstanding work for a failed cluster member. Follow the steps in this topic to configure the transaction properties that are required for peer recovery of failed application servers in a cluster.

Before you begin

Transaction peer recovery requires a common configuration of the resource providers between the participating server members in order to be able to perform peer recovery between servers. This means that peer recovery processing can only take place between members of the same server cluster. Although a cluster can contain servers that are at different versions of WebSphere Application Server, you must enable and configure high availability only if all servers in the cluster are at Version 6 or later.

About this task

Configuring the transaction properties that are required for peer recovery is part of the overall task for configuring a cluster to use high availability support.

Procedure

  1. Configure the transaction log directory setting for each server in the cluster. You can configure the location of the transaction log directory using either the administrative console or commands. The configuration is stored in the serverindex.xml node-level configuration file.

    Each server in the cluster must be able to access the log directories of other servers in the same cluster. For this reason, do not leave this setting unset. If you do not set a directory, the application server assumes a default location within the appropriate profile directory, which might not be accessible to other servers in the cluster.

    Each server in the cluster must also have a unique transaction log directory, to avoid attempts by multiple servers to access the same log file. For example, you could use the name of each server as part of the log directory name for that server.

    The storage mechanism that is used to host recovery log files (for example, you can use IBM Network attached storage (NAS) and shared SCSI drives, but not simple network share) and access to that mechanism (for example, through a local area network (LAN)), must support the file-based force operation that is used by the recovery log service to force data to disk.

    In addition, configure the mechanism by which the remote log files are accessed, to exploit any fault tolerance in the underlying file system. For example, by using the Network File System (NFS) and hard mounting the remote directory containing the log files using the -o hard option of the NFS mount command, the NFS client will retry a failed operation until the NFS server becomes available again.

    For more information about configuring transaction log directories, see Configuring transaction properties for an application server.

    Note: If you have migrated from a previous version of WebSphere Application Server, be aware that previous versions stored the recovery log configuration in the server.xml server-level configuration file. If you run existing scripting that configures the original recovery log settings, or migrate Version 5 application servers to a later version of WebSphere Application Server, the original transaction log directory configuration in the server.xml file is updated. The administrative console detects this condition and prompts you to save the configuration when you view the transaction service panel. This save operation saves the changed configuration to the serverindex.xml file, and resets the older fields to null. Change your existing scripting to target the serverindex.xml file at the earliest opportunity. New scripting should also target the serverindex.xml file.
  2. Enable the high availability function for the cluster, by completing the following steps on the cluster configuration panel of the WebSphere Application Server administrative console:
    1. In the administrative console, click Servers > Clusters > cluster_name.
    2. Select the Enable failover of transaction log recovery option.
    3. Click OK.
    For more information about enabling the high availability function for a cluster, see Server cluster settings.
  3. Decide which kind of transaction peer recovery to use by referring to How to choose between automated and manual transaction peer recovery .
  4. Perform one of the following actions, depending on the configuration that you require.



Sub-topics
Configuring manual peer recovery for the transaction service
Configuring automated peer recovery for the transaction service
Related concepts
Transactional high availability
Related tasks
Using the transaction service
Task topic    

Terms of Use | Feedback

Last updated: Mar 8, 2007 8:14:28 PM CST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/tjta_cfgpeer.html

© Copyright IBM Corporation 2002, 2006. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)