Skip to content

Commit 2f95c56

Browse files
authored
Merge pull request #244985 from AbhishekMallick-MS/Jul-14-2023-HSR
HSR image updates
2 parents 695f09c + fd2d174 commit 2f95c56

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed
Loading

articles/backup/sap-hana-database-with-hana-system-replication-backup.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ When a failover occurs, the users are replicated to the new primary, but *hdbuse
4848

4949
1. Pass the custom backup user key to the script as a parameter:
5050

51-
`-bk CUSTOM_BACKUP_KEY_NAME` or `-backup-key CUSTOM_BACKUP_KEY_NAME`
51+
```HDBSQL
52+
-bk CUSTOM_BACKUP_KEY_NAME` or `-backup-key CUSTOM_BACKUP_KEY_NAME
53+
```
5254

5355
If the password of this custom backup key expires, the backup and restore operations will fail.
5456

@@ -58,11 +60,17 @@ When a failover occurs, the users are replicated to the new primary, but *hdbuse
5860
hdbuserstore set SYSTEMKEY localhost:30013@SYSTEMDB <custom-user> '<some-password>'
5961
hdbuserstore set SYSTEMKEY <load balancer host/ip>:30013@SYSTEMDB <custom-user> '<some-password>'
6062
```
61-
62-
:::image type="content" source="./media/sap-hana-database-with-hana-system-replication-backup/pass-custom-backup-user-key-to-script-as-parameter-architecture.png" alt-text="Disgram explains the flow to pass the custom backup user key to the script as a parameter." lightbox="./media/sap-hana-database-with-hana-system-replication-backup/pass-custom-backup-user-key-to-script-as-parameter-architecture.png":::
63-
63+
6464
>[!Note]
6565
>You can create a custom backup key using the load balancer host/IP instead of local host to use Virtual IP (VIP).
66+
>
67+
>**Diagram shows the creation of the custom backup key using local host/IP.**
68+
>
69+
> :::image type="content" source="./media/sap-hana-database-with-hana-system-replication-backup/pass-custom-backup-user-key-to-script-as-parameter-architecture.png" alt-text="Disgram explains the flow to pass the custom backup user key to the script as a parameter." lightbox="./media/sap-hana-database-with-hana-system-replication-backup/pass-custom-backup-user-key-to-script-as-parameter-architecture.png":::
70+
>
71+
>**Diagram shows the creation of the custom backup key using Virtual IP (Load Balancer Frontend IP/Host).**
72+
>
73+
> :::image type="content" source="./media/sap-hana-database-with-hana-system-replication-backup/create-custom-backup-key-using-virtual-ip.png" alt-text="Disgram explains the flow to create the custom backup key using Virtual IP." lightbox="./media/sap-hana-database-with-hana-system-replication-backup/create-custom-backup-key-using-virtual-ip.png":::
6674
6775
1. Create the same *Custom backup user* (with the same password) and key (in *hdbuserstore*) on both VMs/nodes.
6876

0 commit comments

Comments
 (0)