How to Create SQL Server Availability Group Cluster in MS Azure - SQL Server on Azure Tutorial

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 11

  • @el_apostata_sud
    @el_apostata_sud 3 месяца назад

    man, thank you for including your live troubleshooting, is a great video keep it up!

  • @jaibinjoseph7803
    @jaibinjoseph7803 Год назад

    Hello sir, I set up Windows Failover Cluster and High Availability (HA) in accordance with your video. Everything is working as it should, but there is one problem: I configured three nodes for HA, two of which are in synchronous mode while the third is in an asynchronous mode. If I shut down the first two, Windows Cluster role will automatically stop functioning, and I won't be able to add the third server with listeners' IP. could assist me

  • @kaushalsharma1234
    @kaushalsharma1234 4 года назад

    How storage will be added on Azure.could please also explain that.

  • @ashokalapati5533
    @ashokalapati5533 4 года назад

    Really helpful.thankyou so much for the video

  • @pedrohenriquefelicianodasi5069
    @pedrohenriquefelicianodasi5069 4 года назад

    Hi.. 10.0.0.25 (Cluster IP) Where did you get that IP?

    • @TechBrothersIT
      @TechBrothersIT  4 года назад

      In azure portal, once you get your network, it gives you range of IP you can use.

    • @pedrohenriquefelicianodasi5069
      @pedrohenriquefelicianodasi5069 4 года назад

      @@TechBrothersIT ok I got it.
      But wouldn't the cluster's IP be the VIP(load balancer azure)?
      Another question.., there is some way to create the cluster without the "avaiblity set" ?
      I ask this because I have 1 sql enterprise out of the avaibility set..
      And I would like to create the cluster now that my environment is already in production.
      Would it be possible ?

    • @TechBrothersIT
      @TechBrothersIT  4 года назад

      Sir, couple things to keep in mind, 1. Node has to be fully prepared to b added in cluster, which isn’t a big deal, however sql server has to installed in cluster mode if you talk about conventional cluster, for AG you can add any sql, any mode any time as long as it’s not already part of another cluster. So yea If you going with AG route, you can add your existing stand alone after you prepare that node for cluster, for conventional cluster(active passive) you have to install sql in cluster mode

    • @TechBrothersIT
      @TechBrothersIT  4 года назад

      AG listener IP needs to be load balanced, not cluster IP. It’s bit different in azure

  • @vedranabdihodzic1650
    @vedranabdihodzic1650 5 лет назад

    Thank you

  • @raokalavakuri8907
    @raokalavakuri8907 4 года назад

    PS C:\Windows\system32> import-module failoverclusters
    PS C:\Windows\system32> clear-clusternode
    Clear-ClusterNode
    Are you sure you want to forcefully clean up cluster node [NewServerName]?
    [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): Y
    PS C:\Windows\system32>
    you can run above re-start it install