Install and configure Windows Failover Cluster on Azure

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

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

  • @salmanmalik5117
    @salmanmalik5117 2 месяца назад +1

    Hey thanks for creating this it helped me configuring failover cluster as per requirement 👍

  • @mosksky
    @mosksky Год назад +1

    Great demo, ty so much for sharing it! could you pls also include the git repo to the script, creating and attaching shared disk?

    • @cloudpatashala7553
      @cloudpatashala7553  Год назад +1

      thank you very much.
      Please refer this video ruclips.net/video/anWfLcPqFpo/видео.html -- Windows Server 2016 failover cluster setup with Azure shared disk
      I will share soon.

  • @muthukumarranganathan1206
    @muthukumarranganathan1206 3 месяца назад +1

    so if we use try to login with wincluster (name) thry RDP it will connect the active node with the feature distributed server name..only thing we need to create computer object for wincluster also in AD

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

      Hi Muthu,
      automatically cluster related computer object will created in AD. no need to create our self.

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

      @@cloudpatashala7553 thanks for the confirmation and did you share the SQL cluster 2022 installer steps as well.Thanks in Advance

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

      And do we need to give a new IP to configure SQL cluster in the top of windows cluster...if yes the SQL IP name also gets registered in AD?do we have the option to reserve IP in Azure

  • @bpx171
    @bpx171 Год назад +1

    Hello, i am migrating a cluster from on-prem to azure as lift and shift, in on-prem, heartbeat is configured for the cluster. I am not sure if we need that in azure as well, could you please suggest if Heartbeat is needed along with load balancer in azure? or we can delete\disable that heartbeat after migration? plz suggest

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

      There are set of steps and configuration required prior to carry out the discovery and replicate the VM to Azure, check this link for setting up the Azure Migrate.
      learn.microsoft.com/en-us/azure/azure-sql/migration-guides/virtual-machines/sql-server-failover-cluster-instance-to-sql-on-azure-vm?view=azuresql

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

      @@cloudpatashala7553 thank you for the response, this part of migrating and setting up the load balancer i am aware about and have done that. only confusion is, in on-prem we have heartbeat network configured for the cluster, do we need to configure the same in azure? if yes, how can we do that?

  • @muhammadhammadnaeem9692
    @muhammadhammadnaeem9692 8 месяцев назад +1

    Hello, how can I assign a public IP to the cluster in Azure? When one cluster is down, it automatically shifts to the next.

    • @cloudpatashala7553
      @cloudpatashala7553  8 месяцев назад

      Please refer below url link, it might be helpful
      learn.microsoft.com/en-us/answers/questions/914767/how-to-assign-public-ip-address-from-old-cluster-t

  • @nitinarora39
    @nitinarora39 11 месяцев назад +1

    how we can configure sql basic availability groups with same setup.

    • @cloudpatashala7553
      @cloudpatashala7553  11 месяцев назад

      Please refer below Microsoft documentation
      learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/availability-group-manually-configure-tutorial-single-subnet?view=azuresql

  • @surajsalvi4497
    @surajsalvi4497 Год назад +1

    Hello sir,
    In create cluster wizard --> Select servers option when I select server's I'm getting error of " you don't have administrative privilege on the server " even I have admin access on server what should I do any permissions I need to assign over here ?

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

      even though you have administrative access, it's essential to perform some troubleshooting steps to resolve this issue. Here are some steps to follow:
      1. Ensure Administrative Access:
      Double-check that you indeed have administrative privileges on the server. Ensure that you are logged in with the correct administrative account.
      2. Run as Administrator:
      When performing administrative tasks, it's a good practice to run the application with administrative privileges. Right-click the application (e.g., the cluster creation wizard) and choose "Run as administrator."
      3. Check User Account Control (UAC) Settings:
      User Account Control (UAC) can sometimes interfere with administrative tasks. Temporarily disable UAC on the server or adjust its settings to a lower level.
      4. Server Configuration:
      Ensure that the server's configuration, such as firewall settings, group policies, and security settings, doesn't restrict administrative actions. Check if any security software or third-party tools are interfering with administrative tasks.
      5. Active Directory Permissions:
      If you are managing servers in a domain environment, ensure that your user account has the necessary Active Directory permissions. It may be necessary to check group memberships and permissions.
      6. Server Role and Features:
      Ensure that the server has the necessary roles and features installed to support cluster creation if required. For example, if you are creating a failover cluster, both servers should have the Failover Clustering feature installed.
      7. Logging and Error Details:
      Check the event logs on the server for any detailed error messages or events related to the failed administrative task. These logs may provide additional insights into the issue.
      8. Network Connectivity:
      Verify that there are no network connectivity issues between your management workstation and the server. Firewalls or network configurations could block necessary communication.
      9. Group Policy:
      Review group policies that may affect administrative access on the server. Group policies can sometimes restrict certain administrative actions.
      10. Third-Party Security Software:
      Check if any third-party security software or antivirus programs running on the server are interfering with administrative tasks. Temporarily disabling or configuring these programs may help.
      11. Local Security Policy:
      Review the Local Security Policy settings on the server and ensure they are not overly restrictive.

    • @Alex-mu4ue
      @Alex-mu4ue Год назад

      @@cloudpatashala7553 chat gpt is great right

  • @abdulazeemsyed6017
    @abdulazeemsyed6017 4 месяца назад +1

    This was helpful. Thanks KK