Hyper-V Flashcards

1
Q

What are the system requirements for Hyper-V?

A

SLAT-capable 64-bit processor
VM Monitor Mode Extensions
Hardware Assisted Virtualisation
Hardware-enforced DEP

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

How do Gen 1 and Gen 2 VMs differ?

A
Gen 1
Emulation based drivers
32/64bit
Gen 2
Software based drivers
Boot from vhdx
64bit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the linux command to verify the installation of LIS?

A

/sbin/modinfo hv_vmbus

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

What is memory buffer?

A

How much additional RAM is reserved additional compared to current utilisation percentage

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

What is memory weight?

A

Memory prioritisation between VMs

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

What is NUMA Spanning?

A

Non Uniform Memory Access
Machines with multiple CPUs, allows VMs to access memory from another CPU
Can configure virtual NUMA per VM to replicate host machine topology

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

What is the PS command to enable resource metering?

A

Enable-VMResourceMetering

collection interval: Set-VMHost -ResourceMeteringInterval

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

What is the PS command to view resource metering statistics?

A

Measure-VM

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

What are the requirements to hot add memory?

A

Static memory, Windows 10 or Server 2016 latest linux distro

Gen 1 or Gen 2

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

When importing virtual machines how do restore, register in-place and copy differ?

A

Register In-Place: Use existing UUID and file
Restore: Use UUID copying original file to new location
Copy: Create new UUID

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

How do you pass through devices from the host into the VM?

A

Direct Device Assignment *ensure devices is diabled in device manager
Get-Command device -Module Hyper-V

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

What is the PS command to update the version of a VM?

A

Update-VMVersion

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

How does VHD set work?

A

VHDS connects to VMs
AVHDX contains data changes
*for clustering

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

What is the advantage of VHD set compared to shared VHDX?

A

Online resizing
Host level backup
Hyper-V replica support

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

What are the limitations of using VHD set

A

No:
Live migration
Checkpoints

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

What are requirement for Hyper-V fibre channel SAN?

A

NPIV capable NIC
NPIV capable HBA (host bus adapter)
HBAs have World Wide Names for identificatin

17
Q

What is SR-IOV?

A

Virtualises physical NICs to deliver packets directly bypassing hypervisor for improved performance

18
Q

What is VMQ?

A

Stores incoming packets on NIC to bypass vSwitches

19
Q

What is IPsec task offloading?

A

Offloads mathematically intensive IPsec functions to the CPU

20
Q

In NIC teaming what does dynamic switch dependant mode use?

A

LACP

21
Q

What are the different load balancing modes?

A

Address Hash: Uses IP and MAC to determine which NIC to send traffic
Hyper-V: Ties VM to specific NIC in team
Dynamic: Uses Address hash for outbound, Hyper-V for inbound

22
Q

What is SET (Switch Embedded Teaming)?

A

Teaming built into hyper-v host
New-VMSwitch
*NICs must be same make, model, driver

23
Q

What is RDMA?

A

Remote Direct Memory Access capable NIC
Allows data transfer directly to and from application memory bypassing data buffers in host operating system
Enable-NetAdapterRdma