AZ-120 · Question #112
TPT Limited is putting together an SAP environment using Linux VMs, with Microsoft Azure Resource Manager templates. Which of the given commands will help in correlating the LUN of the data disks in…
The correct answer is C. Is /dev/disk/azure/scsi1. When deploying SAP on Linux VMs in Microsoft Azure using ARM (Azure Resource Manager) templates, it's crucial to map Logical Unit Numbers (LUNs) from the template to actual data disk devices in the VM. Azure presents data disks via the SCSI controller, and the devices are…
Question
TPT Limited is putting together an SAP environment using Linux VMs, with Microsoft Azure Resource Manager templates. Which of the given commands will help in correlating the LUN of the data disks in the template to the volume of the virtual machines?
Options
- ATree /dev/disk/azure/resource
- BIs /dev/disk/azure/root
- CIs /dev/disk/azure/scsi1
- DTree /dev/disk/azure/root
How the community answered
(34 responses)- A3% (1)
- B6% (2)
- C88% (30)
- D3% (1)
Explanation
When deploying SAP on Linux VMs in Microsoft Azure using ARM (Azure Resource Manager) templates, it's crucial to map Logical Unit Numbers (LUNs) from the template to actual data disk devices in the VM. Azure presents data disks via the SCSI controller, and the devices are represented in the path: /dev/disk/azure/scsi1/ In this directory, you will see symbolic links that correlate to the LUNs specified in the Azure template. This helps ensure that the correct disk is mounted or formatted for the right purpose (e.g., /sapmnt, /usr/sap, /hana/data, etc.). disks?tabs=ubuntu
Topics
Community Discussion
No community discussion yet for this question.