Microsoft Cluster Interview Questions and Answers
Microsoft Cluster Interview Questions and Answers
Microsoft Cluster Interview Questions and Answers
>Types of Clusters ?
In Windows we can configure two types of clusters
1. NLB (network load balancing) cluster for balancing load between servers. This cluster will not
provide any high availability. Usually preferable at edge servers like web or proxy.
2. Server Cluster: This provides High availability by configuring active-active or active-passive
cluster. In 2 node active-passive cluster one node will be active and one node will be stand by.
When active server fails the application will FAILOVER to stand by server automatically. When
the original server backs we need to FAILBACK the application
> What is Quorum ? A shared storage need to provide for all servers which keeps information
about clustered application and session state and is useful in FAILOVER situation. This is very
important if Quorum disk fails entire cluster will fails.
> How is the quorum information located on the system disk of each node kept in synch?
The server cluster infrastructure ensures that all changes are replicated and updated on all
members in a cluster.
> What is the difference between a geographically dispersed cluster and an MNS cluster?
A geographic cluster refers to a cluster that has nodes in multiple locations, while an MNS-based
cluster refers to the type of quorum resources in use. A geographic cluster can use either a shared
disk or MNS quorum resource, while an MNS-based cluster can be located in a single site, or
span multiple sites.
> What is the maximum number of nodes in an MNS cluster?
Windows Server 2003 supports 8-node clusters for both Enterprise Edition and Datacenter
Edition.
> Does MNS get rid of the need for shared disks?
It depends on the application. For example, clustered SQL Server 2000 requires shared disk for
data. Remember, MNS only removes the need for a shared disk quorum.
> What does a failover cluster do in Windows Server 2008 ?
A failover cluster is a group of independent computers that work together to increase the
availability of applications and services. The clustered servers (called nodes) are connected by
physical cables and by software. If one of the cluster nodes fails, another node begins to provide
service (a process known as failover). Users experience a minimum of disruptions in service.
> What new functionality does failover clustering provide in Windows Server 2008 ?
New validation feature. With this feature, you can check that your system, storage, and network
configuration is suitable for a cluster.
Support for GUID partition table (GPT) disks in cluster storage. GPT disks can have partitions
larger than two terabytes and have built-in redundancy in the way partition information is stored,
unlike master boot record (MBR) disks.> What happens to a running Cluster if the quorum
disk fails in Windows Server 2003 Cluster ?
In Windows Server 2003, the Quorum disk resource is required for the Cluster
to function. In your example, if the Quorum disk suddenly became unavailable
to the cluster then both nodes would immediately fail and not be able to
restart the clussvc.
In that light, the Quorum disk was a single point of failure in a Microsoft
Cluster implementation. However, it was usually a fairly quick workaround to
get the cluster back up and operational. There are generally two solutions
to that type of problem.
1. Detemrine why the Quorum disk failed and repair.
2. Reprovision a new LUN, present it to the cluster, assign it a drive
letter and format. Then start one node with the /FQ switch and through
cluadmin designate the new disk resource as the Quorum. Then stop and
restart the clussvc normally and then bring online the second node.> What happens to a
running Cluster if the quorum disk fails in Windows Server 2008 Cluster ?Cluster continue
to work but failover will not happen in case of any other failure in the active node.