To offer higher levels of availability, you can link together multiple systems in a SAP HANA multitier system replication landscape.
With Multitier system replication, a tier 2 system replication setup can be used as the source for replication in a chained setup of primary site, tier 2 secondary site, and tier 3 secondary site.
After setting up a basic system replication scenario, you add a third system to provide another level of redundancy. In a multitier setup, the primary system is always on tier 1, a tier 2 secondary has a primary system as its replication source, and a tier 3 secondary has the tier 2 secondary as its replication source.

In general, multitier system replication does not allow operation mode mixtures. However, there is one exception. If the logreplay_readaccess operation mode is configured between tier 1 and tier 2, the logreplay operation mode can be configured between tier 2 and tier 3.
Set Up SAP HANA Multitier System Replication
You can configure multitier system replication using the following tools:
The SAP HANA Cockpit
hdbnsutil
SAP HANA Studio
To set up multitier system replication, you have installed and configured three identical, independently operational SAP HANA systems: a primary system, a tier 2 secondary system, and a tier 3 secondary system.
To use hdbnsutil to set up multitier system replication, you must perform the steps below. In this scenario, there are three SAP HANA systems: A, B, and C, named Tier1 , Tier2, and Tier3, respectively. In addition, in this scenario, multitier system replication supports a tier 2 secondary with sync replication mode and a tier 3 secondary with async replication mode.
Set up an SAP HANA Multitier System Replication Using hdbnsutil
Start SAP HANA system A and back up the system database and all tenant databases.
Enable system replication and give system A a logical name:
hdbnsutil -sr_enable --name=Tier1
Stop the tier 2 secondary system B.
Register system B as tier 2:
Code Snippet12hdbnsutil -sr_register --replicationMode=sync --name=Tier2 --remoteInstance=<instID> --remoteHost=<hostA>Start the tier 2 secondary system B.
Enable tier 2 as the source for a tier 3 secondary system:
hdbnsutil -sr_enable
Stop the tier 3 secondary system C.
Register system C as tier 3:
Code Snippet12hdbnsutil -sr_register --replicationMode=async --name=Tier3 --remoteInstance=<instID> --remoteHost=<hostB>Start the tier 3 secondary system C.
Using the SAP HANA Cockpit, you can set up multitier system replication in one step. After you have entered the system details for tier 1 and tier 2, you can add the details for the tier 3 system.


If the primary system fails, a takeover to the tier 2 secondary system is done. Once your failed site is operational again, you can attach it as a tier 3 secondary system or you can restore the original multitier system replication configuration.