Forum Discussion

Mark_Gaston's avatar
20 years ago

Moving EV Data from one volume to another on the same server?

Hi All,

I need to move the EV data (both email archiving and file system archiving) from one volume to another on the same server. My plan is to stop services and robocopy from the original location to the new location. Once the robocopy is finishe i will use disk manager to reassign the drive letters so the new volume gets the old volumes drive letter. Is this a supported way to do this? Thanks for the help!

mark

3 Replies

  • There really is no supported way of doing this but as long as you keep the drive letters the same and all the paths are the same then it should work with no problem.
  • As long as the path stays the same that should work. I normally follow the process below, but I don't see any problems w/ the way you are looking at doing it.


    1. Backup your data (recommended, not required)
    2. Stop all of your Vault services
    3. Copy the vault store partition to the new location
    4. Open SQL Enterprise Manager, EnterpriseVaultDirectory database, and find the VaultStoreEntry table
    5. You will see that the VaultStoreEntryId correlates to a VaultStoreName. Make note of the ID.
    6. Open the PartitionEntry table
    7. You will see that the VaultStoreEntryId correlates to a PartitionRootPath.
    8. Change the PartitionRootPath to the new location of the vault store partition
    9. Close SQL Enterprise Manager
    10. Start your vault services
    11. Reopen the Partition Entry table and make sure the changes were saved
    12. After you verify that the vault is running properly and there are no errors in the App log, you can delete the original partition.
  • Thanks Guys! I am going to give this a shot and see if it will fly. Seeing how the partitions link up in the data base is very helpful.

    mark