diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2015-12-03 16:28:51 +0100 |
---|---|---|
committer | Tomas Babej <tbabej@redhat.com> | 2015-12-04 18:49:03 +0100 |
commit | 95d659b634b2ea13d18d26cacbd73e19972145f2 (patch) | |
tree | 5361769d70a54cc9051a58d75a24e4c9dee970c1 | |
parent | bb7934e3bc91155f21b45b5d5186bfda76a21f15 (diff) | |
download | freeipa-95d659b634b2ea13d18d26cacbd73e19972145f2.tar.gz freeipa-95d659b634b2ea13d18d26cacbd73e19972145f2.tar.xz freeipa-95d659b634b2ea13d18d26cacbd73e19972145f2.zip |
Update ipa-(cs)replica-manage man pages
Reviewed-By: Tomas Babej <tbabej@redhat.com>
-rw-r--r-- | install/tools/man/ipa-csreplica-manage.1 | 17 | ||||
-rw-r--r-- | install/tools/man/ipa-replica-manage.1 | 13 |
2 files changed, 21 insertions, 9 deletions
diff --git a/install/tools/man/ipa-csreplica-manage.1 b/install/tools/man/ipa-csreplica-manage.1 index 3164ea60d..ab5bfddd8 100644 --- a/install/tools/man/ipa-csreplica-manage.1 +++ b/install/tools/man/ipa-csreplica-manage.1 @@ -22,16 +22,20 @@ ipa\-csreplica\-manage \- Manage an IPA CS replica .SH "SYNOPSIS" ipa\-csreplica\-manage [\fIOPTION\fR]... [connect|disconnect|del|list|re\-initialize|force\-sync] .SH "DESCRIPTION" -Manages the CA replication agreements of an IPA server. +Manages the CA replication agreements of an IPA server for domain at domain level 0. + +To manage CA replication agreements in a domain at domain level 1, use IPA CLI or Web UI, see `ipa help topology` for additional information. + .TP \fBconnect\fR [SERVER_A] <SERVER_B> -\- Adds a new replication agreement between SERVER_A/localhost and SERVER_B +\- Adds a new replication agreement between SERVER_A/localhost and SERVER_B. Applicable only at domain level 0. .TP \fBdisconnect\fR [SERVER_A] <SERVER_B> -\- Removes a replication agreement between SERVER_A/localhost and SERVER_B +\- Removes a replication agreement between SERVER_A/localhost and SERVER_B. Applicable only at domain level 0. .TP \fBdel\fR <SERVER> -\- Removes all replication agreements and data about SERVER +\- Removes all replication agreements and data about SERVER. Applicable only at domain level 0. + .TP \fBlist\fR [SERVER] \- Lists all the servers or the list of agreements of SERVER @@ -86,9 +90,12 @@ Add a new replication agreement: Remove an existing replication agreement: # ipa\-csreplica\-manage disconnect srv1.example.com srv3.example.com .TP -Completely remove a replica: +Completely remove a replica at domain level 0: # ipa\-csreplica\-manage del srv4.example.com .TP +Completely remove a replica at domain level 1: + # ipa\-replica\-manage del srv4.example.com +.TP Using connect/disconnect you can manage the replication topology. .SH "EXIT STATUS" 0 if the command was successful diff --git a/install/tools/man/ipa-replica-manage.1 b/install/tools/man/ipa-replica-manage.1 index c09ed362f..3ed1c5734 100644 --- a/install/tools/man/ipa-replica-manage.1 +++ b/install/tools/man/ipa-replica-manage.1 @@ -22,16 +22,21 @@ ipa\-replica\-manage \- Manage an IPA replica .SH "SYNOPSIS" ipa\-replica\-manage [\fIOPTION\fR]... [COMMAND] .SH "DESCRIPTION" -Manages the replication agreements of an IPA server. The available commands are: +Manages the replication agreements of an IPA server. + +To manage IPA replication agreements in a domain at domain level 1, use IPA CLI +or Web UI, see `ipa help topology` for additional information. + +The available commands are: .TP \fBconnect\fR [SERVER_A] <SERVER_B> -\- Adds a new replication agreement between SERVER_A/localhost and SERVER_B +\- Adds a new replication agreement between SERVER_A/localhost and SERVER_B. At domain level 1 applicable only for winsync agreements. .TP \fBdisconnect\fR [SERVER_A] <SERVER_B> -\- Removes a replication agreement between SERVER_A/localhost and SERVER_B +\- Removes a replication agreement between SERVER_A/localhost and SERVER_B. At domain level 1 applicable only for winsync agreements. .TP \fBdel\fR <SERVER> -\- Removes all replication agreements and data about SERVER +\- Removes all replication agreements and data about SERVER. At domain level 1 it removes data and agreements for both suffixes - domain and ca. .TP \fBlist\fR [SERVER] \- Lists all the servers or the list of agreements of SERVER |