Avamar: Timed Out - End due to File count per backup
Summary: Knowledge base (KB) article that provides instructions for creating multiple cache prefixes.
Symptoms
The Avamar client backup is failing with "Timed Out - End" status message in the Avamar Administrator console or Avamar User Interface (AUI).
Cause
The server has too many files included for backup. The avtar process takes too long to scan all the files and is not able to complete within the allocated backup window.
A typical backup should take about one hour for every million files in a file server. The backup window is 12 hours, but the client has 20 million files to backup. Therefore, the avtar process does not have enough time to scan through all files to check for changed data for backup and update the file cache.
Resolution
Break the client file system into multiple smaller datasets.
Refer to the most recent version of the Avamar Operational Best Practices Guide, under the "Using CachePrefix" section.
From the Guide:
Drive Attribute settings
C:\ drive (2.5 M files) filecachemax=220
hashcachemax=30
cacheprefix=driveC
E:\ drive (1.0 M files) filecachemax=88
hashcachemax=30
cacheprefix=driveE
F:\ drive (1.0 M files) filecachemax=88
hashcachemax=30
cacheprefix=driveF
G:\ drive (1.0 M files) filecachemax=88
hashcachemax=30
cacheprefix=driveG
Configure
cacheprefix in the dataset by setting Enter Attribute = cacheprefix and Enter Attribute Value = driveC.
The following cache files are located in the Avamar
/var directory on the client:
driveC_f_cache.dat
driveC_p_cache.dat
driveE_f_cache.dat
driveE_p_cache.dat
driveF_f_cache.dat
driveF_p_cache.dat
driveG_f_cache.dat
driveG_p_cache.dat
cacheprefix values, ensure that new cache files are excluded from the backups. The cache files are large and have high change rates.
Temporarily enable overtime on the backup until the backups for each of the split datasets completes successfully.
- From the Edit Dataset or New Dataset dialog box, select the Options tab.
- Click More.
- Type the attribute/value pair:
- In the Enter Attribute field, type
[avtar]filecachemax. - In the Enter Attribute Value field, type 200.
- Click the + button.
- In the Enter Attribute field, type
[avtar]hashcachemax. - In the Enter Attribute Value field, type 30.
- In the Enter Attribute field, type
[avtar]cacheprefix - In the Enter Attribute Value field, type driveC.
- Click OK button to save changes to the dataset.
Additional Information