HOW TO: Clear CAB files from EV partitions

Last modified:


Overview

On NTFS partitions where Collections have been enabled, archived data are collected into. CAB files after a period defined by the administrator. Once this data is collected, subsequent requests to retrieve or restore it, result in this data being extracted from its corresponding CAB file to the partition. This data is restored in the form of temporary files with the extensions .archdvs, .archdvssp and .archdvscc.
These temporary files should then be deleted from the partition by Enterprise Vault the next time the Collection process runs if these files have not been accessed in the last 24 hours. The collection process schedule is defined on the Collections tab in the properties of each partition.

When performing a migration with EVComplete, it will retrieve the items inside the CAB files, and it does this by using the EV API. The EV API extracts the items from the CAB files, as described in the previous section. These temporary files may then remain on the partition disk.

Solution

1. Verify that the Vault Store Database that hosts this partition is not in Backup Mode:

  • On the Enterprise Vault console, click the Vault Store Group that contains the Vault Store.
  • Check the Backup Mode column in the right-hand pane of the Vault Administration Console.
  • If Backup Mode is set for the Vault Store containing the affected partition and there is no backup currently in progress, clear the Backup Mode by right-clicking on the Vault Store and selecting Clear Backup Mode

2. Once Backup Mode is not set, manually run Collections:

  • Open the properties of the affected partition and select the Collections tab.
  • Verify that the daily file collection schedule is set correctly and then click the Run Now button. An event should then be logged in the Enterprise Vault event log indicating that a Collection run has started. When this run completes an event will also be logged confirming that the Collection run has completed.

Please review also Veritas KB article ‘Free disk space reduces unexpectedly on closed NTFS partitions.

There is also possibility to delete *.archdvs files manually.

1. Via CMD - need to run on the folder

          del *.archdvs* /s

2. PowerShell - change path as need

         Remove-Item -path D:\Folder1\Folder2\*.archdvs*

3. Cloudficient has a tool that can run on background delete these ARCHDVS files regualry. 

Please email to support or Consultant you are working with to discuss tool implementation


Is this article helpful for you?