Skip to content

Commit 55ed3c5

Browse files
Merge pull request #287585 from AbhishekMallick-MS/Sep-30-2024-EEE
Addressed EEE doc ask #25896497
2 parents d7a3fb4 + 8f855e4 commit 55ed3c5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/backup/sap-hana-faq-backup-azure-vm.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,20 @@ sections:
171171
answer: |
172172
During the backup operation, the *backup job* connects to three Service Endpoints - `AzureBackup`, `AzureStorage`, and `Microsoft Entra ID. In this scenario, we recommend you to configure the Service Endpoint to `AzureStorage`, which helps to send the traffic from the Virtual Network to the Storage directly. For Azure Backup and Microsoft Entra ID, you can configure UDR over service tags so that the traffic travels to backbone network instead of on-premises.
173173
174+
- question: |
175+
Why West US region node is showing under East US region Recovery Services vault?
176+
answer: |
177+
The Recovery Services vault shows all the nodes that are part of the SAP HANA System Replication. All the nodes are listed here as per the `hdbnsutil` output. However as per the expected behavior, only configured node in this vault is registered.
178+
179+
- question: |
180+
When a file starting with "hdbbackint" under "/var/tmp generated" and how it's used?
181+
answer: |
182+
When you trigger the backup job using the `hdbbackint` Backint agent, it writes information to the `/var/tmp` directory. For example, if an error occurs during the backup process, the error message is written to a file in the `/var/tmp` directory. The file name gets created in the format `hdbbackint_<SID>.<random_string>`, where `<SID>` is the System ID of the SAP HANA instance and `<random_string>` is a randomly generated string.
183+
184+
- question: |
185+
What happens if I delete the hdbbackint file in the /var/tmp?
186+
answer: |
187+
The backup process is not affected if you delete the `hdbbackint` file in the `/var/tmp` directory. However, it might remove any error messages that were written to the file during the backup process.
174188
175189
- name: Restore
176190
questions:

0 commit comments

Comments
 (0)