Can't ping Availability Group cluster IP from passive node in Alwyas On AG SQL Cluster in Azure

Wagner, Richard (Cognizant) 66 Reputation points
2022-03-24T23:19:06.833+00:00

Hello I just moved a on prem always on sql availability group cluster to azure using azure migrate. There are 2 cluster IP resources...the cluster ip and the high availability group IP (lets say its 10.10.10.10/HAG.client.com). If i log into node 1 and node 1 owns the HAG IP resource in cluster manager then I can ping 10.10.10.10 from node 1 but I can't ping it from node 2. If i move the HAG role to node 2 then I can being 10.10.10.10 but then i can't ping from node 1. Do I need to add a load balancer rule to allow HA ports? I thought I remembered that working in the past. I don't want to make changes until i've tested if someone knows for sure I'd appreciate it. thanks a bunch!

SQL Server on Azure Virtual Machines
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
718 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
404 questions
Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
960 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,376 Reputation points
    2022-03-31T14:14:14.997+00:00

    Hi anonymous user

    This is expected behavior when Failover Cluster networking interacts with the Azure networking. Clustered IP address resources and their associated Network Name resource differ from a regular IP address. Clustered IP address resources have limited functions and do not respond to ping requests over ICMP.

    The workaround is to try creating file share from active cluster nodes. Here is a link for a detailed description of this behavior.

    Error when you try to ping a Clustered Name that runs on Azure IaaS VMs: Request timed out
    https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/ping-clustered-name-fail

    Hope this resolves your Query!!

    --
    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments