mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Update ipa-(cs)replica-manage man pages
Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
parent
bb7934e3bc
commit
95d659b634
@ -22,16 +22,20 @@ ipa\-csreplica\-manage \- Manage an IPA CS replica
|
|||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
ipa\-csreplica\-manage [\fIOPTION\fR]... [connect|disconnect|del|list|re\-initialize|force\-sync]
|
ipa\-csreplica\-manage [\fIOPTION\fR]... [connect|disconnect|del|list|re\-initialize|force\-sync]
|
||||||
.SH "DESCRIPTION"
|
.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
|
.TP
|
||||||
\fBconnect\fR [SERVER_A] <SERVER_B>
|
\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
|
.TP
|
||||||
\fBdisconnect\fR [SERVER_A] <SERVER_B>
|
\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
|
.TP
|
||||||
\fBdel\fR <SERVER>
|
\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
|
.TP
|
||||||
\fBlist\fR [SERVER]
|
\fBlist\fR [SERVER]
|
||||||
\- Lists all the servers or the list of agreements of 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:
|
Remove an existing replication agreement:
|
||||||
# ipa\-csreplica\-manage disconnect srv1.example.com srv3.example.com
|
# ipa\-csreplica\-manage disconnect srv1.example.com srv3.example.com
|
||||||
.TP
|
.TP
|
||||||
Completely remove a replica:
|
Completely remove a replica at domain level 0:
|
||||||
# ipa\-csreplica\-manage del srv4.example.com
|
# ipa\-csreplica\-manage del srv4.example.com
|
||||||
.TP
|
.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.
|
Using connect/disconnect you can manage the replication topology.
|
||||||
.SH "EXIT STATUS"
|
.SH "EXIT STATUS"
|
||||||
0 if the command was successful
|
0 if the command was successful
|
||||||
|
@ -22,16 +22,21 @@ ipa\-replica\-manage \- Manage an IPA replica
|
|||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
ipa\-replica\-manage [\fIOPTION\fR]... [COMMAND]
|
ipa\-replica\-manage [\fIOPTION\fR]... [COMMAND]
|
||||||
.SH "DESCRIPTION"
|
.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
|
.TP
|
||||||
\fBconnect\fR [SERVER_A] <SERVER_B>
|
\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
|
.TP
|
||||||
\fBdisconnect\fR [SERVER_A] <SERVER_B>
|
\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
|
.TP
|
||||||
\fBdel\fR <SERVER>
|
\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
|
.TP
|
||||||
\fBlist\fR [SERVER]
|
\fBlist\fR [SERVER]
|
||||||
\- Lists all the servers or the list of agreements of SERVER
|
\- Lists all the servers or the list of agreements of SERVER
|
||||||
|
Loading…
Reference in New Issue
Block a user