You are deploying an SAP environment on Azure that will use an SAP HANA database server. You provision an Azure virtual machine for SAP HANA by using the M64s virtual machine SKU. You need to set the swap space by using the Microsoft Azure Linux Agent (waagent) configuration file. Which two settings should you configure? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. ResourceDisk.EnableSwapEncryption=n B. AutoUpdate.Enabled=n C. ResourceDisk.SwapSizeMB=229376 D. ResourceDisk.EnableSwap=y  Suggested Answer: CD To create a swap file in the directory that's defined by the ResourceDisk.MountPoint parameter, you can update the /etc/waagent.conf file by setting the following three parameters: ResourceDisk.Format=y - ResourceDisk.EnableSwap=y - ResourceDisk.SwapSizeMB=xx - Reference: https://support.microsoft.com/en-us/help/4010058/how-to-add-a-swap-file-in-linux-azure-virtual-machines This question is in AZ-120 Planning and Administering Microsoft Azure for SAP Workloads Exam For getting Microsoft Certified: Azure for SAP Workloads Specialty Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer