Forum Discussion

habibalby's avatar
habibalby
Level 5
10 years ago

Changing Enterprise Vault Disk Drive

Hello, I have Symantec Enterprise Vault version 11. running on a VM and subsequant MS SQL Server on saperate VM. Both VMs have 2 hard disks, each hard disk allocated from different LUN. Once disk ...
  • TonySterling's avatar
    10 years ago

    You could either follow the technote to update the locations or do your original plan update rename the drive letter.

    One thing you might still want to do even though the drive letter stays the same is tell EV to do an IVSync:

         -- Inform EV that it needs to update the paths of the volumes on service startup
                 UPDATE IndexingServiceEntry
                 SET IVSyncNeeded = 2
                 WHERE ServiceEntryId = (SELECT IndexServiceEntryId FROM IndexRootPathEntry WHERE
                 IndexRootPathEntryId = @NewIndexRootPathEntryId)