pgb205 wrote:
so initially the setup was with ipa-server-03 having replication to ipa-server-02 i have then decomissioned ipa-server-03 and setup a new one with the same name. right now replication is between ipa-server-03 and ipa-server-01 but i would want to add another replication agreement 02 and 03 same as before but am getting the error message.
Details, need details. What does decommissioned mean? What commands did you run?
How were the current agreements created? ipa-replica-manage, automatically when one was created as a replica of another?
All systems are centos 7 so I'd expect freeipa to be the latest version.
Latest doesn't mean anything, especially if someone finds this thread in the future.
rpm -q ipa-server rob
------------------------------------------------------------------------ *From:* Rob Crittenden <[email protected]> *To:* Martin Basti <[email protected]>; pgb205 <[email protected]>; Freeipa-users <[email protected]> *Sent:* Friday, August 5, 2016 9:28 AM *Subject:* Re: [Freeipa-users] <hostname> is an IPA Server, but it might be unknown, foreign or previously deleted one Martin Basti wrote: > > > On 05.08.2016 05:24, pgb205 wrote: >> my previous setup was >> srv2->replica >> srv1->srv2 >> >> I have removed replica and set it up with the one with identical hostname. >> Now I have replication from srv1->replica >> and am trying to create another agreement from srv2=>replica >> but i am getting the error message above. My guess is that old >> hostname is there somewhere >> but ipa-replica-manage del command does not produce any results. >> >> > > Hello, > > I don't see the error message you are referring This is an IPA 3.0 error message from ticket https://fedorahosted.org/freeipa/ticket/3105 What do you mean you removed it and setup an identical one? Did you do this with ipa-replica-install? ipa-replica-manage is looking up the masters and it doesn't consider replica a master which is why it is throwing this error. I'd double-check that replication is working properly. On each master run: ipa-replica-manage list -v `hostname` And really, ipa-replica-manage list should show a list of all known masters. rob
-- Manage your subscription for the Freeipa-users mailing list: https://www.redhat.com/mailman/listinfo/freeipa-users Go to http://freeipa.org for more info on the project
