Hi
I'm using Windows 2012 Sp1 Standard edition . When I create the cluster on the node where I have installed Failover Clustering feature using below PowerShell line
Install-WindowsFeature-nameFailover-Clustering,Multipath-IO -IncludeManagementTools -ComputerName$host1-Credential$cre
Install-WindowsFeature-nameFailover-Clustering,Multipath-IO -IncludeManagementTools -ComputerName$host2-Credential$cre
While creating the cluster new cluster cmdlet
New-cluster-Name$clustername-Node$host1,$host2-StaticAddress$clusterIP
Installation freezes by saying Forming new Cluster .. The fix is I have to uninstall the failover clustering feature , reboot the nodes and install the feature via GUI or individually on each node using PowerShell
Can anyone suggest me what could have gone wrong . Cluster validation is passing successfully . I'm just not sure what has gone wrong . Is there a hotfix or something ? I couldn't find much on the net