Symmetrix Remote Data Facility

From Infogalactic: the planetary knowledge core
(Redirected from SRDF)
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

The Symmetrix Remote Data Facility (SRDF) is a family of EMC Corporation software products that facilitates the data replication from one Symmetrix storage array to another through a storage area network or Internet Protocol (IP) network.

SRDF logically pairs a device or a group of devices from each array and replicates data from one to the other synchronously or asynchronously. An established pair of devices can be split, so that separate hosts can access the same data independently (maybe for backup), and then be resynchronised.

In synchronous mode (SRDF/S), the primary array waits until the secondary array has acknowledged each write before the next write is accepted, ensuring that the replicated copy of the data is always as current as the primary. However, the latency due to propagation increases significantly with distance.

Asynchronous SRDF (SRDF/A) transfers changes made to the secondary array in units called delta sets, which are transferred at defined intervals. Although the remote copy of the data will never be as current as the primary copy, this method can replicate data over considerable distances and with reduced bandwidth requirements and minimal impact on host performance.

Other forms of SRDF integrate with clustered environments and to manage multiple SRDF pairs where replication of multiple devices must be consistent (such as with the data files and log files of a database application).

See also

External links