Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > File Systems > DFS Windows 2008 R2 - Opening File in the same time

Reply
Thread Tools Display Modes

DFS Windows 2008 R2 - Opening File in the same time

 
 
Luiz
Guest
Posts: n/a

 
      12-01-2009
Hi,

I have one question about DFS in WIndows 2008 R2 so If anyone can help I
appreciate:
- what happen if the 2 users open the same document that resides in a File
Server with DFS enable? The users will receive an alert about the opened
document?
If the user A save the document before user B what is the valid version?

Thanks for while.

Best Regards.

Luiz
 
Reply With Quote
 
 
 
 
DaveMills
Guest
Posts: n/a

 
      12-02-2009
On Tue, 1 Dec 2009 09:21:01 -0800, Luiz <> wrote:

>Hi,
>
>I have one question about DFS in WIndows 2008 R2 so If anyone can help I
>appreciate:
>- what happen if the 2 users open the same document that resides in a File
>Server with DFS enable? The users will receive an alert about the opened
>document?
>If the user A save the document before user B what is the valid version?


If there is only a single replica then the same as if you opened it via a normal
UNC name.

If there are replicas the if the users are opening the same copy then the same
conflict happens on the open. If they open different copies then no warning is
given and last write wins. The other changed copy is moved to "conflict and
deleted" and you must manually correct the clash.

>
>Thanks for while.
>
>Best Regards.
>
>Luiz

--
Dave Mills
There are 10 types of people, those that understand binary and those that don't.
 
Reply With Quote
 
Luiz
Guest
Posts: n/a

 
      12-03-2009
Hi Dave,

thank you for the response.

So, If the member of replication group that is receiving the copies has its
connection lost with the partner and the user is editing file when the
connection was normalized the last modification is the valid?
Can I change the path of Conflict and Deleted folder when I already created
that folder?

Thanks Dave.

Best Regards.

Luiz

"DaveMills" wrote:

> On Tue, 1 Dec 2009 09:21:01 -0800, Luiz <> wrote:
>
> >Hi,
> >
> >I have one question about DFS in WIndows 2008 R2 so If anyone can help I
> >appreciate:
> >- what happen if the 2 users open the same document that resides in a File
> >Server with DFS enable? The users will receive an alert about the opened
> >document?
> >If the user A save the document before user B what is the valid version?

>
> If there is only a single replica then the same as if you opened it via a normal
> UNC name.
>
> If there are replicas the if the users are opening the same copy then the same
> conflict happens on the open. If they open different copies then no warning is
> given and last write wins. The other changed copy is moved to "conflict and
> deleted" and you must manually correct the clash.
>
> >
> >Thanks for while.
> >
> >Best Regards.
> >
> >Luiz

> --
> Dave Mills
> There are 10 types of people, those that understand binary and those that don't.
> .
>

 
Reply With Quote
 
DaveMills
Guest
Posts: n/a

 
      12-03-2009

On Thu, 3 Dec 2009 05:48:01 -0800, Luiz <> wrote:

>Hi Dave,
>
>thank you for the response.



Sorry you have lost me a bit.
>
>So, If the member of replication group that is receiving the copies has its
>connection lost with the partner and the user is editing file when the
>connection was normalized the last modification is the valid?

There are two independent processes here
1) DFSR which looks at the replication copies and if a file changes on any copy
it will replicate the changes to the other copied as fast as it is allowed.
2) Users editing file (which trigger the changes for 1)

So for example you have two servers in a replication groups. One is in Moscow
and the other in New York. Replication is allowed say for just 1 hour in the
middle of the night. Bodeski, in Moscow changes the file and about the same time
so does Smith in New York. Bodeski is editing the file on the Moscow server and
Smith on the New York server. Neither is aware that the other even exists. When
replication kicks in DFSR will see the file has change in BOTH locations. It
will then choose the newest copy of the two and replicate it to both servers.
The other copy is moved to Conflict and Deleted for you (as admin) to sort out.

This is far from perfect but that is how it is and you just have to plan around
it. This is great for a) read only folders with one person updating the master
and many readers or b) home folders that only have one editor. For multi user
many editor folders you will have issues.


>Can I change the path of Conflict and Deleted folder when I already created
>that folder?
>

Conflict and deleted is a folder created by DFSR, I have never looked at moving
or creating it myself.


>Thanks Dave.
>
>Best Regards.
>
>Luiz
>
>"DaveMills" wrote:
>
>> On Tue, 1 Dec 2009 09:21:01 -0800, Luiz <> wrote:
>>
>> >Hi,
>> >
>> >I have one question about DFS in WIndows 2008 R2 so If anyone can help I
>> >appreciate:
>> >- what happen if the 2 users open the same document that resides in a File
>> >Server with DFS enable? The users will receive an alert about the opened
>> >document?
>> >If the user A save the document before user B what is the valid version?

>>
>> If there is only a single replica then the same as if you opened it via a normal
>> UNC name.
>>
>> If there are replicas the if the users are opening the same copy then the same
>> conflict happens on the open. If they open different copies then no warning is
>> given and last write wins. The other changed copy is moved to "conflict and
>> deleted" and you must manually correct the clash.
>>
>> >
>> >Thanks for while.
>> >
>> >Best Regards.
>> >
>> >Luiz

>> --
>> Dave Mills
>> There are 10 types of people, those that understand binary and those that don't.
>> .
>>

--
Dave Mills
There are 10 types of people, those that understand binary and those that don't.
 
Reply With Quote
 
Luiz
Guest
Posts: n/a

 
      12-07-2009
Hi Dave,

sorry by delay.
Thank you for the response, it was very usefull.

Best Regards.

Luiz


"DaveMills" wrote:

> On Thu, 3 Dec 2009 05:48:01 -0800, Luiz <> wrote:
>
> >Hi Dave,
> >
> >thank you for the response.

>
>
> Sorry you have lost me a bit.
> >
> >So, If the member of replication group that is receiving the copies has its
> >connection lost with the partner and the user is editing file when the
> >connection was normalized the last modification is the valid?

> There are two independent processes here
> 1) DFSR which looks at the replication copies and if a file changes on any copy
> it will replicate the changes to the other copied as fast as it is allowed.
> 2) Users editing file (which trigger the changes for 1)
>
> So for example you have two servers in a replication groups. One is in Moscow
> and the other in New York. Replication is allowed say for just 1 hour in the
> middle of the night. Bodeski, in Moscow changes the file and about the same time
> so does Smith in New York. Bodeski is editing the file on the Moscow server and
> Smith on the New York server. Neither is aware that the other even exists. When
> replication kicks in DFSR will see the file has change in BOTH locations. It
> will then choose the newest copy of the two and replicate it to both servers.
> The other copy is moved to Conflict and Deleted for you (as admin) to sort out.
>
> This is far from perfect but that is how it is and you just have to plan around
> it. This is great for a) read only folders with one person updating the master
> and many readers or b) home folders that only have one editor. For multi user
> many editor folders you will have issues.
>
>
> >Can I change the path of Conflict and Deleted folder when I already created
> >that folder?
> >

> Conflict and deleted is a folder created by DFSR, I have never looked at moving
> or creating it myself.
>
>
> >Thanks Dave.
> >
> >Best Regards.
> >
> >Luiz
> >
> >"DaveMills" wrote:
> >
> >> On Tue, 1 Dec 2009 09:21:01 -0800, Luiz <> wrote:
> >>
> >> >Hi,
> >> >
> >> >I have one question about DFS in WIndows 2008 R2 so If anyone can help I
> >> >appreciate:
> >> >- what happen if the 2 users open the same document that resides in a File
> >> >Server with DFS enable? The users will receive an alert about the opened
> >> >document?
> >> >If the user A save the document before user B what is the valid version?
> >>
> >> If there is only a single replica then the same as if you opened it via a normal
> >> UNC name.
> >>
> >> If there are replicas the if the users are opening the same copy then the same
> >> conflict happens on the open. If they open different copies then no warning is
> >> given and last write wins. The other changed copy is moved to "conflict and
> >> deleted" and you must manually correct the clash.
> >>
> >> >
> >> >Thanks for while.
> >> >
> >> >Best Regards.
> >> >
> >> >Luiz
> >> --
> >> Dave Mills
> >> There are 10 types of people, those that understand binary and those that don't.
> >> .
> >>

> --
> Dave Mills
> There are 10 types of people, those that understand binary and those that don't.
> .
>

 
Reply With Quote
 
IT STAFF
Guest
Posts: n/a

 
      12-14-2009
Especially in a multi-user environment where one make changes to one server,
and the other make changes on another site, both users are NOT aware of who
is doing what.

If u wish to control this, u have to get a 3rd party product that works very
well with DFRS. I think it is called peer network or something like that.

It will lock the same file in *different* servers and notify the other users
that "someone at moscow or new york" is changing the file.





"Luiz" <> wrote in message
news:46199137-BDAE-49E1-BAD0-...
> Hi Dave,
>
> sorry by delay.
> Thank you for the response, it was very usefull.
>
> Best Regards.
>
> Luiz
>
>
> "DaveMills" wrote:
>
>> On Thu, 3 Dec 2009 05:48:01 -0800, Luiz <>
>> wrote:
>>
>> >Hi Dave,
>> >
>> >thank you for the response.

>>
>>
>> Sorry you have lost me a bit.
>> >
>> >So, If the member of replication group that is receiving the copies has
>> >its
>> >connection lost with the partner and the user is editing file when the
>> >connection was normalized the last modification is the valid?

>> There are two independent processes here
>> 1) DFSR which looks at the replication copies and if a file changes on
>> any copy
>> it will replicate the changes to the other copied as fast as it is
>> allowed.
>> 2) Users editing file (which trigger the changes for 1)
>>
>> So for example you have two servers in a replication groups. One is in
>> Moscow
>> and the other in New York. Replication is allowed say for just 1 hour in
>> the
>> middle of the night. Bodeski, in Moscow changes the file and about the
>> same time
>> so does Smith in New York. Bodeski is editing the file on the Moscow
>> server and
>> Smith on the New York server. Neither is aware that the other even
>> exists. When
>> replication kicks in DFSR will see the file has change in BOTH locations.
>> It
>> will then choose the newest copy of the two and replicate it to both
>> servers.
>> The other copy is moved to Conflict and Deleted for you (as admin) to
>> sort out.
>>
>> This is far from perfect but that is how it is and you just have to plan
>> around
>> it. This is great for a) read only folders with one person updating the
>> master
>> and many readers or b) home folders that only have one editor. For multi
>> user
>> many editor folders you will have issues.
>>
>>
>> >Can I change the path of Conflict and Deleted folder when I already
>> >created
>> >that folder?
>> >

>> Conflict and deleted is a folder created by DFSR, I have never looked at
>> moving
>> or creating it myself.
>>
>>
>> >Thanks Dave.
>> >
>> >Best Regards.
>> >
>> >Luiz
>> >
>> >"DaveMills" wrote:
>> >
>> >> On Tue, 1 Dec 2009 09:21:01 -0800, Luiz
>> >> <> wrote:
>> >>
>> >> >Hi,
>> >> >
>> >> >I have one question about DFS in WIndows 2008 R2 so If anyone can
>> >> >help I
>> >> >appreciate:
>> >> >- what happen if the 2 users open the same document that resides in a
>> >> >File
>> >> >Server with DFS enable? The users will receive an alert about the
>> >> >opened
>> >> >document?
>> >> >If the user A save the document before user B what is the valid
>> >> >version?
>> >>
>> >> If there is only a single replica then the same as if you opened it
>> >> via a normal
>> >> UNC name.
>> >>
>> >> If there are replicas the if the users are opening the same copy then
>> >> the same
>> >> conflict happens on the open. If they open different copies then no
>> >> warning is
>> >> given and last write wins. The other changed copy is moved to
>> >> "conflict and
>> >> deleted" and you must manually correct the clash.
>> >>
>> >> >
>> >> >Thanks for while.
>> >> >
>> >> >Best Regards.
>> >> >
>> >> >Luiz
>> >> --
>> >> Dave Mills
>> >> There are 10 types of people, those that understand binary and those
>> >> that don't.
>> >> .
>> >>

>> --
>> Dave Mills
>> There are 10 types of people, those that understand binary and those that
>> don't.
>> .
>>


 
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
Error 0x80070643 joysaliken Windows Live Messenger 27 08-27-2010 10:30 AM
I also have an error 646 in Windows update. Please help. Jose Windows Update 12 01-09-2010 01:00 PM
Re: Slow Vista: hundreds of warnings, errors and critical issues? Dana Cline - MVP Windows Vista Performance 6 05-11-2007 01:01 PM
Getting Ready for Windows BETA 2 - QuickStarter Andre Da Costa [Extended64] Windows Vista Installation 2 06-07-2006 05:22 PM
ActiveSync 4.1, Calendar and "Processing" Dale Reeck ActiveSync 10 12-20-2005 12:44 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