Hyper-V Clusters Flashcards

1
Q

What utility is used to restore backups?

A

wbadmin

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

How do you perform a backup at command line?

A

wbadmin start systemstatebackup -backuptarget:c:

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

How do you view backups and content within them at command line?

A

wbadmin get versions

wbadmin get items -version:

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

How do you perform a non-authoritative restore at command line?

A

wbadmin start systemstaterecovery -version:

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

How do you perform an authoritative restore at command line?

A

wbadmin start recovery -version: -itemtype: -items:

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

What does the possible owners setting do for failover clusters?

A

Allows node to host the cluster role, if not selected it will host the role but not come only without manual intervention

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

What is a dependancy of SMB Direct?

A

RDMA Capable NICs

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

What is the advantage of SoFS?

A

Active/Active cluster, all nodes can mount the file share

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

What is a dependancy of SoFS?

A

CSV (Cluster Shared Volume)

Uses CSVFS

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

What is the CSV block cache size?

A

Optional to dedicate up to 80% of system memory for caching

(Get-Cluster -Name).BlockCacheSize =

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

How does live migration differ from quick migration?

A

Live: VM must be on
Quick: Any sate, pauses if on

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

What is node fairness in Hyper-V clustering?

A

Distributes VMs to nodes based on host utilisation

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

What is protected network in Hyper-V clustering?

A

VM will move to another host if its NIC on current host loses connectivity

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

What is VM monitoring in Hyper-V clustering?

A

VM is restarted if a specified service is not running

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

What is drain roles (drain on shutdown) in Hyper-V clustering?

A

Automaticallty migrates roles if Hyper-V host is shut down to ensure HA

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

What is a dependancy of guest clusters (vm)?

A

VHD Set or Shared VHDX

17
Q

What are the states for VM resiliency in clustering?

A

Unmonitored: Applies to VM within cluster
Isolated: Not active member, still hosts roles
Quarantine: If node leaves cluster 3 times in an hour cannot rejoin for 2 hours