diff options
author | Adam Misnyovszki <amisnyov@redhat.com> | 2014-02-20 15:34:05 +0100 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2014-02-20 16:41:30 +0100 |
commit | 189bdcb95d4d2346ad5859c2717e7b94dcca018b (patch) | |
tree | 1483bb6adce5ab2ae5c0dd2f6a473b8753cafc58 /install/tools/man | |
parent | 6bbc3368544fb898d5191ae1c19b0ef1e1809eb0 (diff) | |
download | freeipa.git-189bdcb95d4d2346ad5859c2717e7b94dcca018b.tar.gz freeipa.git-189bdcb95d4d2346ad5859c2717e7b94dcca018b.tar.xz freeipa.git-189bdcb95d4d2346ad5859c2717e7b94dcca018b.zip |
Add --force option to ipactl
If an error occurs in the start up sequence in ipactl start/restart,
all the services are stopped. Using the --force option prevents
stopping of services that have successfully started, just skips the
services which can not be started.
ipactl status now shows stopped services also, if the directory
server is running.
With the contribution of Ana Krivokapic
https://fedorahosted.org/freeipa/ticket/3509
Reviewed-By: Martin Kosek <mkosek@redhat.com>
Diffstat (limited to 'install/tools/man')
-rw-r--r-- | install/tools/man/ipactl.8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install/tools/man/ipactl.8 b/install/tools/man/ipactl.8 index 05be8e0e..5a1fd27a 100644 --- a/install/tools/man/ipactl.8 +++ b/install/tools/man/ipactl.8 @@ -37,3 +37,9 @@ Stop all of the services that make up IPA .TP restart Stop then start all of the services that make up IPA +.TP +\fB\-d\fR, \fB\-\-debug\fR +Display debugging information +.TP +\fB\-f\fR, \fB\-\-force\fR +If any service start fails, do not rollback the services, continue with the operation |