Sun Java System Directory Server WARNING<10307>
作者:agou 日期:2010-07-15
Sun Java System Directory Server WARNING<10307>
WARNING<10307> - Replication - conn=-1 op=-1 msgId=-1 - Configuration warning Tombstone purging internal search is unindexed in replica
This is a known problem (bug 6175472) and the fix is already available in 5.2p6. Look for the script called
<serverroot>/bin/slapd/admin/bin/ActivateFix6175472. Run it as:
# <server root>/bin/slapd/admin/bin/ActivateFix6175472 <server-root>/slapd-whatever
This will shutdown the instance, modify dse.ldif, define and create a vlv index (for the tombstone entries) and
start the instance back up. Beware that if any of your entries have the objectclass definition in mixed case
(objectClass etc), the script might not work as expected.
Easiest way to check is:
# cd <server-root>/slapd-whatever/config
# grep -i objectclass dse.ldif | grep -v objectclass
If nothing is returned, then you're all set to run the script. If not, you'll have to contact Sun Support (quoting
bug 6692944) for a fix to the script that handles entries in a case insensitive manner.
/var/Sun/mps/bin/slapd/admin/bin/ActivateFix6175472 /var/Sun/mps/slapd-whatever
上一篇
下一篇

文章来自:
Tags:
相关日志: