Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Windows Server Networking

Please help

Reply
 
Thread Tools Display Modes
  #1  
Old 08-18-2006, 08:26 AM
Default Please help



Hi NG,

I have Server1 as a file server and would like to have Server2 as a standby
server in case Server1 encounter a problem.

Both servers are separate no shared hard drive. Each have it's own hard
disk.

What is the best setup?

Is clustering an overkill for this kind of setup?

What about DFS is it possible?

Thank you in advance.





Praetorian Guard
Reply With Quote
  #2  
Old 08-18-2006, 11:57 AM
Newell White
Guest
 
Posts: n/a
Default RE: Please help

Clustering is definitely overkill.

DFS should handle this, but there is still a lot of 2-way replication going
on under the hood that you might not understand or control properly - I came
unstuck.

I use robocopy from a batch file to force one-way replication. This runs
several times a day. If main file-server crashes we could lose two hours of
transactions, but the copies are date/time-stamped, and I and my boss
understand how they were made.
--
Newell White


"Praetorian Guard" wrote:

> Hi NG,
>
> I have Server1 as a file server and would like to have Server2 as a standby
> server in case Server1 encounter a problem.
>
> Both servers are separate no shared hard drive. Each have it's own hard
> disk.
>
> What is the best setup?
>
> Is clustering an overkill for this kind of setup?
>
> What about DFS is it possible?
>
> Thank you in advance.
>
>
>
>

Reply With Quote
  #3  
Old 08-18-2006, 01:51 PM
Louis Vitiello Jr.
Guest
 
Posts: n/a
Default Re: Please help

Greetings,

Greetings,

I recommend DFS as well. Clustering is not needed in your situation.

Hope this helps,
--
Louis Vitiello Jr.
MCSE +S, MCSA, MCP, A+/N+
ERCP XP Pro / Net Concepts

"Newell White" <(E-Mail Removed)> wrote in message
news:9B0111A8-7B33-4BE8-ADAB-(E-Mail Removed)...
> Clustering is definitely overkill.
>
> DFS should handle this, but there is still a lot of 2-way replication
> going
> on under the hood that you might not understand or control properly - I
> came
> unstuck.
>
> I use robocopy from a batch file to force one-way replication. This runs
> several times a day. If main file-server crashes we could lose two hours
> of
> transactions, but the copies are date/time-stamped, and I and my boss
> understand how they were made.
> --
> Newell White
>
>
> "Praetorian Guard" wrote:
>
>> Hi NG,
>>
>> I have Server1 as a file server and would like to have Server2 as a
>> standby
>> server in case Server1 encounter a problem.
>>
>> Both servers are separate no shared hard drive. Each have it's own hard
>> disk.
>>
>> What is the best setup?
>>
>> Is clustering an overkill for this kind of setup?
>>
>> What about DFS is it possible?
>>
>> Thank you in advance.
>>
>>
>>
>>



Reply With Quote
  #4  
Old 08-18-2006, 03:46 PM
Praetorian Guard
Guest
 
Posts: n/a
Default Re: Please help

Thank you! I will take a look on how to setup DFS.

"Louis Vitiello Jr." <louv-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Greetings,
>
> Greetings,
>
> I recommend DFS as well. Clustering is not needed in your situation.
>
> Hope this helps,
> --
> Louis Vitiello Jr.
> MCSE +S, MCSA, MCP, A+/N+
> ERCP XP Pro / Net Concepts
>
> "Newell White" <(E-Mail Removed)> wrote in message
> news:9B0111A8-7B33-4BE8-ADAB-(E-Mail Removed)...
>> Clustering is definitely overkill.
>>
>> DFS should handle this, but there is still a lot of 2-way replication
>> going
>> on under the hood that you might not understand or control properly - I
>> came
>> unstuck.
>>
>> I use robocopy from a batch file to force one-way replication. This runs
>> several times a day. If main file-server crashes we could lose two hours
>> of
>> transactions, but the copies are date/time-stamped, and I and my boss
>> understand how they were made.
>> --
>> Newell White
>>
>>
>> "Praetorian Guard" wrote:
>>
>>> Hi NG,
>>>
>>> I have Server1 as a file server and would like to have Server2 as a
>>> standby
>>> server in case Server1 encounter a problem.
>>>
>>> Both servers are separate no shared hard drive. Each have it's own hard
>>> disk.
>>>
>>> What is the best setup?
>>>
>>> Is clustering an overkill for this kind of setup?
>>>
>>> What about DFS is it possible?
>>>
>>> Thank you in advance.
>>>
>>>
>>>
>>>

>
>



Reply With Quote
  #5  
Old 08-18-2006, 03:52 PM
Praetorian Guard
Guest
 
Posts: n/a
Default Re: Please help

Thank you! I already have a license for xxcopy maybe that is good enough.


"Newell White" <(E-Mail Removed)> wrote in message
news:9B0111A8-7B33-4BE8-ADAB-(E-Mail Removed)...
> Clustering is definitely overkill.
>
> DFS should handle this, but there is still a lot of 2-way replication
> going
> on under the hood that you might not understand or control properly - I
> came
> unstuck.
>
> I use robocopy from a batch file to force one-way replication. This runs
> several times a day. If main file-server crashes we could lose two hours
> of
> transactions, but the copies are date/time-stamped, and I and my boss
> understand how they were made.
> --
> Newell White
>
>
> "Praetorian Guard" wrote:
>
>> Hi NG,
>>
>> I have Server1 as a file server and would like to have Server2 as a
>> standby
>> server in case Server1 encounter a problem.
>>
>> Both servers are separate no shared hard drive. Each have it's own hard
>> disk.
>>
>> What is the best setup?
>>
>> Is clustering an overkill for this kind of setup?
>>
>> What about DFS is it possible?
>>
>> Thank you in advance.
>>
>>
>>
>>



Reply With Quote
  #6  
Old 08-21-2006, 11:20 AM
Newell White
Guest
 
Posts: n/a
Default Re: Please help

Robocopy is free - part of the W2k3 resource kit.
Check http://www.microsoft.com/downloads/
--
Newell White


"Praetorian Guard" wrote:

> Thank you! I already have a license for xxcopy maybe that is good enough.
>
>
> "Newell White" <(E-Mail Removed)> wrote in message
> news:9B0111A8-7B33-4BE8-ADAB-(E-Mail Removed)...
> > Clustering is definitely overkill.
> >
> > DFS should handle this, but there is still a lot of 2-way replication
> > going
> > on under the hood that you might not understand or control properly - I
> > came
> > unstuck.
> >
> > I use robocopy from a batch file to force one-way replication. This runs
> > several times a day. If main file-server crashes we could lose two hours
> > of
> > transactions, but the copies are date/time-stamped, and I and my boss
> > understand how they were made.
> > --
> > Newell White
> >
> >
> > "Praetorian Guard" wrote:
> >
> >> Hi NG,
> >>
> >> I have Server1 as a file server and would like to have Server2 as a
> >> standby
> >> server in case Server1 encounter a problem.
> >>
> >> Both servers are separate no shared hard drive. Each have it's own hard
> >> disk.
> >>
> >> What is the best setup?
> >>
> >> Is clustering an overkill for this kind of setup?
> >>
> >> What about DFS is it possible?
> >>
> >> Thank you in advance.
> >>
> >>
> >>
> >>

>
>
>

Reply With Quote
  #7  
Old 08-21-2006, 11:22 AM
Newell White
Guest
 
Posts: n/a
Default Re: Please help

Robocopy is free - part of w2k3 resource kit from
http://www.microsoft.com/downloads/
--
Newell White


"Praetorian Guard" wrote:

> Thank you! I already have a license for xxcopy maybe that is good enough.
>
>
> "Newell White" <(E-Mail Removed)> wrote in message
> news:9B0111A8-7B33-4BE8-ADAB-(E-Mail Removed)...
> > Clustering is definitely overkill.
> >
> > DFS should handle this, but there is still a lot of 2-way replication
> > going
> > on under the hood that you might not understand or control properly - I
> > came
> > unstuck.
> >
> > I use robocopy from a batch file to force one-way replication. This runs
> > several times a day. If main file-server crashes we could lose two hours
> > of
> > transactions, but the copies are date/time-stamped, and I and my boss
> > understand how they were made.
> > --
> > Newell White
> >
> >
> > "Praetorian Guard" wrote:
> >
> >> Hi NG,
> >>
> >> I have Server1 as a file server and would like to have Server2 as a
> >> standby
> >> server in case Server1 encounter a problem.
> >>
> >> Both servers are separate no shared hard drive. Each have it's own hard
> >> disk.
> >>
> >> What is the best setup?
> >>
> >> Is clustering an overkill for this kind of setup?
> >>
> >> What about DFS is it possible?
> >>
> >> Thank you in advance.
> >>
> >>
> >>
> >>

>
>
>

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
Forum Jump


All times are GMT. The time now is 12:52 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.