---
parser: v2
auto_validation: true
primary_tag: products>sap-hana-dynamic-tiering
tags: [  tutorial>beginner, topic>big-data, products>sap-hana, products>sap-hana-dynamic-tiering, products>sap-hana-studio ]
slug: dt-sys-replication-part4
canonical_url: https://developers.sap.com/tutorials/dt-sys-replication-part4
---

# Disable SAP HANA System Replication
<!-- description --> Disable system replication.

## Prerequisites
 - **Proficiency:** Advanced
 - **Tutorials** Performing a Fail-back
 - **Credentials:** Have access to the SYSTEM user of  `SystemDB` and "`<SID>adm`" for a SSH session on the HANA hosts.

## You will learn
- How to disable system replication with SAP HANA Studio
## Time to Complete
**10 Min**

---

### Disabling System Replication


You can disable SAP HANA system replication for an SAP HANA system by first `unregistering` the secondary system and then disabling system replication on the primary system.

Before we begin to disable system replication, ensure that the Secondary System has been stopped, and that the Primary System is online.

First, we will `unregister` the secondary system.
In the Systems Panel, right-click the **Primary System** and choose **Configuration and Monitoring** > **Configure System Replication**.

![Configure System Replication](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/dt-sys-replication-part4/configure-system-replication.png)

In the pop-up dialog, select **`Unregister` secondary system** and then **Next**.

![Unregister Secondary System](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/dt-sys-replication-part4/unregister-secondary-system.png)

Select the **Secondary System Name**. Since Dynamic Tiering only support two-tier system replication, you can leave the default option. Click **Next**.

![Select Secondary System](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/dt-sys-replication-part4/select-secondary-system.png)

Review the configuration details and click **Finish**.

![Review configuration details](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/dt-sys-replication-part4/review-configuration-details.png)


Now, to disable system replication on the primary system, right-click the **Primary System** again, and choose **Configuration and Monitoring** > **Configure System Replication**.

![Configure System Replication](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/dt-sys-replication-part4/configure-system-replication.png)

Choose **Disable system replication** and click **Next**.

![Disable System Replication](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/dt-sys-replication-part4/disable-sys-repl.png)

Leave the **Ignore secondary system** unchecked, which will remove all secondary system's metadata, and click **Finish**.

![Ignore Secondary System](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/dt-sys-replication-part4/ignore-secondary-system.png)

System Replication has now been disabled.


### Test yourself



