Chapter 17 - Managing VM Movement - Do I know this already? Flashcards

1
Q

What PowerShell cmdlet allows you to set a VM for high availability?

a. Add-VMHA
b. Add-ClusterVMHA
c. Add-ClusterVirtualMachineRole
d. Add-ClusterVM

A

c. Add-ClusterVirtualMachineRole

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following is a useful feature of Quick Migration that Live Migration does not offer?

a. Moving a VM and the storage at the same time
b. Moving a VM with no pause at all
c. Moving a stopped VM
d. Moving a running VM

A

c. Moving a stopped VM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What PowerShell cmdlet performs the export of a VM?

a. Export-VM
b. Send-VM
c. Place-VM
d. Set-VMNode

A

a. Export-VM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What Drain on Shutdown status code means enabled?

a. 0
b. 1
c. 2
d. 3

A

b. 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Quick Migration?

A

An early form of the Live Migration that causes some delay in processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Storage Migration?

A

The movement of a virtual machine’s files from one host to another.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Network Health Protection?

A

A tool that allows dynamic monitoring of a VM to see if it has a healthy network connection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Drain on Shutdown?

A

A new Windows Server 2016 clustering feature that automatically live migrates all the roles on a node before shutdown

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the main differences between a live migration and a quick migration?

A

The Quick Migration has a delay, and the Quick Migration can move a stopped VM.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Where in the network adapter properties do you find the Network Health Protection option?

A

Advanced Features > Protected Network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you perform a Live Migration?

A

You use the Add- ClusterVirtualMachineRole cmdlet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you perform a Quick Migration of a VM?

A
  1. The cluster pauses the Virtual Machine role, suspending the I/O and CPU functions of the VM.
  2. The cluster saves the source VM’s memory contents and system state to shared storage and places the VM into the Saved state.
  3. The cluster copies the symbolic link specifying the location of the source VM’s files to the destination node and transfers ownership of the source VM’s files to the destination VM.
  4. The cluster removes the symbolic link from the source VM.
  5. The cluster resumes the role from the Saved state, copying the memory contents and the system state from shared storage to the destination VM, now running on the destination node
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do you enable Drain on Shutdown?

A

It is enabled by default but to disable it you use the running the (Get- Cluster).DrainOnShutdown = 0 cmdlet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly