Chapter 13 - High Availability in Hyper-V - Do I know this already? Flashcards
(34 cards)
What is the term for replicating to a third host in Hyper-V Replica?
a. Extended (chained) replication
b. Advanced replication
c. Forest-trust replication
d. Three-way replication
a. Extended (chained) replication
What options exist for authentication in Hyper-V Replica? Choose two.
a. Kerberos
b. Token-based
c. Certificate-based
d. SCP
a. Kerberos
c. Certificate-based
What options for failover exist in Hyper-V Replica? Choose three.
a. Production
b. Test
c. Planned
d. Unplanned
b. Test
c. Planned
d. Unplanned
You can perform a live migration between Windows Server 2016 and Windows Server 2012 R2 if the virtual machine is at least what version?
a. 2
b. 3
c. 4
d. 5
d. 5
What live migration authentication option forces the configuration of constrained delegation?
a. SCP
b. Certificate-based
c. Kerberos
d. Token-based
c. Kerberos
What PowerShell cmdlet allows you to configure performance options for live migrations?
a. Enable-VMMigration
b. Set-VMMigrationOptions
c. Set-VMHost
d. Set-VMMigrationNetwork
c. Set-VMHost
Which of the following is not an example of a component moved in storage migration?
a. Configuration files
b. Virtual machine state
c. Checkpoints
d. Smart paging files
b. Virtual machine state
What dramatically simplifies the storage migration process?
a. Ensuring that the move location is within the same geographic location
b. Ensuring that the source VM is stopped
c. Ensuring that the source is not a VHD file
d. Ensuring the use of pass-through disks
b. Ensuring that the source VM is stopped
What is a Hyper-V Replica?
A feature that provides replication of virtual machines from one host to another for disaster recovery scenarios.
What is Extended (Chained) Replication?
Hyper-V Replica using three hosts.
What is Live Migration?
The movement of a virtual machine from one host to another.
What is Shared-Nothing Live Migration?
The movement of a virtual machine and its storage from one host to another while not using clustering or shared storage.
What is Storage Migration?
The movement of a virtual machine’s files from one host to another.
In Hyper-V Manager, what option do you select from the shortcut menu of a virtual machine for Hyper-V Replica?
Enable Replication
Name at least three requirements for Live Migration.
- A user account with permission and the Hyper-V role
- source and destination machines in the same AD or that are in trusted domains
- Hyper-V management tools
What are two requirements for disks in a storage migration scenario?
- Files must use virtual hard disks
- VMs cannot use pass-through disks.
How does Shared-Nothing Live Migration work?
The servers do not need to be part of a cluster, and they do not need access to shared storage.
It’s considered a live and shared migration.
The source server copies the virtual machine’s storage to the destination, in addition to its memory and system state. The source VM remains active until the complete data transfer is complete.
What are some key considerations for Hyper-V replicas?
- Hyper-V hosts
- Replication and change tracking
- Extended (chained) replication
- Failover
- Recovery points
Why are Hyper- V hosts important when considering Hyper-V replicas?
You can physically co-locate primary and secondary host servers or use separate geographic locations with replication over a WAN link. Hyper-V hosts can be standalone, clustered, or a mixture of both. There is no Active Directory dependency between the servers, and they do not need to be domain members.
Why is Replication and Change Tracking important when considering Hyper-V replicas?
When you enable Hyper-V Replica for a specific virtual machine, initial replication creates an identical replica virtual machine on a secondary host server. Hyper-V Replica then uses change tracking and creates and maintains a log file that captures changes on a virtual machine VHD. The log file plays in reverse order to the replica VHD, based on replication frequency settings; thus, the latest changes store and replicate asynchronously. Replication is over HTTP or HTTPS.
Why is Extended (chained) replication important when considering Hyper-V replicas?
This type of replication allows the replication of a virtual machine from a primary host to a secondary host and then the replication of the secondary host to a third host. You cannot replicate from the primary host directly to the second and the third. This feature makes Hyper-V Replica more robust for disaster recovery because if an outage occurs, you can recover with both the primary and extended replicas. You can also fail over to the extended replica if your primary and secondary locations fail. You should note that the extended replica does not support application-consistent replication and must use the same VHDs that the secondary replica uses.
Why is Failover important when considering Hyper-V replicas?
If an outage occurs in your primary location (or secondary, in the case of extended replication), you can manually start a test, planned or unplanned failover.
Why are Recovery points important when considering Hyper-V replicas?
When you configure replication settings for a virtual machine, you specify the recovery points you want to store from the virtual machine. A recovery point is a snapshot in time from which you can recover a virtual machine. You lose less data if you recover from a very recent recovery point. You can access recovery points up to 24 hours in the past
What are some important prerequisites for Hyper-V Replicas?
- To conserve network bandwidth, you should exclude VHDs that hold rapidly changing data and data not used by the replica server after failover (for example, page file disks)
- Determine the synchronization schedule: The data on the replica server synchronizes per the replication frequency you configure. Options might be 30 seconds, 5 minutes, or 15 minutes
- Decide how to recover data: By default, Hyper-V Replica stores only a single recovery point. This is the latest replication sent from the primary server to the secondary server. However, if you want the choice to recover data to an earlier point in time, you can specify that more recovery points be stored (to a maximum of 24 hourly points). Having additional recovery points requires more overhead on processing and storage resources
- Determine workloads to replicate: Remember that standard Hyper-V Replica replication maintains state for a VM after failover, but it does not maintain the state of applications running inside that VM. For this type of recovery of your workload state, you create app-consistent recovery points. Note that app-consistent recovery is not available on the extended replica site if you are using extended (chained) replication.
- Determine the initial replication of virtual machine data: Replication starts by transferring the current state of the virtual machines. This first state is transmitted directly over the existing network, and this occurs either at once or a later time that you configure. You can also use a preexisting restored virtual machine as the initial copy. Or you can save network bandwidth by copying the initial copy to external media and then physically delivering the media to the replica site. If you want to use a preexisting virtual machine, delete all previous snapshots associated with it.