PrepAway - Latest Free Exam Questions & Answers

Which cmdlet should you run on Cluster1?

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?

PrepAway - Latest Free Exam Questions & Answers

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.

8 Comments on “Which cmdlet should you run on Cluster1?

  1. Alex says:

    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




    0



    0
    1. robber says:

      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.




      0



      0

Leave a Reply