Forum Discussion

plslakewood's avatar
10 years ago

Verification of EV Indexes via command line

I am running EV 10.0.4 on Windows 2008 R2 and I am looking at automating the Basic verification of Indexes that show failure via command line.

  • you can submit an idea here and look for similar ones to yours and vote them up. https://www-secure.symantec.com/connect/archiving-and-ediscovery/ideas

     

10 Replies

  • there isnt much in the way of built-in CLI for EV 10 but this should help:

    How to use Performance Monitor to monitor the Indexing processes

    Article:HOWTO56264  |  Created: 2011-07-27  |  Updated: 2014-12-09  |  Article URL http://www.symantec.com/docs/HOWTO56264

    Troubleshooting and monitoring index tasks

    Article:TECH160420  |  Created: 2011-05-19  |  Updated: 2014-09-15  |  Article URL http://www.symantec.com/docs/TECH160420

    How to determine how many index volumes are online/offline using the SQL database

    Article:HOWTO56252  |  Created: 2011-07-27  |  Updated: 2014-12-10  |  Article URL http://www.symantec.com/docs/HOWTO56252

    How to determine which SQL tables to use for Indexing issues

    Article:HOWTO56248  |  Created: 2011-07-27  |  Updated: 2014-12-10  |  Article URL http://www.symantec.com/docs/HOWTO56248

     

  • Yeah, I have searched for any CLI command and found none. I have used HTTP commands in the past but for other functions such as deletion of archived items.

    I may be out of luck on this one.

  • you can script the checks in SQL and have them run on a schedule or something like that

    they added a lot of powershell commands in EV11 but still not what you're looking for.

    Enterprise Vault 11.0 PowerShell cmdlet reference guide

    Article:DOC7347  |  Created: 2014-04-10  |  Updated: 2014-05-02  |  Article URL http://www.symantec.com/docs/DOC7347
  • That could be a possibility. We are not ready for EV 11 yet though.

    Thanks for the replies.

    I wish this product had a better CLI like NetBackup. I will keep wishing.

  • you can submit an idea here and look for similar ones to yours and vote them up. https://www-secure.symantec.com/connect/archiving-and-ediscovery/ideas

     

  • Is the index status maintained anywhere other than the state.dat file each index?

  • i thought i saw it in one of the sql related articles i sent you

  • Thanks all for replying.

    I figured it out by modifying the Failed field in the EnterpriseVaultDirectory and IndexVolume table. I created a Maintenance schedule to priodically check the table and modify if it finds failures.