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.
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}
@@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.
💣🔥ruclips.net/p/PL9aNQqB-xjbCUkpXNzGV1A8v7JGUgCpZY
Excellent sir. Good work, really enjoyed this series. Please try to provide more videos for educational purposes.
Excellent series it is good if you make another video on configuring quorum witness for your cluster
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.
Thanks for the videos, very helpful :)
thanks, it is really difficult to find this kind of videos
Thanks
@@Niravgandhi is it possible to do all that config with a shared disk on azure?
@@stevengarcia7277 No Idea.
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.
Please Provide the PowerShell commands .
Can you plz provide the steps in case of multisubnet.
I'm not able to run the powershell script, can you please help.
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}
Thanks
Hello Sir: Where can I download your powershell script?
Where is the powershell script?
@@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.
Nirav you are not shown the creating of sql server availability group. Please show how to configure availability group in azure vm's
Let me check and confirm.
3.4 in series
Where is the script ?
Check Microsoft website