Questions tagged [clustering]
A cluster consists of a group of computers connected so that in many respects they can be viewed as a single system.
778 questions
0
votes
0
answers
36
views
SQL AG with Windows Server 2025 Fail-over cluster
I wonder if anyone is up-to-date with the workings of Fail-over cluster in Windows Server 2025.
Since each version has their changes.
We are doing a test setup of 3 nodes on 1 location, 3 nodes on the ...
0
votes
1
answer
58
views
If an Availability Group contains two FCIs, how many quorums do I have?
To have an Availability Group, I must have a Windows Server Failover Cluster. All Windows Server Failover Clusters have the ability to form exactly one quorum. This clearly means that if I have two ...
0
votes
1
answer
49
views
cluster vs replica in mariadb or mysql
I'm confused between two words of cluster and replica in mariadb.
I saw some tutorial and they explain cluster or replica.
Is replica same cluster or not?
If not , please explain their diffrences.
0
votes
1
answer
48
views
Resource allocation strategy for Cassandra on a single server
I have a single physical server running Cassandra. Given that Cassandra performs poorly with fat nodes, which strategy is better:
Running a single large node on the server (allocating all resources ...
0
votes
1
answer
438
views
Cluster Error 1069 and 1205
I have just built a SQL Server 2022 Always on Availability group with 3 Nodes at HQ and 1 Node at DR.
During our testing phase I have noticed every time I rebooted the primary without failing over or ...
0
votes
1
answer
344
views
Failover Cluster DNS error, event 1207 every hour The specified network password is not correct
every hour I get event like below. I tried something below. but without success.
client access name : CMPDB01
Always ON name : AO
Cluster name : cls01
I have multi-IP Addresses in SQL Server Always ...
1
vote
1
answer
176
views
SQL Server Always On Availability Group on Multi-Subnet Cluster
We are building a multi-subnet, always-on availability group. I initially requested the below IPs.
For Failover Cluster
192.168.1.129
192.168.2.129
For Listener
192.168.1.130
192.168.2.130
My network ...
0
votes
1
answer
266
views
Is there any practice to align file system block size with database block size?
This topic has already been discussed here: Understanding block sizes
But I have few more things to add for my use case.
Generally, most database systems use a default block size of 8 KB, though some ...
1
vote
1
answer
69
views
Cassandra Backups questions
I am very very new to cassandra.
As I slowly wrap my head around it I have questions about backups. (be gentle)
I was asked to build a processing machine for scientific application we use which ...
0
votes
1
answer
100
views
Is it possible to add a PostgreSQL hot standby using pg_createcluster to a primary created with initdb?
Hi we are using PostgreSQL 16 on Ubuntu 22 LTS and have built a cluster using initdb. I'm wondering if it's possible to rebuild a standby using pg_createcluster instead to take advantage of various ...
0
votes
1
answer
211
views
MariaDB Galera and Geo redundancy
I am trying to simulate 2 clusters in different datacenters/different locations, using VMWare VSXi and 6 VMs: 3 are located on DC1 and other 3 on DC2. All nodes are RHEL 9.
Both DCs communicate ...
0
votes
0
answers
355
views
Process to remove High availability and Break the cluster
We have a 4 node High availability group. We now will have to make the primary a standalone server and remove all the replicas and break the cluster.
Before we attempt this on production below is what ...
0
votes
1
answer
115
views
Unsafe_aggressive_sstable_expiration - Procedure to enable unsafe_aggressive_sstable_expiration
I am planning to enable this tag to solve an issue related to some SSTables that are fully expired and are blocking some other expired SSTables from being expired. I have looked for information on ...
-1
votes
1
answer
386
views
What is choice between node drain versus role switching in WSFC FCI patching?
I'm learning about patching OS and SQL FCI.
I have a 2 node SQL FCI (active/passive). The SQL service exists on both nodes, but is running only on the active node. This is managed by the WSFC.
I also ...
0
votes
1
answer
67
views
Does the fail back only apply when failover happens to a non preferred node?
I'm trying to understand the failback setting.
Suppose I have 3 nodes in cluster (FCI):
Node 1 and 2 are preferred owners.
Node 1, 2 and 3 are possible owners.
Failover preference will be between ...
0
votes
1
answer
590
views
Will a 2-node windows server failover cluster go down if the disk witness owner crashes?
In a 2 node WSFC where Node 1 owns the disk witness, would Node 1 crashing result in the entire cluster going down (loss of quorum because only 1/3 votes remain)?
Or does disk witness ownership ...
0
votes
0
answers
1k
views
Patroni failed to get list of machines from etcd
I am running a patroni cluster (3.4) on linux with an etcd cluster. Normally the cluster runs perfectly fine but sometimes I get some errors saying Request to etcd server failed (ReadtmeoutError, ...
1
vote
0
answers
129
views
Configuring 3:1 Failover Cluster for SQL Developer Edition on Windows Server with AWS AMI
We are in the process of configuring a 3:1 failover cluster mechanism for SQL Developer Edition hosted on Windows Server, deployed using an AWS AMI. Our objective is to ensure that if any of the three ...
-2
votes
1
answer
48
views
Alternative Connection Methods to PolarDB Cluster without Activated DMS
I've set up a high-privilege account for my PolarDB cluster and successfully whitelisted the necessary host IP addresses for access. However, the Database Management Service (DMS) isn't currently ...
0
votes
1
answer
104
views
Sharded Cluster - Why does my data not splitted among nodes?
I created a cluster with two shards. Or so I thought. In my design, first server has mongos_router shard1 (3 nodes) and config servers. Second server only has shard 2 nodes. After I configured shards ...
0
votes
1
answer
90
views
How to handle primary site cluster if there is a network issue due to which I invoke a forced failover to DR site?
Assuming I have AG in a 4 node cluster, with 2 nodes on primary site and 2 nodes on DR site, 1 cloud witness. Failover mode is manual.
Now for some reason, suppose primary site network goes down, ...
0
votes
1
answer
66
views
SQL server 2019 alwayson problem
I've SQL server 2019 STD always on set up with 2 nodes and file share witness (located on third server). yesterday we had an network issue that the main switch was down for 15 minutes. after the ...
0
votes
0
answers
990
views
Microsoft SQL Always On failover cluster goes offline when adding a new node
I'm in a process of migrating my windows servers which contains SQL from windows 2012 to windows 2016.
At the moment my Always On failover cluster contains 3 2012 servers and i want to replace 2 of ...
1
vote
1
answer
469
views
SQL availability group failover latency experienced is 35 seconds, which is 10 seconds higher than older SQL Mirror failover
Encountered problem:
Our use-case has 3 x Server 2022 in a topology of a domain controller with two node cluster. This is a SQL Always On AG architecture. The cluster hosts the SQL availability ...
0
votes
1
answer
199
views
What is recommended response to resource failure for cloud witness in FCI?
I'm looking at an FCI on an Azure VM. This is a test setup. In the failover cluster manager when I right click on cloud witness resource and click on properties, then click on policies, under Response ...
0
votes
1
answer
620
views
When patching SQL FCI, how to ensure there will not be a failover to the node being patched?
This is about patching a 2 node SQL FCI. I'm referring to both OS patching and SQL patching.
Say node1 is the current active node.
When I execute the KB patch on node2, how do I ensure that there won'...
0
votes
0
answers
135
views
SQL Connection Timeout Expired
We have a strange issue with our SQL server.
We have two SQL nodes (node 1 and node 2) configured in Microsoft Cluster.
It's important to note that the issue is only with one of the nodes. When the ...
0
votes
2
answers
231
views
setting up WSFC for AlwaysOn with one node acting as read replica for both instnaces ( AWS EC2)
I am trying to setup WSFC so that I can configure AlwaysOn. I have 3 nodes(A,B,C) and each has one instance (1, 2 and 3). I am trying to setup WSFC between A and C and another WSFC between B and C ...
0
votes
0
answers
34
views
Getting this exception in MongoDB Failed to completely discover replica set appdbRS
There is a problem with the address: address=om-3- proud-toad.mdbtraining.net:
there is no space after '3-' CAN ANYONE TELL WHERE CAN I CHANGE THE ADDRESS?
2024-01-05T13:13:58.938+0000 [DiagnosticsSvc-...
1
vote
1
answer
679
views
Oracle RAC 19c instance fails to start with ORA-29707: inconsistent value 1 for initialization parameter 1146 with other instances
After having to restart a node in a RAC cluster, we ran into "ORA-29707: inconsistent value 1 for initialization parameter 1146 with other instances" when trying to use srvctl start instance ...
1
vote
0
answers
117
views
Always-On listener not working correctly
I have an Always-On architecture with two nodes and two AG. One of AG working correctly but other AG's listener only directs to the primary node. When I fail it to the secondary node, the application ...
0
votes
0
answers
88
views
MaySQL InnoDB cluster log fill on one server
in my mysqld.cnf file, I enabled logging via the following
general_log = 1
general_log_file = /var/log/mysql/mysql.log
It is a three-node cluster. I can see all the queries in the log ...
0
votes
0
answers
262
views
Replication between two galera clusters
I currently have two 3 node mariadb (10.5.9) Galera clusters set up in different locations, I'm using standard replication to copy data between the primary and secondary.
What I've recently noticed is ...
0
votes
1
answer
203
views
Joining SQL 2016 to a one-node cluster that has SQL 2014 installed
I have currently 1-node (it's a lab) Windows 2012R2 cluster with SQL server 2014 installed (patched to the last patch based on sqlserverupdates.com). The goal is to upgrade the cluster
to something ...
-2
votes
2
answers
342
views
What port is each instance using in a cluster?
I have two nodes in a Failover Cluster. There are three SQL roles / instances installed. I can connect to any instance with SSMS from a different computer by using RoleServer\InstanceName. One of the ...
0
votes
2
answers
2k
views
Adding a Windows Server 2016 computer to a Windows Server 2022 Failover cluster
Is it possible to join a Windows Server 2016 computer to an existing Windows Server 2022 2-node Failover cluster? The cluster is domain-independent.
Hypothetical setup:
Node 1 (windows server 2022 + ...
0
votes
2
answers
287
views
Where to store DB files for SQL Failover Cluster Instance on Hyper-V
I am upgrading old off-lease hardware to brand new / full warranty enterprise-class host servers and 10gb iSCSI SAN. In the old environment, it was made up of a bunch of old Dell servers with lots of ...
0
votes
0
answers
556
views
WSFC - Unable to set node weight in Failover cluster
I have a two node Windows failover cluster configured with Always on availability groups which are configured for disaster recovery not for high availability. In this windows failover cluster we are ...
0
votes
1
answer
2k
views
Configuring a Failover Cluster Fileshare Witness?
I'm relatively new to high availability groups in SQL Server, and am hoping for a bit of advice on best practices for configuration. I didn't set up this configuration, I inherited it and am trying to ...
0
votes
2
answers
7k
views
How to get a list of all postgres clusters built with initdb?
I understand that, to get a list of clusters with pg_lscluster I need to use tools like pg_createcluster.
But, I use initdb and pg_ctl to create clusters. I know they are running because I can access ...
0
votes
1
answer
31
views
On which node must the failover manager for the AG be?
I have an availability group for Windows SQL Server. It is so that instances hosting replicas must be in a Windows failover cluster. However, if the node where the failover manager is on fails, what ...
0
votes
1
answer
308
views
SQL Server Always On Availability Groups are green, but manual failover attempts consistently failing ("duplicate IP address", etc. in cluster logs)
We're running SQL Server 2017 Enterprise Edition on a pair of EC2 instances (we'll call them "P1" and "P3" here) in AWS. Each EC2 instance is in its own subnet, and runs two ...
1
vote
0
answers
55
views
MongoDB RBAC limitations
I'm researching if MongoDB is the solution for my problem of storing schema-less data for multiple users. Let me sketch the problem: I've got a lot of users (100k) and want to have some place for ...
0
votes
1
answer
1k
views
AlwaysOn failures and failovers
This is the setup:
Firstly, it's in Azure
3 SQL Servers: SQL Server 2019 RTM CU18.
AlwaysOn configured between these 3 servers.
Server 1 & 2 in one region (Synchronous + Manual Failover Mode)
...
0
votes
1
answer
283
views
Installing failover cluster after SQL installation
Will there be any issue if WSFC is installed after SQL is already installed for the purpose of configuring Always ON?
SQL Server version 2017 Enterprise
Windows version 2019 standard
0
votes
1
answer
183
views
Can a domain-independent SQL Server Failover Cluster Instance be created
I know that Always on Availability Groups can be set up on a windows server failover cluster without active directory integration.
But can a SQL Server Failover Cluster Instance high availability ...
0
votes
1
answer
73
views
Is putting a column as first in clustered primary key the same as giving its own clustered index?
Perfomance-wise, is it the same to query a table on a non-unique GUID in these two cases?
Case 1: Primary key on multiple columns while the significant column is the first item in the primary key
...
0
votes
1
answer
68
views
Can I fail back from Node2 to Node1 when my SQL Server database is in recovery?
I recently failed over my SQL Server instance from Node1 to Node2 and noticed below informational message:
Recovery of database 'huge_database' (22) is 24% complete (approximately 399 seconds remain)....
1
vote
2
answers
865
views
Failover time after SQL Server patch
We have two node Windows Server cluster with installed SQL Server (2019 Standard Edition) Clustered instances on each node
There are 500 active databases
There are no any Availability Groups or any ...
0
votes
1
answer
2k
views
How to get the SQL Server version/ patch level from passive node?
I needed to get the SQL Server version/ patch level from 2 node cluster's (active/ passive) passive node. And didn't find any information about that.