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, but the Journal Archive has Failed.

A new Journal Archive was created a Month ago, so we could continue Archiving a new Journal Mailbox and repair or rebuild the old one.

I had to resort to the Rebuild Option and after several days, the process completed 85% of the final update stage and FAILED. I tried to repair
several times, with the same results.

The Event log states Index Failed. Reference: Too many consecutive failed items.

Should I try to restore the Index from a few months ago and repair again ? Or is there another option I should try first.

If I do restore, will it effect the New Index in the same location ?

Thanks,

  • 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

15 Replies