Chapter 15 - Managing Failover Clustering - Do I know this already? Flashcards

1
Q

Which of the following would not be an option with the Virtual Machine role in Failover Cluster Manager?

a. Monitor
b. Start
c. Stop
d. Connect

A

a. Monitor

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

What SMB 3.0 feature enables continuously available shares?

a. SMB Direct
b. SMB Scale-Out
c. SMB Transparent Failover
d. SMB Multichanne

A

c. SMB Transparent Failover

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

Which is not a valid prerequisite for VM monitoring?

a. The VM must be Generation 1.
b. The VM must be in the same domain as the Hyper-V host.
c. Windows Firewall must permit the monitoring rules inbound.
d. The Hyper-V cluster administrator must be a member of the local Administrators group on the VM.

A

a. The VM must be Generation 1.

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

What cmdlet in PowerShell allows the configuration of VM monitoring?

a. Create-MonitoredClusterVM
b. Set-ClusterVMItem
c. Add-ClusterVMMonitoredItem
d. Get-VMMonitoredItem

A

c. Add-ClusterVMMonitoredItem

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

What is a stretch cluster?

a. A cluster that has nodes in two different domains
b. A cluster that has nodes using Server 2012 and Server 2016
c. A cluster that has nodes maxing out the RAM of a failover host
d. A cluster that has nodes in a different geographic area

A

d. A cluster that has nodes in a different geographic area

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

What is Server Message Block (SMB) 3.0?

A

An enhanced version of technology that makes Windows shares available on the network.

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

What is Failback?

A

A process in which a cluster moves a role back to the original node.

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

What is a Stretch Cluster?

A

A cluster with nodes in different geographic areas.

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

What are Site-Aware Clusters?

A

Clusters in which the fault domain values are used with nodes to find the site the node belongs to in a stretch cluster.

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

What is Node Fairness?

A

A balancing technique in Windows Server 2016 which ensures that nodes in a cluster are not overtaxed with workloads.

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

What encryption algorithm does SMB 3.0 use for SMB encryption?

A

AES

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

What components of a VM do you monitor with VM monitoring?

A

Services

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

What are the three options on the Recovery tab in Service Control Manager?

A
  • First Failure
  • Second Failure
  • Subsequent Failures
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What PowerShell cmdlet do you use to create a stretch cluster site?

A

New-ClusterFaultDomain

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

For the DFS Namespace cluster role what is the prerequisite or role?

A

DFS Namespaces (part of File Server role)

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

For the DHCP server cluster role what is the prerequisite or role?

A

DHCP server role

17
Q

For the Distributed Transaction Coordinator (DTC) cluster role what is the prerequisite or role?

A

None

18
Q

For the File Server cluster role what is the prerequisite or role?

A

File Server role

19
Q

For the Generic Application cluster role what is the prerequisite or role?

A

Not Applicable

20
Q

For the Generic Script cluster role what is the prerequisite or role?

A

Not Applicable

21
Q

For the Generic Service cluster role what is the prerequisite or role?

A

Not Applicable

22
Q

For the Hyper-V replica broker cluster role what is the prerequisite or role?

A

Hyper-V role

23
Q

For the iSCSI target server cluster role what is the prerequisite or role?

A

iSCSI Target Server (part of file server role)

24
Q

For the iSNS server cluster role what is the prerequisite or role?

A

iSNS server Service feature

25
Q

For the Messaging Queuing cluster role what is the prerequisite or role?

A

Messaging Queuing Services feature

26
Q

For the Other server cluster role what is the prerequisite or role?

A

None

27
Q

For the Virtual Machine cluster role what is the prerequisite or role?

A

Hyper-V role

28
Q

For the WINS server cluster role what is the prerequisite or role?

A

WINS server feature

29
Q

What are some SMB 3.0 features that are ideally suited for clustering?

A
  • SMB Transparent Failover
  • SMB Scale-out
  • SMB Multichannel
  • SMB Direct
  • SMB Encryption
  • VSS for SMB File Shares
  • SMB Directory Leasing
30
Q

What is SMB Transparent Failover?

A

Transfers client sessions from one cluster node to another without client interruption

31
Q

What is SMB Scale-out?

A

Enables a share to be accessible by clients from all nodes in the cluster simultaneously; note that this effectively increases the share’s usable bandwidth

32
Q

What is SMB Multichannel?

A

Allows file servers to use the bandwidth from multiple network adapters simultaneously

33
Q

What is SMB Direct?

A

Uses Remote Direct Memory Access (RDMA) and allows SMB 3.0 to complete directory memory-to-memory data transfers between remote systems

34
Q

What is SMB Encryption?

A

Provides end-to-end AES encryption between servers and clients

35
Q

What is VSS for SMB File Shares?

A

Enables VSS-aware backup applications to perform application consistent shadow copies of VSS-aware server applications storing data on SMB 3.0 file shares

36
Q

What is SMB Directory Leasing?

A

Reduces the latency for file access over high-latency WAN networks

37
Q

How do you configure monitoring for a VM?

A

Step 1. Launch Server Manager and select Tools > Failover Cluster Manager.
Step 2. In the Roles pane, select the VM for monitoring, and in the Actions page, click More Actions and then click Configure Monitoring.
Step 3. In the Select Services page, select the services you want to monitor and click OK.

38
Q

How do you configure monitoring for a VM in Powershell?

A

Add-ClusterVMMonitoredItem cmdlet

39
Q

How do you create a stretch cluster?

A

Step 1. First use the New-ClusterFaultDomain PowerShell cmdlet to define the sites.
Step 2. Use the Set-ClusterFaultDomain cmdlet to assign the cluster nodes to the sites you have created