IBM Tivoli Storage Manager, Version 7.1

Configuring the client for automated failover

You can manually configure the client to automatically fail over to the secondary server.

Before you begin the configuration:
  • Ensure that the client node participates in node replication on the primary server.
  • Ensure that the client meets the requirements for automated client failover.
  • Use this procedure only if the connection information for the secondary server is not current or if it is not in the client options file.
You might manually configure the client for automated failover in the following situations:
  • The secondary server configuration was changed and the primary server is down before the client logs on to the server. When you manually add the connection information, the client is enabled for failover to the secondary server.
  • You accidentally erased some or all of the secondary server connection information in the client options file.
    Tip: Instead of manually configuring the client options file, you can run the dsmc q session command, which prompts you to log on to the primary server. The connection information for the secondary server is sent automatically to the client options file.

To manually configure the client for automated failover, complete the following steps:

  1. Ensure that the client is enabled for automated client failover by verifying that the usereplicationfailover option is either not in the client options file or is set to yes. By default, the client is enabled for automated client failover so the usereplicationfailover is not required in the client options file.
  2. Obtain the connection information about the secondary server from the Tivoli Storage Manager server administrator and add the information to the beginning of the client options file. Group the statements into a stanza under the replservername statement. AIX operating systems HP-UX operating systems Linux operating systems Mac OS X operating systems Oracle Solaris operating systems
    AIX operating systems HP-UX operating systems Linux operating systems Mac OS X operating systems Oracle Solaris operating systems For example, add the following statements to the dsm.sys file:
    REPLSERVERNAME          TARGET
       REPLTCPSERVERADDRESS 192.0.2.9
       REPLTCPPORT          1501
       REPLSSLPORT          1502
       REPLSERVERGUID       60.4a.c3.e1.85.ba.11.e2.af.ce.00.0c.29.2f.07.d3
    
    SErvername     server_a 
       COMMMethod                TCPip
       TCPPort                   1500 
       TCPServeraddress          server_hostname1.example.com
       PASSWORDAccess            prompt
       MYREPLICATIONServer       TARGET
    Windows operating systems
    Windows operating systems For example, add the following statements to the dsm.opt file:
    REPLSERVERNAME          TARGET
       REPLTCPSERVERADDRESS 192.0.2.9
       REPLTCPPORT          1501
       REPLSSLPORT          1502
       REPLSERVERGUID       60.4a.c3.e1.85.ba.11.e2.af.ce.00.0c.29.2f.07.d3
    
    MYREPLICATIONServer TARGET
    MYPRIMARYSERVERNAME SERVER1
  3. AIX operating systems HP-UX operating systems Linux operating systems Mac OS X operating systems Oracle Solaris operating systems Non-root users must specify a location for the node replication table by adding the nrtablepath option to the dsm.sys file. The backup-archive client uses this table to store information about each backup or archive operation to the Tivoli Storage Manager server.
    You must specify a location that your user ID has write access to. For example:
    nrtablepath /Volumes/nrtbl
    Restriction: Do not specify the root directory (/) for the location of the node replication table.
  4. Save and close the client options file.
  5. Restart the backup-archive client GUI or log on to the Tivoli Storage Manager server from the command-line interface. The client is connected to the secondary server.
After you configured the client for automated client failover, and the client attempts to log on to the server, the following sample command output is displayed:
IBM Tivoli Storage Manager
Command Line Backup-Archive Client Interface
  Client Version 7, Release 1, Level 0.0
  Client date/time: 04/29/2013 11:18:51
(c) Copyright by IBM Corporation and other(s) 1990, 2013. All Rights Reserved.

Node Name: KHOYT
ANS2106I Connection to primary TSM server 192.0.2.1 failed

ANS2107I Attempting to connect to secondary server TARGET at 192.0.2.9 : 1501

Node Name: KHOYT
Session established with server TARGET: Windows
  Server Version 7, Release 1, Level 0.0
  Server date/time: 04/29/2013 11:18:51  Last access: 04/29/2013 09:55:56

  Session established in failover mode to secondary server
ANS2108I Connected to secondary server TARGET.

You can restore or retrieve any replicated data in failover mode.



Feedback