Data Domain: Configuring Collection Replication in DDOS 5.0 and Later Versions
Resumo: Configuring Collection Replication in DDOS 5.0 and later.
Sintomas
Causa
Collection replication does not have the flexibility of the other types, but it can provide higher throughput and support more objects with less overhead, which may work better for high-scale enterprise cases.
Collection replication replicates the entire /data/col1 area from a source Data Domain system to a destination Data Domain system.
Resolução
Below are the steps to Configure Collection Replication in DDOS 5.0:
On the DESTINATION system:
- Run the
filesys destroycommand to completely empty any existing file system constructs. - Run the
filesys createcommand on the destination system to create a fresh file system. - Run the
hostnamecommand on both the source system and the destination system to identify each hostname. For Example:sysadmin@abc
# hostname Hostname: abc.tech.local
- The replication command is case-sensitive. Copy the name exactly as displayed. Errors in case, fully qualified domain names, and host names prevents replication from working.
- Run the
replication addcommand on the Data Domain system with the form:
replication add source col:// <source> destination <destination>
For example, the command to add a Collection Replication context is:
sysadmin@abc
# replication add source col://abc.tech.local destination col://abc.tech.local
- Run the
filesys enablecommand to enable the file system.
On the SOURCE system:
- Run the
filesys disablecommand. - Run the same
replication addcommand that was run on the destination on the source Data Domain system:
replication add source col:// <source> destination <destination>
sysadmin@abc
# replication add source col://abc.tech.local destination col://abc.tech.local
- Run the
filesys enablecommand to start the file system. - Run the
replication initializecommand, on the source system only, to start replication.
replication initialize <destination>
sysadmin@abc
# replication initialize rctx://0
- Verify the configuration by typing the following:
# replication show config
Note: In a collection pair, once replication has been established, the destination path can be substituted with
rctx://0
For Example:
replication show stats rctx://0
Note: If your issue persists after performing the steps in this article, contact your contracted support provider, upload a Support Bundle (see article Data Domain: How to collect and upload a support bundle (SUB) from a Data Domain Restorer (DDR) Log in to Dell Support is required to view article), and Create a service request.
Mais informações
Related articles:
(Log in to Dell Support is required to view these articles)
- Data Domain: From Some Newer DD OS Versions, CA Certificate Errors May be Reported When Creating Replication Contexts From DD CLI
- Data Domain - Collection Replication FAQ
- Data Domain - Introduction to Replication
Ensure that both Source and Destination Data Domains can resolve the partner Data Domain hostnames and their own hostnames (use the # net lookup command) through DNS or through Hostname local resolution (by adding them manually).
Each data domain should have two host entries, an entry for its own hostname and one for the replication partner.
Check the hosts mapping with the command:
# net hosts show # net hosts add <target IP> <target FQDN> <target hostname>
Example
# net hosts add 192.168.3.3 bkup20.yourcompany.com bkup20
Ensure that both Source and Destination Data Domains can reach the remote peer Data Domain through TCP port 3009 as this is the port used to get the remote peer CA certificates. You check in SE mode
# se telnet <IP> 3009