Failover Clustering Flashcards
Requirements for Failover Clustering
- Identical hardware (as much as possible)
- Network adapters should have identical configuration
- All nodes should run the same OS version and edition, with the same updates installed
- Seperate networks should be available for management, cluster traffic, and storage
- Redundant networking equipment should be considered
Command to confirm whether failover cluster successfully deployed
Test-Cluster [[-Node] ] [-Cluster ] [-Disk ] [-Force] [-Ignore ] [-Include ] [-InputObject ] [-List] [-Pool ] [-ReportName ] [-Confirm] [-WhatIf] [ ]
Command to create new failover cluster
New-Cluster [-Name] [-AdministrativeAccessPoint {None | ActiveDirectoryAndDns | Dns | ActiveDirectory} ] [-Force] [-IgnoreNetwork ] [-Node ] [-NoStorage] [-S2D] [-StaticAddress ] [ ]
What version of Windows Server was Multi-domain and workgroup clusters introduced?
Windows Server 2016
What is the AD Computer Object for a cluster called?
Cluster Name Object (CNO). Clients send their requests to this rather than individual servers within the cluster.
What Authentication is used for Multi-Domain or WorkGroup Clusters?
Kerberos
What is the process for creating a Multi-Domain or Workgroup Cluster
1) Create local administrator account with same password on each node
2) Add DNS suffix for all Domains represented in cluster for Multi-Domain cluster to each node in cluster
3) Create cluster with New-Cluster command
What is the role of a witness in a Failover Cluster
To break a “tie” when an even number of nodes are split 50/50 on whether a node is available or not. If the quorum that a node sees drops below 50% + 1 then the node will remove itself from the cluster.
What can function as Witnesses in Failover Clusters
1) File Share Witness
2) Disk Witness
3) Cloud Witness (new in Windows Server 2016)
What is the command to add a witness, or modify the nodes that have votes in the cluster quorum?
Set-ClusterQuorum [-AccessKey ] [-AccountName ] [-CloudWitness] [-Cluster ] [-DiskOnly ] [-DiskWitness ] [-Endpoint ] [-FileShareWitness ] [-InputObject ] [-NoWitness] [ ]
In which version of Windows Server was dynamic quorum management introduced?
Windows Server 2016
What is the function of dynamic quorum management in Failover Clusters?
As a node takes itself out of a cluster, the vote of that node is automatically removed from the quorum records. This allows the cluster to keep on working, even if there is only one node left in the cluster.
What is the recommended witness for a cluster in a single site?
If an iSCSI disk of 512MB formatted with NTFS is available, this is recommended as the disk witness.
What forms of communications occur with cluster networks?
- Client communications
- iSCSI/Storage communications
- Cluster communications (heartbeats, etc.)
- Live Migration
When creating clusters, what rules are automatically applied to the networks.
- Networks with iSCSI traffic are automatically excluded from having cluster communication
- Networks without a gateway are automatically assigned cluster communication
- Networks with a gateway are eligible for client and cluster communication