nerdexam
Microsoft

AZ-120 · Question #161

You have an SAP HANA on Azure (Large Instances) deployment. You need to generate hearth check log files for the Deployment. What should you do?

The correct answer is C. From A SSH session on the HANA large instances node. Option C is correct because SAP HANA on Azure Large Instances health check logs are generated by running a specific Microsoft-provided script (such as azure_hana_health_checks.pl) directly on the HANA Large Instance node via SSH - this gives you direct access to the OS layer…

Maintain SAP workloads on Azure

Question

You have an SAP HANA on Azure (Large Instances) deployment. You need to generate hearth check log files for the Deployment. What should you do?

Options

  • AFrom a SSH session on the HANA Large instance node.
  • BFrom the Azure portal, select New support request.
  • CFrom A SSH session on the HANA large instances node,
  • DFrom the Azure portal, select Diagnose and solve problems.

How the community answered

(50 responses)
  • B
    4% (2)
  • C
    94% (47)
  • D
    2% (1)

Explanation

Option C is correct because SAP HANA on Azure Large Instances health check logs are generated by running a specific Microsoft-provided script (such as azure_hana_health_checks.pl) directly on the HANA Large Instance node via SSH - this gives you direct access to the OS layer where the diagnostic tooling resides. Option A appears nearly identical but is a distractor likely missing the specific command or script path needed to actually generate the logs, making it incomplete. Option B (New support request) is wrong because that opens a ticket with Microsoft Support rather than generating logs yourself. Option D (Diagnose and solve problems) is a general Azure Portal troubleshooting blade designed for standard Azure resources - it does not have the capability to reach inside HANA Large Instance nodes, which run on dedicated bare-metal infrastructure outside the normal Azure VM stack.

Memory tip: Think "Large Instance = bare metal = SSH only." HANA Large Instances bypass the normal Azure virtualization layer, so portal-based tools can't reach them - you must SSH in and run scripts directly on the node.

Topics

#HANA Large Instances#health check logs#SSH#diagnostics

Community Discussion

No community discussion yet for this question.

Full AZ-120 Practice