300-300 · Question #85
Which of the following subcommands exist for ipactl? (Choose two.)
The correct answer is A. stop E. start. ipactl is the IPA server control command - it manages all IPA services collectively, similar to how systemctl controls system services. Its valid subcommands are limited to service lifecycle operations: start, stop, restart, and status, making A and E correct. Why the…
Question
Options
- Astop
- Buser-add
- Cexport-keytab
- Djoin
- Estart
How the community answered
(28 responses)- A93% (26)
- B4% (1)
- D4% (1)
Explanation
ipactl is the IPA server control command - it manages all IPA services collectively, similar to how systemctl controls system services. Its valid subcommands are limited to service lifecycle operations: start, stop, restart, and status, making A and E correct.
Why the distractors are wrong:
- B. user-add belongs to the
ipacommand (e.g.,ipa user-add), which handles directory objects like users, groups, and hosts - not server control. - C. export-keytab is not an
ipactlsubcommand; keytab operations are handled byipa-getkeytab. - D. join is not an
ipactlsubcommand; client enrollment usesipa-client-installor the separateipa-joinbinary.
Memory tip: Think of ipactl as "systemctl for IPA" - it only does what a service controller does: start, stop, restart, status. Any command that sounds like it manages data (users, keytabs, joining) belongs to a different tool.
Topics
Community Discussion
No community discussion yet for this question.