Installing Fail over Cluster service in Azure Virtual Machine as part of Always On Creation

Today i have configured WSFC in the Azure environment after creating virtual machines in the Azure. If i am trying to install Fail over cluster service it is throwing error. But if i do the same from power shell with in the virtual machine it is working.

Install-WindowsFeature –Name Failover-Clustering –IncludeManagementTools
Test-Cluster –Node Node1, Node2
New-Cluster –Name HADRCLUSTER –Node Node1, Node2 –StaticAddress 10.1.0.10



Comments

Popular posts from this blog

System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out

Pre login Handshake or Connection Timeout Period

Transparent Data Encryption(TDE) with Master Key and Certificate in SQL Server