Hide Forgot
Description of problem: I'm trying to use "ipa-replica-manage re-initialize" with no luck. When I run ipa-replica-manage I get: ipa-replica-manage re-initialize re-initialize requires the option --from <host name> If I try it specifiying a host to re-init, I get: [root@ipaqavmd managed-replica]# ipa-replica-manage re-initialize ipaqavme.testrelm Usage: ipa-replica-manage [options] ipa-replica-manage: error: Invalid syntax: too many arguments The man page suggests that re-initialize doesn't take any extra options. The cli output suggests otherwise. Version-Release number of selected component (if applicable): ipa-server-2.0.0-23.el6.x86_64 How reproducible: always Steps to Reproduce: 1. ipa-replica-manage re-initialize 2. ipa-replica-manage re-initialize <slave to re-init> Expected results: I'm hoping to have a way to re-initilize replicas from the cli.
try: ipa-replica-manage re-initialize --from <slave to re-init>
That seems to work now. And I now see it as a example in the man page. Should the usage be referenced better in the cli output?
When you don't provide a from it does explicitly state to use the --from option.