exam questions

Exam 70-412 All Questions

View all questions & answers for the 70-412 exam

Exam 70-412 topic 3 question 89 discussion

Actual exam question from Microsoft's 70-412
Question #: 89
Topic #: 3
[All 70-412 Questions]

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. Set-ClusterResourceDependency
  • C. Enable- VmResourceMetering
  • D. Add-ClusterGenericServiceRole
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
* 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 or failover.
* The decision on whether to failover or restart on the same node is configurable and determined by the failover properties for the virtual machine.
Reference: Add-ClusterVMMonitoredItem

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
wazmac
5 years, 3 months ago
I believe the given answer is correct I had the same question in my 70-411 exam.
upvoted 1 times
...
antonskd
5 years, 5 months ago
I vote for Add-ClusterGenericServiceRole : The Add-ClusterGenericServiceRole cmdlet configures 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, which is a feature of the operating system, to determine whether the service appears to be running. If so, then it is presumed to be online, and will not be restarted or failed over. https://docs.microsoft.com/en-us/powershell/module/failoverclusters/add-clustergenericservicerole?view=win10-ps
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...