Finding difficulty to see windows server failover cluster ip and SQL server failover cluster ip address

  • Could you please some one suggest me how to see windows server failover and sql server failover cluster ip address.

    We have configured active-passage with 2 windows and 1 sql server failover cluster.

  • either use failover cluster manager or the following PowerShell command

    Get-ClusterResource | ?{$_.resourcetype -EQ "IP Address"} | ft OwnerNode,State,Name,OwnerGroup

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply