You have a cluster named Cluster1 that contains two nodes. Both nodes run Windows
Server 2012 R2. Cluster1 hosts a virtual machine named VM1 that runs Windows Server
2012 R2.
You configure a custom service on VM1 named Service1.
You need to ensure that VM1 will be moved to a different node if Service1 fails.
Which cmdlet should you run on Cluster1?
A.
Add-ClusterVmMonitoredItem
B.
Add-ClusterGenericServiceRole
C.
Set-ClusterResourceDependency
D.
Enable VmResourceMetering
Explanation:
The Add-ClusterVMMonitoredItem cmdlet configures monitoring for a service or an Event
Tracing for Windows (ETW) event so that it is monitored on a virtual machine. If the service
fails or the event occurs, then the system responds by taking an action based on the failover
configuration for the virtual machine resource. For example, the configuration might specify
that the virtual machine be restarted.
http://technet.microsoft.com/en-us/library/hh847288.aspx
Add-ClusterGenericServiceRole?
Configure high availability for a service that was not originally designed to run in a failover cluster.
The cluster software will start the service, then periodically query the Service Controller (a feature of the operating system) to determine whether the service appears to be running. If so,
it is presumed to be online, and will not be restarted or failed over.
https://technet.microsoft.com/en-us/library/ee460966.aspx
Add-ClusterGenericServiceRole requires 2 vm’s and failover cluster role installed.
You only have 1 vm that hosts a service. The VM runs on a Hyper-V cluster (which doesn’t host the service), so A. is correct.
had this exact question in 412
I took a look at the exams topics. Cluster is really a part of 70-412.
I bet that was shocking,wasnt it?
A
https://technet.microsoft.com/en-us/%5Clibrary/Hh847288%28v=WPS.630%29.aspx
Explained here: http://blogs.msdn.com/b/clustering/archive/2012/04/18/10295158.aspx