Virtual Machines

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

What is DDA?

Discrete Device Assignment allows VMs to directly access PCIe devices themselves

2
New cards

What are the 3 steps to configure DDA for a PCIe storage device?

Set the VM stop action to shutdown, unmount the device from the system, mount the device to the VM

3
New cards

What is dynamically expanding memory?

Specifies a range of memory that can be assigned to a VM depending on its workload

4
New cards

What are integration services?

Drivers that allow the VM to interact with the host system

5
New cards

What is enhanced session mode?

Allows local resources to be redirected to a VM using a RD connection

6
New cards

What is the difference between generation 1 and generation 2 VMs?

Gen 1 is for older OSs and gen 2 is for newer OSs

7
New cards

What are the 2 kinds of VM resource groups?

VM collection group, management collection groups

8
New cards

What command do you use to create VM collection groups?

New-VMGroup -name name -GroupType

9
New cards

What is a CPU group?

A group of VMs that share a CPU usage cap

10
New cards

What are the 2 types of hypervisor CPU schedulers?

Classic, core

11
New cards

What command do you use to retrieve info about VMs?

Get-VM

12
New cards

What command do you use to start/stop a VM?

Start-VM, Stop-VM

13
New cards

What command do you use to create a checkpoint of a VM?

Checkpoint-VM

14
New cards

What command do you use to see all of a VMs checkpoints? How about deleting a snapshot?

Get-VMSnapshot, Remove-VMSnapshot

15
New cards

What command do you use to get info about a VMs vNIC?

Get-VMNetworkAdapter

16
New cards

What command do you use to update a VM to the latest version of Hyper-V?

Update-VMVersion