nerdexam
Microsoft

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…

Design and implement an infrastructure to support SAP workloads on Azure

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)
  • A
    3% (1)
  • B
    6% (2)
  • C
    88% (30)
  • D
    3% (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

#Linux disk LUN#scsi1#ARM template#disk mapping

Community Discussion

No community discussion yet for this question.

Full AZ-120 Practice