AZ-120 · Question #300
You have an Azure subscription that contains two virtual machines configured as a Pacemaker cluster. The cluster hosts a highly available SAP HANA deployment. Which command should you use to…
The correct answer is A. crm. crm (Cluster Resource Manager) is the correct tool because it is the native command-line interface for managing Pacemaker clusters on Linux, allowing administrators to configure resources, constraints, failover behavior, and cluster policies directly. hana-cli is a SAP…
Question
You have an Azure subscription that contains two virtual machines configured as a Pacemaker cluster. The cluster hosts a highly available SAP HANA deployment. Which command should you use to configure the failover behavior of the Pacemaker cluster?
Options
- Acrm
- Bhana-cli
- Cbtp
- Daz
How the community answered
(46 responses)- A89% (41)
- B4% (2)
- C7% (3)
Explanation
crm (Cluster Resource Manager) is the correct tool because it is the native command-line interface for managing Pacemaker clusters on Linux, allowing administrators to configure resources, constraints, failover behavior, and cluster policies directly.
hana-cli is a SAP HANA-specific CLI for database administration tasks (e.g., running SQL, managing backups), not for controlling cluster-level failover logic. btp is the SAP Business Technology Platform CLI, used for managing cloud services and accounts - entirely unrelated to low-level cluster configuration. az is the Azure CLI for managing Azure infrastructure (VMs, networking, storage), but it cannot configure Pacemaker internals; the cluster runs inside the VMs at the OS layer, beyond Azure's management plane reach.
Memory tip: Think of crm as the "cluster referee" - it's the one that decides which node takes over when another fails. If the question is about what happens inside the cluster, the answer is crm; if it's about the Azure resources around the cluster, the answer would be az.
Topics
Community Discussion
No community discussion yet for this question.