AZ-120 · Question #283
You have an Azure subscription. The subscription contains a Recovery Services vault named vault1 and a virtual machine named HANA1 that hosts an SAP HANA database. You need to back up the SAP HANA dat
The correct answer is A. From HANA1, run the SAP HANA backup configuration script.. Running the pre-registration script from HANA1 is the mandatory first step because Azure Backup requires a discovery and registration process - the script installs necessary HANA backup plugins, sets up the HDBUSERSTORE key, and establishes trust between the VM and the Recovery S
Question
You have an Azure subscription. The subscription contains a Recovery Services vault named vault1 and a virtual machine named HANA1 that hosts an SAP HANA database. You need to back up the SAP HANA database to vault1. What should you do first?
Options
- AFrom HANA1, run the SAP HANA backup configuration script.
- BFrom HANA1, run the sp_iqrebuildindexforbp SAP HANA command.
- CConfigure a replication policy.
- DConfigure a system-assigned managed identity.
How the community answered
(18 responses)- A89% (16)
- B6% (1)
- C6% (1)
Explanation
Running the pre-registration script from HANA1 is the mandatory first step because Azure Backup requires a discovery and registration process - the script installs necessary HANA backup plugins, sets up the HDBUSERSTORE key, and establishes trust between the VM and the Recovery Services vault, without which vault1 cannot even detect the HANA database.
Why the distractors are wrong:
- B (
sp_iqrebuildindexforbp) is an SAP IQ (Sybase IQ) command for index rebuilding, completely unrelated to HANA backup setup. - C (replication policy) is a disaster recovery concept using Azure Site Recovery, not a backup prerequisite - and you can't configure backup policies before the database is registered.
- D (system-assigned managed identity) is not required for SAP HANA backup to a Recovery Services vault; HANA backup uses the pre-registration script's credential mechanism instead.
Memory tip: Think of it as "introduce before you backup" - HANA1 must introduce itself to Azure Backup via the script first, just like you must register for an exam before you can sit it. If you see SAP HANA + Recovery Services vault, the pre-registration script always comes first.
Topics
Community Discussion
No community discussion yet for this question.