Forum Discussion

Giacomo's avatar
Giacomo
Level 3
10 years ago

Consolidating EV Servers

I have multiple (5) EV Servers that have old mailbox archive and journal archive content .  I would like to consolidate them to a single server or two.  What is a practical way to accomplish this?  This would be roughly 20 TB of data that is at least 4 years old.

Thanks for any help provided.

Giacomo

  • the method we used was copy the indexes and vault stores across to unique directories and then changed DNS and ran USL So for the indexes we did like I:\evserver1\indexes I:\evserver2\indexes I:\evserver3\indexes Then updated the IndexRootPath columns accordingly Then we did similar with the vault stores and updated the PartitionEntry tables Afterwards, simply updated DNS so that all the evserver aliases pointed to server1 So like evserver1 -> server1.mydomain.com evserver2 -> server1.mydomain.com evserver3 -> server1.mydomain.com Then afterwards ran USL and all done

2 Replies

  • If you are happy to keep all the vault stores then you can move the entire vault stores and indexes:

    How to move a Vault Store and Vault Store partition to a different Enterprise Vault (EV) server in the SAME site.

    Article:TECH47388  |  Created: 2010-01-30  |  Updated: 2014-10-30  |  Article URL http://www.symantec.com/docs/TECH47388
     

    How to move the Index location to a different Enterprise Vault (EV) server in the same site.

    Article:TECH51450  |  Created: 2007-01-22  |  Updated: 2014-12-31  |  Article URL http://www.symantec.com/docs/TECH51450

     

    Othewise, you could use a tool like Archive Shuttle to migrate the archives from one vault store to another.

    Move Archive might be an option but I wouldn't recommend for a project of this size.

  • the method we used was copy the indexes and vault stores across to unique directories and then changed DNS and ran USL So for the indexes we did like I:\evserver1\indexes I:\evserver2\indexes I:\evserver3\indexes Then updated the IndexRootPath columns accordingly Then we did similar with the vault stores and updated the PartitionEntry tables Afterwards, simply updated DNS so that all the evserver aliases pointed to server1 So like evserver1 -> server1.mydomain.com evserver2 -> server1.mydomain.com evserver3 -> server1.mydomain.com Then afterwards ran USL and all done