Forum Discussion

RBostwick's avatar
RBostwick
Level 3
16 years ago

Index Volume has been marked as failed.

We are using Enterprise Vault v8.0.1.1560, that was upgraded from v7.0 a few months ago. The system is Archiving WIndows Exchange Mailboxes and Journal Mailbox. The User Archives are fine, ...
  • Liam_Finn1's avatar
    16 years ago
    What events are created in the Event log when you try to repair the index?

    Also do a DTrace of the indexbroker service and the storagebroker service in verbose mode when you attempt the repair and attach the output file so we can see the result


    There is a way to set a poison pill setting in the registry to bypass the default number of failures to allow your index to rebuild but you will be missing items in the index after it completes

    Here is how to make the setting


    HKEY_LOCAL_MACHINE\SOFTWARE\KVS\Enterprise Vault\Indexing\PoisonPillCount
    DWORD
    Default: 1
    This will set the number of attempts to process an item before it is deemed to be a poison pill. The action taken depends upon what's being processed...
    e.g.
    After PoisonPillCount consecutive failed attempts to open an index volume it is deemed to be corrupt and is marked as 'failed'
    After PoisonPillCount failed attempts to add an item to the index the addition is abandoned and the index update steps onto the next item.


    If you do not have the following then please create it, if you do then change the value to '100000' :-

    HKEY_LOCAL_MACHINE\SOFTWARE\KVS\Enterprise Vault\Indexing\MaxConsecutivePoisonPillItems
    DWORD
    Default: 100
    The maximum number of consecutive poison pill items before an index update is deemed to be a poison pill and abandoned. The index update will be restarted on indexing service restart or the hourly check for pending updates.

    Remember please backup your registry before making any changes and this setting is to be removed after you rebuild the index