000-221 · Question #151
Where is Cluster Aware AIX cluster configuration data stored?
The correct answer is A. A shared disk that is accessible from all nodes. Cluster Aware AIX (CAA) stores its cluster configuration and heartbeat data on one or more dedicated repository disks that are physically shared among all cluster nodes. This provides a quorum device independent of the network.
Question
Where is Cluster Aware AIX cluster configuration data stored?
Options
- AA shared disk that is accessible from all nodes
- BA NFS filesystem that is accessible by all nodes
- CA shared system pool that is accessible by all nodes
- DA master copy on one node and the data is replicated to the local disk of the other nodes
How the community answered
(47 responses)- A74% (35)
- B15% (7)
- C2% (1)
- D9% (4)
Why each option
Cluster Aware AIX (CAA) stores its cluster configuration and heartbeat data on one or more dedicated repository disks that are physically shared among all cluster nodes. This provides a quorum device independent of the network.
CAA uses a repository disk - a shared SAN or multipath disk visible to every node - as the authoritative store for cluster topology, node membership, and disk-based heartbeat information. Because all nodes access the same physical disk simultaneously, there is no single point of failure from network partitioning and no need for a designated master node to hold the configuration.
An NFS filesystem relies on a network service and a file server, which would introduce a single point of failure for cluster configuration access and is not the CAA storage model.
A shared system pool is a virtual resource concept in PowerVM related to processor and memory sharing between LPARs, not a storage mechanism for CAA cluster configuration data.
CAA does not designate a master node that holds a primary copy and replicates to peers; all nodes read and write directly to the same shared repository disk, avoiding master-election complexity and split-brain risk.
Concept tested: Cluster Aware AIX repository disk configuration storage
Source: https://www.ibm.com/docs/en/powerha-systemmirrror/7.2?topic=overview-cluster-aware-aix
Topics
Community Discussion
No community discussion yet for this question.