Chapter 5 Flashcards
(130 cards)
What type of replication does Hyper-V Replica use?
Manual asynchronous
What Hyper-V feature is Hyper-V Replica based on?
Checkpoints
What feature must be configured to use Hyper-V Replica with more than 2 servers?
Extended Replication
What type of authentication transmits Hyper-V Replica traffic unencrypted?
Kerberos (HTTP)
What type of authentication transmits Hyper-V Replica traffic encrypted?
Certificate-Based Authentication (HTTPS)
What PowerShell cmdlet is used to enable Hyper-V Replica?
Set-VmReplicationServer
What firewall rules must be changed on the replica server to allow traffic from the primary server?
Hyper-V Replica HTTP Listener (TCP-In) [for Kerberos] or Hyper-V Replica HTTPS Listener (TCP-In) [for certificate-based authentication]
What three options are available for initial replication?
Send over network, copy to external media, or use an existing VM
What Hyper-V feature makes it possible to move a Hyper-V VM from one host to another with almost no service disruption?
Live Migration
How do you use Failover Clustering with Hyper-V?
Start the New Virtual Machine Wizard from Failover Cluster Manager
What two performance options are available for Live Migrations?
TCP/IP (useful on standard LANs) and SMB (better if you have a dedicated storage network)
What PowerShell commands are used to enable Live Migration?
Enable-VmMigration; Set-VmMigrationNetwork; Set-VmHost -VirtualMachineMigrationAuthenticationType; Set-VmHost -VirtualMachineMigrationPerformanceOption
What PowerShell cmdlet is used to trigger a Live Migration?
Move-VM
What is Shared Nothing Live Migration?
Live Migration that does not require shared external storage
What are the requirements for Shared Nothing Live Migration?
VMs must be on same domain, same CPU family, use gigabit network, and identical virtual switches with the same name
What are the two authentication protocols are available for Live Migration?
Credential Security Support Provider (CredSSP) and Kerberos
What is the default authentication protocol for Live Migration?
CredSSP
What configuration is required to use Kerberos for Live Migration?
The server must be configured for constrained delegation
What two services must be enabled to use Kerberos for Live Migration?
CIFS and Microsoft Virtual System Migration Service
What are the limits of Failover Clustering?
64 servers, 8,000 VMs, and 1,024 VMs per node
What are the requirements for Microsoft to support a server with Failover Clustering?
All hardware and software components in the cluster nodes must meet the qualifications for the Certified for Windows Server 2016 logo
What are two types of dedicated networks recommended for Failover Clustering?
Dedicated networks for cluster and storage traffic
What tools can verify if servers are eligible to be in a Failover Cluster?
Validate Cluster Wizard or the Test-Cluster cmdlet
What tools can be used to create a Failover Cluster?
Create Cluster Wizard or the New-Cluster cmdlet