Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > File Systems > Volume snapshots disappearing?

Reply
Thread Tools Display Modes

Volume snapshots disappearing?

 
 
Barkley Bees
Guest
Posts: n/a

 
      12-17-2008
I have deployed two identical servers (Storage Server 2003 R2 SP2 x64 - Dell
NF500 + MD3000) with DFS Namespaces and Replication and one shared folder on
the D: volume. This folder (Users) replicates between the two servers.

I have also configured Volume shadow copies on the D: volume of each server
and assigned 3.8TB for the shadow data (total volume is 10.9TB). I have
decided to keep the default schedule of 7am and 12pm for now.

Anyhow, for the first week or so it was taking snaps with no problem. Then
the other day I had about 10 pilot users copy their user folder data to the
new server (total ~12GB). All seemed well with replication working correctly
between the servers but then today I noticed that the volume snapshots are
disappearing which is quite dismaying to say the least. For the last two
days I am seeing the below in the event log:

--------------------------------------------------------------------------------------------------------------------
Event Type: Error
Event Source: VolSnap
Event Category: None
Event ID: 25
Description:

The shadow copies of volume D: 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 that is not being shadow copied.
--------------------------------------------------------------------------------------------------------------------

I understand that under high IO load (as the error message states) that this
has been known to happen but this is with only 10 test users. We have
another file server (2TB of data) with VSS enabled and accessed by ~500-750
users that has never experienced this issue. It, like the new server, is
saving the volume snapshots to the same volume as the data.

I'm unsure as to what may be the actual cause here. Is it incorrect for me
to have VSS enabled on both servers that are replicating to each other (I
wouldn't think is related). Appreciate any advice or feedback from folks who
may have experience this or similar.

Note: I verified that disk write cache is not disabled.
http://support.microsoft.com/kb/826936 (several other similar kb's on the
matter but no clear resolution yet)


 
Reply With Quote
 
 
 
 
HAL07
Guest
Posts: n/a

 
      12-19-2008
I have also this problem, and it seem to be a common problem on all our fileservers. (Windows 2003 and 2003 R2's. 32bit)
This is not related to replication, but in general the filesystem that fails to grow.

I've tried resolving it several times, but I've never found time contacting Microsoft on it. So if you find a solution, please
post it!

Barkley Bees wrote:
> I have deployed two identical servers (Storage Server 2003 R2 SP2 x64 - Dell
> NF500 + MD3000) with DFS Namespaces and Replication and one shared folder on
> the D: volume. This folder (Users) replicates between the two servers.
>
> I have also configured Volume shadow copies on the D: volume of each server
> and assigned 3.8TB for the shadow data (total volume is 10.9TB). I have
> decided to keep the default schedule of 7am and 12pm for now.
>
> Anyhow, for the first week or so it was taking snaps with no problem. Then
> the other day I had about 10 pilot users copy their user folder data to the
> new server (total ~12GB). All seemed well with replication working correctly
> between the servers but then today I noticed that the volume snapshots are
> disappearing which is quite dismaying to say the least. For the last two
> days I am seeing the below in the event log:
>
> --------------------------------------------------------------------------------------------------------------------
> Event Type: Error
> Event Source: VolSnap
> Event Category: None
> Event ID: 25
> Description:
>
> The shadow copies of volume D: 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 that is not being shadow copied.
> --------------------------------------------------------------------------------------------------------------------
>
> I understand that under high IO load (as the error message states) that this
> has been known to happen but this is with only 10 test users. We have
> another file server (2TB of data) with VSS enabled and accessed by ~500-750
> users that has never experienced this issue. It, like the new server, is
> saving the volume snapshots to the same volume as the data.
>
> I'm unsure as to what may be the actual cause here. Is it incorrect for me
> to have VSS enabled on both servers that are replicating to each other (I
> wouldn't think is related). Appreciate any advice or feedback from folks who
> may have experience this or similar.
>
> Note: I verified that disk write cache is not disabled.
> http://support.microsoft.com/kb/826936 (several other similar kb's on the
> matter but no clear resolution yet)
>
>


 
Reply With Quote
 
Barkley Bees
Guest
Posts: n/a

 
      12-22-2008
Sadly, it has still been occurring on a daily basis. Here's my plan off
attack:

1. As a first step today, I have installed the following patch to the
secondary replication server:
Installed - KB943669
http://support.microsoft.com/default...b/943669/en-us (will watch for
results and update)

2. If the above does not resolve the matter I will look at testing the
following: http://support.microsoft.com/default...b/826936/en-us.
I will create a new registry entry "MinDiffAreaFileSize" in
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servi ces\VolSnap" and give it a
value of 3000 (3GB).

3. Then finally, if I must, I will reformat the drive to use 16k cluster
size (instead of the 4k default) as this is stated to be the best practice
when it comes to using VSS - http://support.microsoft.com/kb/312067/.

A very good reference here which I think pinpoints the problem:
http://duitwithsbs.wordpress.com/200...opy-snapshots/

The strange thing is that another separate server (mentioned in my original
post) has been in use for over a year and is formatted using 4K cluster size
and never had this VOLSNAP EventID 25 occur once (never lost any snapshots).
Then again this new server is a fair bit larger in terms of capacity, using
Dynamic disks to span several large volumes, and also DFS-R.

Has anyone else been up this alley and found a valid solution? MVP folks
also?



"HAL07" <> wrote in message
news:...
>I have also this problem, and it seem to be a common problem on all our
>fileservers. (Windows 2003 and 2003 R2's. 32bit)
> This is not related to replication, but in general the filesystem that
> fails to grow.
>
> I've tried resolving it several times, but I've never found time
> contacting Microsoft on it. So if you find a solution, please post it!
>
> Barkley Bees wrote:
>> I have deployed two identical servers (Storage Server 2003 R2 SP2 x64 -
>> Dell NF500 + MD3000) with DFS Namespaces and Replication and one shared
>> folder on the D: volume. This folder (Users) replicates between the two
>> servers.
>>
>> I have also configured Volume shadow copies on the D: volume of each
>> server and assigned 3.8TB for the shadow data (total volume is 10.9TB). I
>> have decided to keep the default schedule of 7am and 12pm for now.
>>
>> Anyhow, for the first week or so it was taking snaps with no problem.
>> Then the other day I had about 10 pilot users copy their user folder data
>> to the new server (total ~12GB). All seemed well with replication working
>> correctly between the servers but then today I noticed that the volume
>> snapshots are disappearing which is quite dismaying to say the least. For
>> the last two days I am seeing the below in the event log:
>>
>> --------------------------------------------------------------------------------------------------------------------
>> Event Type: Error
>> Event Source: VolSnap
>> Event Category: None
>> Event ID: 25
>> Description:
>>
>> The shadow copies of volume D: 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 that is not being shadow
>> copied.
>> --------------------------------------------------------------------------------------------------------------------
>>
>> I understand that under high IO load (as the error message states) that
>> this has been known to happen but this is with only 10 test users. We
>> have another file server (2TB of data) with VSS enabled and accessed by
>> ~500-750 users that has never experienced this issue. It, like the new
>> server, is saving the volume snapshots to the same volume as the data.
>>
>> I'm unsure as to what may be the actual cause here. Is it incorrect for
>> me to have VSS enabled on both servers that are replicating to each other
>> (I wouldn't think is related). Appreciate any advice or feedback from
>> folks who may have experience this or similar.
>>
>> Note: I verified that disk write cache is not disabled.
>> http://support.microsoft.com/kb/826936 (several other similar kb's on the
>> matter but no clear resolution yet)

>



 
Reply With Quote
 
Ronny Moreas
Guest
Posts: n/a

 
      01-14-2009
We got the same problem on a Windows Unified Data Server 2003 SP2.

Did you succeed to solve the problem?

Thanks in advance!


EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com/default.aspx?ref=ng
 
Reply With Quote
 
HAL07
Guest
Posts: n/a

 
      01-27-2009
Ronny Moreas wrote:
> We got the same problem on a Windows Unified Data Server 2003 SP2.
>
> Did you succeed to solve the problem?
>
> Thanks in advance!


Hi there,
the following patch seem to fix some of these issues: http://support.microsoft.com/?kbid=940349



--
-- HAL07, Engineering Services, Norway
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Volume snapshots disappearing? Barkley Bees Windows Server 2 12-22-2008 01:47 AM
Volume control keeps disappearing Anthony Giorgianni Windows Vista General Discussion 0 10-18-2008 05:59 PM
Moving VSS snapshots to different volume tmr Windows Server 8 10-19-2005 07:18 AM
Volume snapshots... Subodh Radheshyam Gupta Windows Vista Drivers 2 12-14-2004 12:39 PM
Volume Snapshots.. Subodh Radheshyam Gupta Windows Vista Drivers 6 12-09-2004 09:53 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59