Last active
August 29, 2015 14:09
-
-
Save kwilcox/6e7d7d74fdffaf7d21b5 to your computer and use it in GitHub Desktop.
FreeIPA Replication
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@auth ~]# ipa-replica-manage list | |
auth.axiom: master | |
auth.axiompvd: master | |
[root@auth ~]# ipa-replica-manage list -v `hostname` | |
auth.axiom: replica | |
last init status: None | |
last init ended: None | |
last update status: 0 Replica acquired successfully: Incremental update started | |
last update ended: None | |
[root@auth ~]# ipa-ldap-updater | |
Directory Manager password: | |
[root@auth ~]# ipa-replica-manage list -v `hostname` | |
auth.axiom: replica | |
last init status: None | |
last init ended: None | |
last update status: 0 Replica acquired successfully: Incremental update succeeded | |
last update ended: 2014-11-11 19:38:56+00:00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment