| Summary: | rhds10 doc admin guide - incorrect Managing_Replication-Solving_Common_Replication_Conflicts.html#cleanallruv-task | ||
|---|---|---|---|
| Product: | Red Hat Directory Server | Reporter: | Marc Sauton <msauton> |
| Component: | Doc-administration-guide | Assignee: | Petr Bokoc <pbokoc> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 10.0 | CC: | gparente, msauton, rhel-docs |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-14 15:03:25 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Marc Sauton
2016-04-05 23:08:51 UTC
Hi Marc, I updated most of the procedure based on the kbase article you provided. However, I have a question - in the KBase I don't understand what's actually happening in the two examples in step 4: >To execute a CLEANRUV task, use ldapmodify against the DN of the replica >configuration entry, and the number appended to either the strings "cn=clean " >or "CLEANRUV" in "nsds5task: CLEANRUV" is the replica ID of the entry you want >to remove, 8 in this example: >ldapmodify -x -D "cn=directory manager" -W <<EOF >dn: cn=clean 8,cn=cleanallruv,cn=tasks,cn=config >objectclass: extensibleObject >replica-base-dn: dc=example,dc=com >replica-id: 8 >replica-force-cleaning: no >cn: clean 8 >EOF >To execute a CLEANRUV task, use ldapmodify: >ldapmodify -x -D "cn=directory manager" -W <<EOF >dn: cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config >changetype: modify >replace: nsds5task >nsds5task: CLEANRUV8 >EOF Both of the examples are introduced with "Execute a CLEANRUV task". Is the first one a preparation step while the second one actually runs it? Or yes, the first one is CLEANALLRUV and the second one a CLEANRUV, updated the kb, thanks. Whoops, it even says so in the example, I guess I missed that. Thank you both. So, I have an updated procedure ready - can you please take a look? I used somewhat different commands in a few steps, they should work the same but I don't have a multi-master environment to test everything thoroughly. Preview is at: http://jenkinscat.gsslab.pnq.redhat.com:8080/view/Directory%20Server/job/doc-Red_Hat_Directory_Server-Administration_Guide%20%28html-single%29/lastSuccessfulBuild/artifact/tmp/en-US/html-single/index.html#cleanruv Marc, could you please take a look at the link in the previous comment, and let me know if it's ok? Thanks! it looks ok, thanks for all the detailed examples in the doc. Thanks. Setting to verified, and I'll publish the update on the Customer Portal next week. |