Questions tagged [windows-clustering]

63 questions
16
votes
0 answers

Accessing performance counters through a cluster

I am trying to find how to make performance monitoring available over a cluster, and I can't find seem to find anything while searching other than how to access performance counters for a cluster. The situation is this: Up until now, we've had MSMQ…
zimdanen
  • 5,508
  • 7
  • 44
  • 89
5
votes
4 answers

SQL Availability Group Listener creation fails

I'm having trouble creating an availability group listener for my newly created SQL 2012 Enterprise AG. My AG resides on two virtual machines on top of Server 2012 Datacentre with the Hyper-V role. The VM's are part of my domain, and in a WSFC. Each…
Marcel
  • 944
  • 2
  • 9
  • 29
3
votes
2 answers

Programming Windows Cluster resource DLLs using Delphi

I wonder whether there's a way to program a resource DLL for Windows Clusters in Delphi. I want to write a program that observes cluster state changes. Judging from the MSDN API reference, all relevant functions are located in the ClusAPI.h and…
2
votes
1 answer

Custom psobject truncating the results that are added using add-member

I have two clusters, cluster1 with 5 nodes and cluster2 with 4 nodes. With below script the cluster1 output is getting truncated. How to address this problem? PS C:\WINDOWS\system32> $temp = @() PS C:\WINDOWS\system32> foreach($i in…
Siva Dasari
  • 1,059
  • 2
  • 19
  • 40
2
votes
1 answer

Powershell command to update name of a Cluster IP Resource in Windows Server Failover Clustering

Hopefully this one is easy- I am scripting a method to update clustered Windows servers in the event of an IP change. I am nearly done, but for display and monitoring purposes, I would like to standardize the name of the "Cluster IP Address"…
2
votes
0 answers

How to get cluster Id with WMI?

There is cluster ID property that can be retrieved with Get-Cluster | fl Id powershell command. How to get it with WMI? Looks like MSCluster_Cluster doesn't have ID field.
Brans
  • 649
  • 1
  • 7
  • 20
2
votes
1 answer

Setting up 2 node Hadoop Cluster in heterogeneous environment i.e one 64 bit machine and another 32 bit machine?

For my learning I am planning to create a 2 node Cloudera Hadoop cluster. I have a 32 bit Windows XP machine and now I have bought a 64 bit Windows 8 machine (as now all machines are found in 64 bit mostly). So I have 2 options: Create virtual…
2
votes
2 answers

Remove SQL cluster node

I am trying to remove a SQL 2012 cluster node from a Server 2012 R2 machine. However the windows and cluster itself has already been destoyed so when trying to remove the node the setup is erroring out in validation because ... "The local computer…
JBone
  • 3,163
  • 11
  • 36
  • 47
1
vote
1 answer

Hyper-V Anti Affinity

I'm trying to setup anti affinity with a cluster Hyper-V setup but am struggling to get any VMs to stay apart. It seems to be that the anti affinity is simply not honored. Setup: 3 x Hyper-V servers (server1, server2, server3) 3 x VMs (web_test_1,…
Saf
  • 92
  • 2
  • 9
1
vote
1 answer

Is it possible to create SQL always on configuration in Windows 2016 cluster with no LB ip?

don´t know if this possible or not. client wants to create a Windows 2016 cluster with 2 different vms/nodes that are in Azure which are in different subscriptions and virtual networks. No shared storage the idea is to configure SQL always on…
1
vote
0 answers

PowerShell to create a directory within a junction point; or within a volume with no drive letter?

I'm working with Hyper-V and clustering in a Server 2016 environment. This is something I'm new to, and I'm trying to utilize some of my PowerShell experience to script the creation of a new folder within a shortcut (junction point, specifically),…
1
vote
2 answers

Building Windows Clusters

I'm a research student and I want to build a windows cluster at home with my laptops to test my parallel codes. The problem is I'm using Windows 7 Home Premium, not a server edition. I'm using Visual Studio 2010 Ultimate and I installed Microsoft…
1
vote
2 answers

Failover clustering validation report error: Validate Active Directory Configuration

I am deploying failover clustering on windows server 2016 enterprise When validate configuration, failover cluster validation report an error At system configuration > Validate Active Directory Configuration This is error message: Connectivity to a…
user2983509
  • 234
  • 2
  • 9
1
vote
1 answer

How to set cluster resource "Use Network Name for computer name" checkbox programmatically?

I am programmatically setting up a cluster resource (specifically, a Generic Service), using the Windows MI API (Microsoft.Management.Infrastructure). I can add the service resource just fine. However, my service requires the "Use Network Name for…
Paul
  • 420
  • 1
  • 5
  • 18
1
vote
2 answers

Unable to create availability group - tried all suggestions on the net

After several trials I keep getting this error message when setting new availablity group, please help me out. Create failed for Availability Group 'SQLAVG'. (Microsoft.SqlServer.Management.HadrModel) For help, click: …
1
2 3 4 5