< Previous Challenge - Home - Next Challenge >
Contoso heavily relies on SAP infrastructure to perform day to day business transactions. Unavailability of IT infrastructure for SAP or SAP application itself can heavily impact business transactions and potentially delay revenue recognition. Contoso is concerning about the data consistency on backups and restorability with online backups and necessity of offline backups along with periodicity. CIO heard about Azure netapp files and its features and took a decision to use ANF across the SAP infrastructure for Hana database.
SAP S/4 Hana system is fully protected with required IT monitoring, secured & compliance configuration and also with high availabitly for IT component failures. However, it is not protected with accidental errors, unintended data discrepencies, data loss / corruption or geographical catastrophies. Design and implement BCDR solution for SAP S/4 Hana system by implementing secondary copy of SAP system in another seperate azure region from production region with continuous asynchronous data replication.
.snapshots
folder under /hana/data/ and the content of the log backups directory, using azcopy "sync"
option from HANA VM, to respective blob containers in the provided storage account. The azcopy gets installed directly onto the HANA DB VM. Ensure that you log into azcopy without supplying the authentication key or a SAS (use Managed Identity). You may also want to upsize the data volume to provide higher throughout for a quicker offload.BeforeResoreTest
touch <filename>
under the data volume (/hana/data/SID/mnt00001/) and note down the timestamp. Optionally, you can also create a security user DRTEST
in HANA, but note that validation of this file or the security user at the DR site is optional for this challengeUseThisAtDR
and note down the creation time stamp.UseThisAtDR
has been successfully replicated for both the volumes.UseThisAtDR
snapshot to revert the data and log backup volumes.Figure 1 Protect: | Size (customer provided) | Frequency | Retention | Offloading ——– | ——– | ——– | ——– | ——– HANA data | 1 TiB (20% YoY Growth) | Twice daily | 3 days | On demand, to a blob container. Retain for 7 days | HANA log backups | 250 GiB (daily change) | Every 15 min | 2 days | On demand, to a blob container. Retain for 7 days| Shared binaries and profiles | 100 GiB | Twice daily | 3 days | On demand, to a blob container.|
Note: This environment is a scaled down version of the above production-like scenario. Also, we will not protect Shared binaries for this challenge.
Create Data Backups and Delta Backups (SAP HANA Studio) - SAP Help Portal
Change the Log Backup Interval - SAP Help Portal SAP Applications on Microsoft Azure - NetApp PDF
Install the Azure Application Consistent Snapshot tool for Azure NetApp Files - Microsoft Docs
Authorize access to blobs with AzCopy and Managed ID - Microsoft Docs
SAP HANA Azure virtual machine storage configurations - Microsoft Docs
Optimize costs by automating Azure Blob Storage access tiers