TSM V7.1 Node Replication Flashcards
At what version level of TSM was Node Replication introduced?
V6.3
Which function was added to Node Replication in TSM V7.1?
automatic failover
if the automatic failover feature is configured what functionality ia available to the TSM client when the first server goes down and the client is automatically redirected to the target (2nd) server?
restore and retrieve only (in the backup/archive GUI the backup/archive options are greyed out)
What level of TSM is necessary on all participants (servers and clients) for automatic failure to be possible?
clients and servers at level V7.1 .
what additional parameter needs to be set for automatic failover functionality to be added to the already configured (and working properly!) node replication environment?
tsmserver1>set failoverhladdress server2
the client option file then also gets automatically updated
Can 1 server be both a target and a source replication server?
Yes, A server can function as the source of replicated data for some client nodes and as the target of replicated data for other client nodes
what types of data can be replicated? (3)
- backup (inactive and active)
- archive
- Space managed (HSM data that hasmigrated to the source server)
What levels of TSM are required for node replication?
server: TSM V6.3+
client: TSM V6.3 or earlier
Can the Operating System of source and target be different?
Yes
Does the storage pool layout of source and target have to be the same?
No, e.g: the data of 2 source storage pools may be stored in 1 stgpool on the target…
How about deduplication and node replication?
Node replication is deduplication-aware
Is SSL supported for node replication communication?
Yes
Can data be replicated more than once?
No, the data is replicated to the target and cannot be replicated to another server after that. Also it is not possible to replicate the same object to multiple servers
Command set to create the server definitions (with crossdefine)
Source : server-a
Target: server-b
1)on target server (server_b): set servername server_b set serverpassword mylife set serverhladdress 9.115.20.80 set serverlladdress 1860 set crossdefine on
2)on source server (server_a): set servername server_a set serverpassword yourlife set serverhladdress 9.115.20.97 set serverlladdress 1500
3)on server_a (source):
define server server_b hladdress=9.115.20.80 lladdress=1860 serverpassword=mylife crossdefine=yes
Node replication configuration: the server definitions have been created, what is the next step? (+ command)
set the default replication server on the source server:
tsm>set replserver server_b
What command is used to show the default replication server and replication settings?
tsm>query status
…
Server host name or IP address: 9.115.44.121
Server TCP/IP port number: 5511
Server URL:
Crossdefine: Off
…
OutBound Replication: Enabled
Server Password Set: Yes
Target Replication Server: DRSERVER
Default Replication Rule for Backup: ALL_DATA
Default Replication Rule for Archive: ALL_DATA
Default Replication Rule for Space Managed: ALL_DATA
Replication Record Retention Period: 14 Day(s)
…