Should the AlwaysOn Listener be displayed as a cluster resource?

Lehr, Sherry (work) 1 Reputation point
2020-09-24T14:06:12.123+00:00

Once the SQL listener is configured in a SQL Server Always On Availability Group, it also becomes a cluster resource. That in the failover cluster manager under roles it should be listed. Is this true?

If it is true what would cause the listener not to show up as a cluster resource if it is configured. The listener name does work.

SQL Server | Other
{count} votes

3 answers

Sort by: Most helpful
  1. Shashank Singh 6,251 Reputation points
    2020-09-24T16:16:03.707+00:00

    That in the failover cluster manager under roles it should be listed. Is this true?

    Not under the roles, because listener is not a role but a resource as per WSFC. It would be listed in resource tab of AG name.

    If it is true what would cause the listener not to show up as a cluster resource if it is configured. The listener name does work.

    It should ideally. Did you check at right place. For my 2 node AG it shows as below

    27795-list.png

    0 comments No comments

  2. Lehr, Sherry (work) 1 Reputation point
    2020-09-24T17:11:47.727+00:00

    Yes, thank you. I see it there. I was confused by what I read.

    0 comments No comments

  3. AmeliaGu-MSFT 14,006 Reputation points Microsoft External Staff
    2020-09-25T02:17:57.013+00:00

    Hi @Lehr, Sherry (work) ,

    As Shashank mentioned, when you create a listener, it becomes a cluster resource with an associated virtual network name, virtual IP, and availability group dependency. Please refer to this article which might help.

    Best Regards,
    Amelia


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.