Re: [Fedora-directory-users] Command-line Consumer Initialization

2006-10-26 Thread jamsda
Thanks for the response. So after step 1 here's my output: dn: cn=Replication to host2.xyz.com,cn=replica,cn=dc=xyz,dc=com,cn=mapping tree,cn=config cn: Replication to host2.xyz.com cn: Replication to host2.xyz.com So how would step 2 look on the command-line? Here's what I started with:

Re: [Fedora-directory-users] Command-line Consumer Initialization

2006-10-26 Thread Richard Megginson
jamsda wrote: Thanks for the response. So after step 1 here's my output: dn: cn=Replication to host2.xyz.com,cn=replica,cn=dc=xyz,dc=com,cn=mapping tree,cn=config cn: Replication to host2.xyz.com cn: Replication to host2.xyz.com So how would step 2 look on the command-line? Here's what I

Re: [Fedora-directory-users] Command-line Consumer Initialization

2006-10-26 Thread jamsda
Thanks Richard, Worked great!! Thanks, Jim --- Richard Megginson [EMAIL PROTECTED] wrote: jamsda wrote: Thanks for the response. So after step 1 here's my output: dn: cn=Replication to host2.xyz.com,cn=replica,cn=dc=xyz,dc=com,cn=mapping tree,cn=config cn: Replication to

Re: [Fedora-directory-users] Command-line Consumer Initialization

2006-10-20 Thread Mike Jackson
jamsda wrote: Hi Mike, Thanks for the responses. You mentioned earlier in the thread I could use mmr.pl to initialize (only) a consumer. I don't see that option with the tool; only create, remove and display. I noticed the create function calls three other functions, config_supplier,

Re: [Fedora-directory-users] Command-line Consumer Initialization

2006-10-20 Thread jamsda
Ok, so I'm guessing this is what happens behind the scenes (remove/re-create) when I do an initialize consumer from the GUI right? Thanks for the response, Jim --- Mike Jackson [EMAIL PROTECTED] wrote: jamsda wrote: Hi Mike, Thanks for the responses. You mentioned earlier in the

Re: [Fedora-directory-users] Command-line Consumer Initialization

2006-10-20 Thread Mike Jackson
jamsda wrote: Ok, so I'm guessing this is what happens behind the scenes (remove/re-create) when I do an initialize consumer from the GUI right? It is, for all intents and purposes, the functional equivalent. -- mike -- Fedora-directory-users mailing list Fedora-directory-users@redhat.com

Re: [Fedora-directory-users] Command-line Consumer Initialization

2006-10-20 Thread Richard Megginson
Mike Jackson wrote: jamsda wrote: Ok, so I'm guessing this is what happens behind the scenes (remove/re-create) when I do an initialize consumer from the GUI right? It is, for all intents and purposes, the functional equivalent. Not exactly. Do perform a replica init, all you need is the DN

Re: [Fedora-directory-users] Command-line Consumer Initialization

2006-10-16 Thread jamsda
Hi Mike, Thanks for the responses. You mentioned earlier in the thread I could use mmr.pl to initialize (only) a consumer. I don't see that option with the tool; only create, remove and display. I noticed the create function calls three other functions, config_supplier, add_rep_agreement, and

Re: [Fedora-directory-users] Command-line Consumer Initialization

2006-10-11 Thread Chris St. Pierre
On Tue, 10 Oct 2006, Kimmo Koivisto wrote: Hello Mike I have used your mmr.pl script to deploy about 10 multimaster replicated FDS installations, it always worked fine. Those deployments have had two servers and I know that in near future I need to deploy four-way mmr. Your script's has the

Re: [Fedora-directory-users] Command-line Consumer Initialization

2006-10-11 Thread Gordon Messmer
Chris St. Pierre wrote: You'll want to set up two-way replication agreements between each pair of hosts in your setup. So if you had A, B, C, and D, you'd set up agreements between A-B, A-C, A-D, B-C, B-D, and C-D. The documentation contradicts you. Look at the second figure in the

Re: [Fedora-directory-users] Command-line Consumer Initialization

2006-10-11 Thread Mike Jackson
Gordon Messmer wrote: Chris St. Pierre wrote: You'll want to set up two-way replication agreements between each pair of hosts in your setup. So if you had A, B, C, and D, you'd set up agreements between A-B, A-C, A-D, B-C, B-D, and C-D. The documentation contradicts you. Look at the

[Fedora-directory-users] Command-line Consumer Initialization

2006-10-10 Thread jamsda
Does anybody know if there's a way to initialize a consumer in a multi-master config from the command-line? Thanks, Jim __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --

Re: [Fedora-directory-users] Command-line Consumer Initialization

2006-10-10 Thread Mike Jackson
jamsda wrote: Does anybody know if there's a way to initialize a consumer in a multi-master config from the command-line? Use mmr.pl : http://www.netauth.com/~jacksonm/ldap/mmr.pl It handles initialization as well as creating and deleting agreements. BR, -- mike -- Fedora-directory-users

Re: [Fedora-directory-users] Command-line Consumer Initialization

2006-10-10 Thread Kimmo Koivisto
Mike Jackson wrote: Does anybody know if there's a way to initialize a consumer in a multi-master config from the command-line? Use mmr.pl : http://www.netauth.com/~jacksonm/ldap/mmr.pl Hello Mike I have used your mmr.pl script to deploy about 10 multimaster replicated FDS