Skip to content

Commit 8f855e4

Browse files
author
AbhishekMallick-MS
committed
Addressed EEE doc ask #25086738
1 parent 9495012 commit 8f855e4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,17 @@ sections:
174174
- question: |
175175
Why West US region node is showing under East US region Recovery Services vault?
176176
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 behaviour, only configured node in this vault is registered.
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.
178188
179189
- name: Restore
180190
questions:

0 commit comments

Comments
 (0)