Your network contains an Active Directory domain named contoso.com. The domain contains two member
servers named Server1 and Server2. All servers run Windows Server 2012 R2.
Server1 and Server2 have the Failover Clustering feature installed. The servers are configured as nodes in a
failover cluster named Cluster1. Cluster1 contains a Clustered Shared Volume (CSV).
A developer creates an application named App1. App1is NOT a cluster-aware application.
App1 stores data in the file system.
You need to ensure that App1 runs in Cluster1. The solution must minimize development effort.
Which cmdlet should you run?
A.
Add-ClusterServerRole
B.
Add-ClusterScaleOutFileServerRole
C.
Add-ClusterGenericApplicationRole
D.
Add-ClusterGenericServiceRole
Explanation:
Add-ClusterGenericApplicationRole
Configure high availability for an application thatwas not originally designed to run in a failover cluster.
Add-ClusterGenericServiceRole
Configure high availability for a service that was not originally designed to run in a failover cluster.
Add-ClusterServerRole
Add a group containing only a client access point and storage to the failover cluster configuration.
Add-ClusterScaleOutFileServerRole
Creates a clustered file server for scale-out application data.
http://technet.microsoft.com/en-us/library/ee460976.aspx