Hi,
I am having Windows 2012R2 Std with SQL2012SP2. Trying to add SQL cluster node2 but unable to locate the instance name when I click on drop down button.
Understand that SQL Server Agent is required but it is not listed as cluster resource. Therefore, I perform the following
From Windows PowerShell with Administrator rights
1. Import-Module FailoverClusters
2. Add-ClusterResourceType "SQL Server Agent" c:\windows\system32\SQAGTRES.DLL
Error: Add-ClusterResourceType : Unable to locate the cluster service executable on node1
The network name cannot be found.
No problem to ping all cluster related names as well as fail-over to and from next available node.
Kelvin Teang