FCP_FGT_AD-7.6 · Question #77
An administrator wants to form an HA cluster using the FGCP protocol. Which two requirements must the administrator ensure both members fulfill? (Choose two.)
The correct answer is A. They must have the same HA group ID. D. They must have the same hard drive configuration. A (same HA group ID) is required because FGCP uses the group ID to identify cluster members - units with different group IDs will not recognize each other as peers and will never form a cluster. D (same hard drive configuration) is required because FGCP synchronizes logs and…
Question
An administrator wants to form an HA cluster using the FGCP protocol. Which two requirements must the administrator ensure both members fulfill? (Choose two.)
Options
- AThey must have the same HA group ID.
- BThey must have the heartbeat interfaces in the same subnet.
- CThey must have the same number of configured VDOMs.
- DThey must have the same hard drive configuration.
How the community answered
(46 responses)- A89% (41)
- B7% (3)
- C4% (2)
Explanation
A (same HA group ID) is required because FGCP uses the group ID to identify cluster members - units with different group IDs will not recognize each other as peers and will never form a cluster. D (same hard drive configuration) is required because FGCP synchronizes logs and configuration data across members, and mismatched drive configurations break that synchronization, making the cluster unable to form or operate correctly.
B is wrong because FGCP heartbeat communication operates at Layer 2 using multicast, so there is no subnet-matching requirement for heartbeat interfaces - they simply need to be directly reachable between the two units. C is wrong because VDOM configuration is synchronized after the cluster forms, not a prerequisite for formation; you don't need matching VDOM counts going in.
Memory tip: Think "ID and Drive to Stay Alive" - the Group ID authenticates membership, and the Drive configuration enables the data sync that keeps both members viable. Everything else (VDOMs, subnets) is either handled post-formation or not a hard FGCP requirement.
Topics
Community Discussion
No community discussion yet for this question.