300-300 · Question #82
Which of the following commands creates a configuration archive of an existing FreeIPA server that can be used to provision an additional FreeIPA server which will replicate the existing server?
The correct answer is D. ipa-replica-prepare. ipa-replica-prepare (D) is the correct command - it packages an existing FreeIPA server's configuration (certificates, keytabs, and topology data) into a GPG-encrypted archive (.gpg file) that can be transferred to a new host and consumed by ipa-replica-install to bring up a…
Question
Options
- Aipa-dump
- Bipa-export
- Cipa-archiver
- Dipa-replica-prepare
- Eipa-secondary-deploy
How the community answered
(41 responses)- B5% (2)
- C2% (1)
- D90% (37)
- E2% (1)
Explanation
ipa-replica-prepare (D) is the correct command - it packages an existing FreeIPA server's configuration (certificates, keytabs, and topology data) into a GPG-encrypted archive (.gpg file) that can be transferred to a new host and consumed by ipa-replica-install to bring up a fully synchronized replica. Options A (ipa-dump), B (ipa-export), C (ipa-archiver), and E (ipa-secondary-deploy) do not exist as real FreeIPA commands - they are plausible-sounding distractors designed to test whether you know the actual toolchain. The FreeIPA replication workflow is a two-step process: prepare on the master (this command), then install on the replica, so the word "prepare" is the semantic key to lock in.
Memory tip: Think "prep before install" - you prepare a replica package on the existing server before you install it on the new one. The command name literally mirrors that workflow: ipa-replica-prepare.
Topics
Community Discussion
No community discussion yet for this question.