如何在Web场上复制内容

时间:2022-06-01 19:10:30

We have a Windows Server Web Edition 2003 Web Farm.

我们有一个Windows Server Web Edition 2003 Web Farm。

What can we use that handles replication across the servers for:

我们可以使用什么来处理服务器之间的复制:

Content & IIS Configuration (App Pools, Virtual Directories, etc...)

内容和IIS配置(应用程序池,虚拟目录等)

We will be moving to Windows 2008 in the near future, so I guess what options are there on Windows 2008 as well.

我们将在不久的将来转向Windows 2008,所以我想在Windows 2008上还有哪些选项。

2 个解决方案

#1


1  

I'd look into Windows Distributed File System. It should be supported by both Windows Server 2003 & 2008.

我将研究Windows分布式文件系统。它应该受Windows Server 2003和2008的支持。

#2


1  

Distributed File System (DFS) is good for content, especially if each server (or a number of servers) host a replica synced up with File Replication Service (FRS). So if you've got two servers, each has a complete replica, so one going down doesn't mean the site goes down.

分布式文件系统(DFS)适用于内容,尤其是当每个服务器(或多个服务器)托管与文件复制服务(FRS)同步的副本时。因此,如果您有两台服务器,每台服务器都有一个完整的副本,那么一台服务器就不会意味着该网站出现故障。

If all servers in your 'cluster' will host a replica, the home directory in IIS can be configured to go against the local drive (e.g., D:). If you have more servers than replicas, then you should use the DFS mount point (\domainname\dfsmountpointname).

如果“群集”中的所有服务器都将托管副本,则可以将IIS中的主目录配置为针对本地驱动器(例如,D :)。如果服务器数量多于副本数,则应使用DFS安装点(\ domainname \ dfsmountpointname)。

#1


1  

I'd look into Windows Distributed File System. It should be supported by both Windows Server 2003 & 2008.

我将研究Windows分布式文件系统。它应该受Windows Server 2003和2008的支持。

#2


1  

Distributed File System (DFS) is good for content, especially if each server (or a number of servers) host a replica synced up with File Replication Service (FRS). So if you've got two servers, each has a complete replica, so one going down doesn't mean the site goes down.

分布式文件系统(DFS)适用于内容,尤其是当每个服务器(或多个服务器)托管与文件复制服务(FRS)同步的副本时。因此,如果您有两台服务器,每台服务器都有一个完整的副本,那么一台服务器就不会意味着该网站出现故障。

If all servers in your 'cluster' will host a replica, the home directory in IIS can be configured to go against the local drive (e.g., D:). If you have more servers than replicas, then you should use the DFS mount point (\domainname\dfsmountpointname).

如果“群集”中的所有服务器都将托管副本,则可以将IIS中的主目录配置为针对本地驱动器(例如,D :)。如果服务器数量多于副本数,则应使用DFS安装点(\ domainname \ dfsmountpointname)。