About Windows Server Failover Clustering (WSFC)
If your VMS environment requires continuous access that cannot tolerate hardware and software failures without any system interruption, then a viable system solution is Windows Server Failover Clustering (WSFC).
In some cases, for example a small retail shop, the operation of the VMS is not critical enough to warrant the cost of additional hardware. Instead, the shop accepts that failures can be addressed within a day or two by fixing or replacing the server. But, if your VMS environment requires high-availability, then WSFC can be a cost-effective way of achieving that.
WSFC は、アプリケーションとサービスの可用性を向上させるために連携する独立したサーバーのグループです。クラスターノードまたはサービスに障害が発生した場合、そのノードでホストされているサービスを、使用可能な別のノードに自動または手動で転送できます。
マネジメントサーバーは、サーバークラスタ内の複数のサーバーにインストールできます。これにより、システムのダウンタイムがほとんどなくなります。クラスタ内のサーバーで障害が発生すると、クラスターにある別のサーバーが、マネジメントサーバーを実行している障害のあるサーバーのジョブを自動的に引き継ぎます。
監視の設定毎に有効なマネジメントサーバーは1つしか持てませんが、障害の場合に他のマネジメントサーバーが代わりに使われるように設定できます。
デフォルトで、Management Server サービスはフェールオーバー発生回数を 6 時間で 2 回に制限しています。この制限を超えると、Management Serverサービスはクラスタリングサービスによって自動的に開始されません。この制限はニーズに合わせて変更できます。
This document provides an outline on creating a high availability environment with Microsoft Failover Clustering on two server nodes by:
-
Preparing the operating system for failover clustering (see "Prerequisites for clustering")
-
Installing SQL Server for failover clustering (see "Install a SQL Server failover cluster instance ")
-
Configuring redundant XProtect management servers (see "Configure redundant XProtect management servers")
-
Setting up service redundancies (see "Set service dependencies")
-
Verifying that the failover clustering works (see "Verify that failover clustering is working")
This document provides a general outline of WSFC. Refer to the Microsoft documentation (https://msdn.microsoft.com/en-us/library/hh270278) for more detailed information.
There are many ways to set up failover clustering. This document shows a simple example of one way: a Failover Cluster Instance (FCI) with shared storage.
We recommend you refer to the Microsoft documentation (https://msdn.microsoft.com/en-us/library/hh270278) for more information about failover clustering.
This document is primarily intended for:
-
Surveillance system architects, designers and integrators
-
Large-scale surveillance project consultants
-
Installers