SQL Always on AG(s) on Azure Part 4-5, Azure Load Balancer and Listener

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

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

  • @Niravgandhi
    @Niravgandhi  2 года назад

    💣🔥ruclips.net/p/PL9aNQqB-xjbCUkpXNzGV1A8v7JGUgCpZY

  • @kishoreevani5813
    @kishoreevani5813 2 года назад

    Excellent sir. Good work, really enjoyed this series. Please try to provide more videos for educational purposes.

  • @khalidsultani1896
    @khalidsultani1896 3 года назад +1

    Excellent series it is good if you make another video on configuring quorum witness for your cluster

  • @joyfernandes4146
    @joyfernandes4146 3 года назад +2

    Hi, your videos are awesome, can you make a video on how to access the server from the public network. I mean if i want to connect the DB server/ AGListner for my local Management studio application or through a web application.

  • @stefanminehan
    @stefanminehan 3 года назад +1

    Thanks for the videos, very helpful :)

  • @stevengarcia7277
    @stevengarcia7277 6 месяцев назад +1

    thanks, it is really difficult to find this kind of videos

    • @Niravgandhi
      @Niravgandhi  6 месяцев назад

      Thanks

    • @stevengarcia7277
      @stevengarcia7277 6 месяцев назад

      @@Niravgandhi is it possible to do all that config with a shared disk on azure?

    • @Niravgandhi
      @Niravgandhi  6 месяцев назад

      @@stevengarcia7277 No Idea.

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

    How can I connect from other VMs, I already tried but it's not work. only 2 SQL servers are worked.
    I don't know why.

  • @bheemanagoudad.g9511
    @bheemanagoudad.g9511 2 года назад +1

    Please Provide the PowerShell commands .

  • @easwarreddy4840
    @easwarreddy4840 2 года назад +1

    Can you plz provide the steps in case of multisubnet.

  • @SS-fe6vm
    @SS-fe6vm 5 лет назад +1

    I'm not able to run the powershell script, can you please help.

  • @itspjerald
    @itspjerald 4 года назад +2

    power shell script is not available in the description. I have used the following script from your video and it worked good -
    $ClusterNetworkName = "Cluster Network 1"
    $IPResourceName = "IP Address 172.18.0.0"
    $ListenerILBIP = "172.18.0.8"
    [int] $ListenerProbePort = 59999
    Import-Module failoverclusters
    Get-ClusterResource $IPResourceName | Set-clusterparameter -Multiple @{"Address" = "$ListenerILBIP" ; "ProbePort" = "$ListenerProbePort" ; "SubnetMask" = "255.255.255.255" ; "Network" = "$ClusterNetworkName" ; "EnableDhcp" = 0}

  • @tjedwin7
    @tjedwin7 3 года назад

    Hello Sir: Where can I download your powershell script?

  • @killpopers
    @killpopers 3 года назад +1

    Where is the powershell script?

    • @killpopers
      @killpopers 3 года назад

      @@SA-hh9mv thank you I ended up copy it slowly from you video but at least its here now for the next person that needs it :) your videos where a very big help in my investigation into an issue we where having around this stuff in our production system so you still saved me days and days of reading and trying to work things out.

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

    Nirav you are not shown the creating of sql server availability group. Please show how to configure availability group in azure vm's

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

    Where is the script ?