Multiple choice technology packaged enterprise solutions

What is an optional requirement when setting up a Serviceguard cluster?

  1. all nodes resides on the same IP subnet

  2. a Quorum server for cluster reconfiguration

  3. a heart beat for the cluster

  4. each node runs its own operationg system

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A Quorum server is optional but recommended for Serviceguard clusters to prevent split-brain scenarios during network partitions. The other options are required: nodes must be on the same IP subnet for heartbeat communication, heartbeats are mandatory for cluster operation, and each node must run its own OS instance (which is standard, not optional).

AI explanation

A Serviceguard cluster requires certain things unconditionally, such as a heartbeat network between nodes for failure detection, but a Quorum Server is an optional tie-breaking mechanism (an alternative to a cluster lock disk) used to help the cluster decide safely which nodes should remain up if the cluster splits. It isn't mandatory for a cluster to function, which is why it's the 'optional requirement' among the choices, as opposed to the heartbeat which is mandatory.