I am quite new to SQL Server Clustering with Always on feature so I really sorry if I am asking some silly question. I have setup the windows cluster and was able to set up the always on feature on SQL Server. But when I am trying to create the Availability group listener, SQL Server is giving me the error
TITLE: Microsoft SQL Server Management Studio
Create failed for Availability Group Listener 'AGTestCluster'. (Microsoft.SqlServer.Smo)
------------------------------ ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
The WSFC cluster could not bring the Network Name resource with DNS name 'AGTestCluster' online. The DNS name may have been taken or have a conflict with existing name services, or the WSFC cluster service may not be running or may be inaccessible. Use a different DNS name to resolve name conflicts, or check the WSFC cluster log for more information. The attempt to create the network name and IP address for the listener failed. The WSFC service may not be running or may be inaccessible in its current state, or the values provided for the network name and IP address may be incorrect. Check the state of the WSFC cluster and validate the network name and IP address with the network administrator. (Microsoft SQL Server, Error: 19471)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=11.00.2100&EvtSrc=MSSQLServer&EvtID=19471&LinkId=20476
I have checked with my windows administrator, he is saying that I have create object permission.
Can anyone please let me know the steps through which
I can add the listener
If I am not able to add the listener then please provide me the steps to verify the permission that needs to be there to setup the listener
Notes
I am not a AD administrator, so I need to find out the permission without any AD thing involved
The listener IP address and Name has been given by my administrator only
The firewall is off on both the server
Please help
Thanks Atul