Hyper-V Clustering Flashcards
What is the PoSH command to enable a Hyper-V replica for a VM?
Enable-VMReplication
How do you view a list of Hyper-V replication commands?
Get-Command -Module Hyper-V -Noun replication
What is the PoSH command to failover a VM?
Start-VMFailover
What is a downside using CredSSP authentication protocol when performing Hyper-V migrations?
Requires live migrations to be performed directly at the Hyper-V host, doesn’t support double hop carrying credentials
What is a requirement when using Kerberos authentication for Hyper-V migration?
Must set up contained delegation in AD for both computer accounts
Which services need to be configured for Kerberos Contrained Delegation to support live migration?
cifs
Microsoft Virtual Migration Service
What is the difference between a live migration and a shared nothing live migration?
Live migration: Requires shared storage
Shared Nothing Live Migration: Does not require shared storage
What is quorum?
Number of failures cluster can withstand before it shuts down
Needs 51% vote
When the is not node majority in failover clustering, what must be configured?
A witness
What is the PoSH parameter that controls the type of cluster being created?
-AdministrativeAccessPoint
What are the typed of witness for quorum?
Disk Witness
File Share Witness
Cloud Witness
What type of backup is used to backup cluster database?
System state
What is the difference between General Purpose File Server and SoFS?
General Purpose File Server: Active/Passive (User Data)
Scale Out File Server: Active/Active (Application Data) *SoFS requires CSV
What are the use cases for SoFS?
Hyper-V
SQL Server
What is the CSVFS?
Cluster Shared Volume File System: Acts as filter to break out file and meta based operations separately