I use two Windows 2003 R2 Enterprise servers with 1.5 TB of disk space as file servers using the Distributed File System (DFS) and DFS Replication, which lets you synchronize files on two servers at all times. In this way we increase the performance and fault tolerance: if one server fails, traffic is redirected to the surviving server.
In addition to this I use the Snapshots Snapshots (Shadow Copies) to save twice daily changed data on each server. This keeps up to 64 versions of a file.
The problem I encountered is that the Shadow Copies disappearing every 2-3 days, keeping only the latest backup. In the System event log I got an error:
Event Type: Error
Event Source: VolSnap
Event Category: None
Event ID: 25
Date: 9/24/2007
Time: 7:01:53 PM
User: N / A
Computer: Filer01
Description:
The shadow copies of volume C: were deleted Because The shadow copy storage "could not grow in time. Consider Reducing the IO load on the system or choose a shadow copy storage volume shadow That Is Not Being Windows clipboard.
To correct this problem, add a key in the registry of each server with these symptoms: HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ VolSnap \ MinDiffAreaFileSize and assign a value that is a multiple of 300 in the limit of 3000. This increases the buffer zone used for creating shadow copies, which defaults to 300 MB for my part I used a size of 1800 and since then I have no loss of Shadow Copies.
Tags: Shadow , DFS , Windows 2003









