cancel
Showing results for 
Search instead for 
Did you mean: 

Collections area filling up and not reducing

Crow1
Not applicable

Hi

Need your assistance please and don’t know if any of you have every run into something like this before, I have a client who is currently experiencing as issue were there DVS files are not clearing out from the Centera Collections area and I know that this has problem being posted a number of time

The client is run unfortunate 9.4 and is not planning to upgrade I have run Dtrace and can’t seem to pin point were the issue is!! or am I’m running the incorrect Dtrace collection issue option

Is there a way to check if the DVS files being replicated from local storage to Centera so that the files can be deleted off the local Storage to free up disk space any tools or script would be a great help

 

 

thank you

 

 

1 REPLY 1

dcVAST
Level 5
Partner Accredited

Have a look at https://support.symantec.com/en_US/article.TECH61544.html

You could check if there is a CLIP associated from the transaction ID

Use EVVSMailboxVaultStore_2 /*Change for each Vault Store Database you want to search*/
SELECT IdTransaction, AV.ArchiveName, C.RelativeFileName AS "Collected CLIP ID", SSS.StoreIdentifier AS "Non Collected CLIP ID"
FROM Saveset SS
LEFT JOIN Collection C
ON SS.CollectionIdentity = C.CollectionIdentity
LEFT OUTER JOIN SavesetStore SSS
ON SS.SavesetIdentity = SSS.SavesetIdentity
JOIN ArchivePoint AP
ON SS.ArchivePointIdentity = AP.ArchivePointIdentity
JOIN EnterpriseVaultDirectory.dbo.ArchiveView AV
ON AP.ArchivePointId = AV.VaultEntryId