Bug 974695
| Summary: | Adding tombstone entry and how to delete it to Admin Guide | ||
|---|---|---|---|
| Product: | Red Hat Directory Server | Reporter: | Noriko Hosoi <nhosoi> |
| Component: | Doc-administration-guide | Assignee: | Deon Ballard <dlackey> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jenny Severance <jgalipea> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.1 | CC: | rmeggins |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-05-10 03:43:33 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: | |
| Embargoed: | |||
|
Description
Noriko Hosoi
2013-06-14 20:21:58 UTC
for example: # save current settings ldapsearch -xLLL -D "cn=directory manager" -w password -b cn=config cn=replica > replica-settings.ldif # modify ldapmodify -x -D "cn=directory manager" -w password <<EOF dn: cn=replica,cn="dc=example,dc=com",cn=mapping tree,cn=config changetype: modify replace: nsDS5ReplicaPurgeDelay nsDS5ReplicaPurgeDelay: 1 - replace: nsDS5ReplicaTombstonePurgeInterval nsDS5ReplicaTombstonePurgeInterval: 60 EOF # check the server errors log - once the tombstone purging is complete, reset the values back to their original values - see replica-settings.ldif # modify ldapmodify -x -D "cn=directory manager" -w password <<EOF dn: cn=replica,cn="dc=example,dc=com",cn=mapping tree,cn=config changetype: modify replace: nsDS5ReplicaPurgeDelay nsDS5ReplicaPurgeDelay: original value - replace: nsDS5ReplicaTombstonePurgeInterval nsDS5ReplicaTombstonePurgeInterval: original value EOF Note - nsDS5ReplicaTombstonePurgeInterval may not be in the replica-settings.ldif - to reset, use the default value of 86400 (one day in seconds) Mass closure of bugs modified in 2013. All of these are in the currently-published docs. |