Replserverguid

The replserverguid option specifies the globally unique identifier (GUID) that is used when the client connects to a failover server. The GUID is used to validate the failover server to ensure that it is the expected server.

The replication GUID is different from the machine GUID of the server. It is generated one time for a server that is doing the replication and never changes.

This option must be specified within a replservername stanza in the client options file. The replservername stanza contains connection information about a failover server.

This option is set by the IBM Storage Protect server administrator for the client node. During the normal (non-failover) logon process, the option is sent to the client and is saved in the client options file.

Do not edit this option during normal operations.

Edit this option only during situations such as the following ones:
  • The primary server is offline and the information for a failover server is not in the options file.
  • The failover server information is out-of-date or incorrect.
Any values that you edit are removed or updated the next time that you log in to the primary server.

Supported Clients

This option is valid for all clients.

Options File

Linux operating systemsOracle Solaris operating
systemsAIX operating systemsMac OS X operating
systemsThis option is placed in the dsm.sys file within the replservername stanza.

Windows operating systemsThis option is placed in the client options file (dsm.opt).

Syntax

Read syntax diagramSkip visual syntax diagramreplserverguidserverguid

Parameters

serverguid
Specifies the GUID of a failover server.

Examples

Options file:
REPLSERVERGUID 91.0f.ef.90.5c.cc.11.e1.ae.34.08.00.00.00.00.02
Command line:
Does not apply.
Linux operating systemsOracle Solaris operating
systemsAIX operating systemsMac OS X operating
systemsOptions file:
Linux operating systemsOracle Solaris operating
systemsAIX operating systemsMac OS X operating
systemsThe following example demonstrates how to specify options for multiple failover servers servers in the dsm.sys file, and how to reference the failover servers.
Linux operating systemsOracle Solaris operating
systemsAIX operating systemsMac OS X operating
systemsConnection information for multiple failover servers is presented in stanzas. Each stanza is identified by the replservername option and the name of a failover server.
Linux operating systemsOracle Solaris operating
systemsAIX operating systemsMac OS X operating
systemsThe servername stanza must contain the myreplicationserver option, which points to up to two failover servers that are specified by replservername stanzas.
Linux operating systemsOracle Solaris operating
systemsAIX operating systemsMac OS X operating
systems
  REPLSERVERNAME   TargetReplicationServer1
    REPLTCPSERVERADDRESS TargetReplicationServer1 
    REPLTCPPORT          1505
    REPLSSLPORT          1506
    REPLSERVERGUID       91.0f.ef.90.5c.cc.11.e1.ae.34.08.00.00.00.00.00  

  REPLSERVERNAME   TargetReplicationServer2
    REPLTCPSERVERADDRESS TargetReplicationServer2
    REPLTCPPORT          1505
    REPLSSLPORT          1506
    REPLSERVERGUID       91.0f.ef.90.5c.cc.11.e1.ae.34.08.00.00.00.00.02  
 
  SErvername     server_a 
    COMMMethod                TCPip
    TCPPort                   1500 
    TCPServeraddress          server_hostname1.example.com
    PASSWORDAccess            prompt
    MYREPLICATIONServer       TargetReplicationServer1
 
  SErvername     server_b
    COMMMethod                TCPip
    TCPPort                   1500 
    TCPServeraddress          server_hostname2.example.com
    PASSWORDAccess            generate 
    INCLExcl                  /adm/tsm/archive.excl 
    MYREPLICATIONServer       TargetReplicationServer2

  SErvername     server_c
    COMMMethod                TCPip 
    TCPPort                   1500 
    TCPServeraddress          server_hostname3.example.com 
    PASSWORDAccess            generate
    MYREPLICATIONServer       TargetReplicationServer1,TargetReplicationServer2
Windows operating systemsOptions file:
Windows operating systemsThe following example demonstrates how to specify options for multiple failover servers in the dsm.opt file, and how to reference the failover servers.
Windows operating systemsThe connection information for each failover server is located within a REPLSERVERName stanza.
Windows operating systemsThe MYREPLICATIONServer option points to up to two failover server names that are specified by the REPLSERVERName stanzas.
REPLSERVERNAME     TargetReplicationServer1
    REPLTCPSERVERADDRESS TargetReplicationServer1
    REPLTCPPORT          1505
    REPLSSLPORT          1506
    REPLSERVERGUID       91.0f.ef.90.5c.cc.11.e1.ae.34.08.00.00.00.00.00 

REPLSERVERNAME   TargetReplicationServer2
    REPLTCPSERVERADDRESS TargetReplicationServer2
    REPLTCPPORT          1505
    REPLSSLPORT          1506
    REPLSERVERGUID       91.0f.ef.90.5c.cc.11.e1.ae.34.08.00.00.00.00.02

COMMMethod                TCPip 
TCPPort                   1500
TCPServeraddress          server_hostname1.example.com
PASSWORDAccess            prompt 
MYREPLICATIONServer       TargetReplicationServer1,TargetReplicationServer2 
MYPRIMARYSERVER           Server1