Iniciar el servicio Agente SQL en el clúster desde el motor de base datos

Microsoft.SQLServer.2008.StartClusteredSQLAgentFromDBEngine (Task)

Inicie el servicio Agente SQL en el clúster desde el motor de base datos.
Tenga en cuenta que todas las ediciones de SQL Express no admiten el uso de clústeres.

Element properties:

TargetMicrosoft.SQLServer.2008.DBEngine
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction System.CommandExecuter Default

Source Code:

<Task ID="Microsoft.SQLServer.2008.StartClusteredSQLAgentFromDBEngine" Target="SQL2008Core!Microsoft.SQLServer.2008.DBEngine" Accessibility="Internal" Enabled="true" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="System!System.CommandExecuter">
<ApplicationName>%windir%\system32\cluster.exe</ApplicationName>
<WorkingDirectory>%windir%\system32</WorkingDirectory>
<CommandLine>/cluster:$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$ resource "$Target/Property[Type="SQL!Microsoft.SQLServer.DBEngine"]/AgentClusterName$" /online</CommandLine>
<TimeoutSeconds>300</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</WriteAction>
</Task>