Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Real-time file replication

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Can I test with an invalid SSL cert.  
Author Message
dddetrretsssad

External


Since: Oct 17, 2003
Posts: 18



(Msg. 1) Posted: Fri Oct 17, 2003 2:28 pm
Post subject: Real-time file replication
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello,
We're running IIS5 on 2 Windows 2000 Advanced Servers. One of our sites is
being load balanced (through a Foundry load balancer). This site handles a
large amount of traffic & file updates on one server must be updated in
real-time to the other server. Currently, we use Peersync to replicate the
data. This works fairly well but we're having intermittent problems with it
(too numerous to mention, tech support has been no help, etc). As a result,
I'm looking at alternatives. I'm aware of products like Veritas' Volume
replication but the cost is too high. I'm curious what other people are
using. I thought about using robocopy but I don't think it can do real-time
updates. Any freebees out there? Scripts?
Here's something else I thought of:
What if we map a drive (on both servers) to a 3rd server that actually holds
the wwwroot information? This way I wouldn't need to replicate the data
between the 2 original web servers. I realize that this is
single-point-failure (thank god for backups) but what if the third machine
was kick-ass (SCSI hard drives, fiber network card, etc). Is this feasible?
I know this is mouthful but ANY advice/suggestions are greatly appreciated.
TIA
Regards,
Veets

 >> Stay informed about: Real-time file replication 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 2) Posted: Fri Oct 17, 2003 2:30 pm
Post subject: Re: Real-time file replication [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Veets" <dddetrretsssadasy RemoveThis @hotnospmamail.com> wrote in message
news:euTHNLMlDHA.2772@TK2MSFTNGP10.phx.gbl...
 > Hello,
 > We're running IIS5 on 2 Windows 2000 Advanced Servers. One of our sites is
 > being load balanced (through a Foundry load balancer). This site handles a
 > large amount of traffic & file updates on one server must be updated in
 > real-time to the other server. Currently, we use Peersync to replicate the
 > data. This works fairly well but we're having intermittent problems with
it
 > (too numerous to mention, tech support has been no help, etc). As a
result,
 > I'm looking at alternatives. I'm aware of products like Veritas' Volume
 > replication but the cost is too high. I'm curious what other people are
 > using. I thought about using robocopy but I don't think it can do
real-time
 > updates.

It can't.

 > Any freebees out there? Scripts?

DFS/FRS is the only "free" / real time way I know of.
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;311398" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;311398</a>

 > Here's something else I thought of:
 > What if we map a drive (on both servers) to a 3rd server that actually
holds
 > the wwwroot information? This way I wouldn't need to replicate the data
 > between the 2 original web servers. I realize that this is
 > single-point-failure (thank god for backups) but what if the third machine
 > was kick-ass (SCSI hard drives, fiber network card, etc). Is this
feasible?
 > I know this is mouthful but ANY advice/suggestions are greatly
appreciated.

That's actually a reasonable idea. See:
<a style='text-decoration: underline;' href="http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/windowsserver2003/deploy/confeat/RemStorg.asp" target="_blank">http://www.microsoft.com/technet/treeview/default.asp?url=/technet/pro...chnol/w</a>

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Real-time file replication 
Back to top
Login to vote
user164

External


Since: Aug 01, 2003
Posts: 172



(Msg. 3) Posted: Fri Oct 17, 2003 2:42 pm
Post subject: Re: Real-time file replication [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I use DFS for simple replication schemes. Works fine...
 >> Stay informed about: Real-time file replication 
Back to top
Login to vote
dddetrretsssad

External


Since: Oct 17, 2003
Posts: 18



(Msg. 4) Posted: Fri Oct 17, 2003 3:06 pm
Post subject: Re: Real-time file replication [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for the advice guys. I've used DFS before but I didn't think about
using it in this particular scenario. How "long" does the replication take?
Is it fast (I guess it depends on your network)? Will the replication scheme
work if both server are stand-alone (as opposed to Domain-based)? Thanks
again
Regards,
Veets


"Keith W. McCammon" <km.TakeThisOut@km.com> wrote in message
news:umoWVTMlDHA.1004@TK2MSFTNGP09.phx.gbl...
 > I use DFS for simple replication schemes. Works fine...
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Real-time file replication 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Real time logging to SQL - Is there a product out there for doing real time IIS logs to SQL? I know that you can do it in an event using the Microsoft Log Analyzer, but I'm looking for something that will do it in real time. Thanks! --Dave

real time surveillance of the server - Is there a way or a little program that can show in a window (or a popup) on the desktop few real time information on the visitor on my website server (IIS5.1) like IP, domain, etc...) ?

(Near) Real-Time Bandwidth Monitoring - While there are plenty of performance counters that allow you to learn about the bandwidth usage of an IIS6 server... they all seem to update only after a given connection has completed (ie after a file has already been downloaded), something that..

How do I replicate IIS and SQL to another data center real.. - I run a data center where we use IIS and SQL 2000. I want to replcate this server to another geographical location. Has anyone been successful at this? Thanks, Jane

Best Real time monitor tool for IIS6 - Hi all, I wish to know, if you know them, which is the best real time monitor tool for IIS 6. Both freeware and not freeware. I really need it... Many thanks
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]