We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8
HKBK COLLEGE of ENGINEERING
(Approved by AICTE & Affiliated to VTU)
22/1, Nagawara, Arabic College Post, Bangalore-45, Karnataka Email: [email protected] URL: www.hkbk.edu.in
Department of Information Science & Engineering
SAN ACTIVITY “WHAT IS REPLICA AND ITS USES”
Akshat Sharma 1HK20IS009
Akshata Bagal 1HK20IS020 Shivani Bayas 1HK20IS021 What is Replica • Replication is the process of creating an exact copy of data .
• Creating one or more replicas of the production data is one of
the ways to provide Business Continuity (BC).
• These replicas can be used for recovery and restart operations in
the event of data loss. Purpose • The primary purpose of replication is to enable users to have designated data at the right place, in a state appropriate to the recovery need. • The replica should provide recoverability and restart_x0002_ability. • Recoverability enables restoration of data from the replicas to the production volumes in the event of data loss or data corruption. • It must provide minimal RPO and RTO for resuming business operations on the production volumes. • While restartability must ensure consistency of data on the replica. This enables restarting business operations using the replicas. Source And Target • A host accessing data from one or more LUNs on the storage array is called a production host, and these LUNs are known as source LUNs (devices/volumes), production LUNs, or simply the source. • A LUN (or LUNs) on which the data is replicated is called the target LUN or simply the target or replica. • Targets can also be accessed by hosts other than production hosts to perform operations such as backup or testing. • Target data can be updated by the hosts accessing it without modifying the source. However, the source and the target are not an identical copy of each other anymore. The target can be incrementally resynchronized (copying of data that has changed since the previous synchronization) with the source to make both source and target identical. USES • Alternate source for backup: Under normal backup operations, data is read from the production volumes (LUNs) and written to the backup device. This places additional burden on the production infrastructure, as production LUNs are simultaneously involved in production work. As the local replica contains an exact point-in-time (PIT) copy of the source data, it can be used to perform backup operations. This alleviates the backup I/O workload on the production volumes. Another benefit of using local replicas for backup is that it reduces the backup window to zero. • Fast recovery: In the event of a partial failure of the source, or data corruption, a local replica can be used to recover lost data. In the event of a complete failure of the source, the replica can be restored to a different set of source devices. In either case, this method provides faster recovery and minimal RTO, compared to traditional restores from tape backups. In many instances business operations can be started using the source device before the data is completely copied from the replica.
• Decision-support activities such as reporting:
Running the reports using the data on the replicas greatly reduces the I/O burden placed on the production device. • Testing platform: A local replica can be used for testing critical business data or applications. For example, when planning an application upgrade, it can be tested using the local replica. If the test is successful, it can be restored to the source volumes.
• Data migration: Local replication can also be used for data migration. Data migration may be performed for various reasons, such as migrating from a small LUN to a larger LUN THANK YOU