Questions tagged [cluster]

A computer cluster consists of a set of loosely connected computers that work together so that in many respects they can be viewed as a single system.

A computer cluster consists of a set of loosely connected computers that work together so that in many respects they can be viewed as a single system.

The components of a cluster are usually connected to each other through fast local area networks, each node running its own instance on an operating system. Computer clusters emerged as a result of convergence of a number of computing trends including the availability of low cost microprocessors, high speed networks, and software for high performance distributed computing.

Clusters are usually deployed to improve performance and availability over that of a single computer, while typically being much more cost-effective than single computers of comparable speed or availability.

Computer clusters have a wide range of applicability and deployment, ranging from small business clusters with a handful of nodes to some of the fastest supercomputers in the world such as the K computer.

Source: Wikipedia.

1360 questions
0
votes
1 answer

CLIUSR certificate expiration

I have an Exchange 2019 DAG and the CLIUSR certificate (clusinfracert) will expire soon. I have extensively researched this and there are very few resources online that address this certificate. There is nothing to 'try', it's either manually renew…
meetooR
  • 1
  • 1
  • 1
0
votes
1 answer

Changing the subnet on which my beegfs cluster operates

I've added some fiber channels between the machines that constitutes my BeegFS cluster in an effort to increase throughput. However, I have to leave the old coppy ethernet in place with its addressing intact for backwards compatibility. Is there a…
Jarmund
  • 535
  • 2
  • 6
  • 17
0
votes
0 answers

Failed configuring active-active shared disk with drbd and pacemaker

I followed Clusters from Scratch instructions, chapters 8 and 9, to configure an active-active, shared disk cluster with drbd and pacemaker. The difference with that tutorial is that I am using OCFS2 instead of glusterfs. Without pacemaker it works…
0
votes
1 answer

pcs creating cluster fails because of unknown hosts

I am following several tutorials now and all of them have such steps -- authenticate given hosts in pcs and then create cluster. Yet in my case the first step (authenticating) works while the second does not with error stating the hosts are not…
astrowalker
  • 149
  • 1
  • 7
0
votes
0 answers

Kubernetes lab cluster setup

Done a lot of googling and reading, as well as viewing as a guest from Google searches on this topic as my goal is to setup a small kube lab cluster from scratch myself. Decided to sign up today and ask for assistance from those who've perhaps done…
0
votes
1 answer

Do I need 1 RDS Cluster for each DB or a single RDS Cluster for all my DBs?

Let's suppose I have 5 databases I'm going to use in my application. The application will be used by +100k users. I'm planning to use RDS Cluster with Aurora PostgreSQL. What would be best? Create 1 cluster for each DB, I'll end up with 5 clusters,…
Castro Roy
  • 285
  • 1
  • 8
  • 17
0
votes
1 answer

Permission issues in GCP Container Registry

We need some help. We don't see any docker registry in GCP. It says that it has permission issues but we have enough permissions to do everything in there. Also we cannot connect any cluster in GKE. Could it be some technical problems on it that…
0
votes
1 answer

Kubernetes + AWS Lambda

I currently have an API service running on AWS Lambda, but it's getting expensive due to high AWS costs. My aim is to replace 95 % of the usage with a cluster of servers and still handle peaks with Lambda. So, I would need a hybrid setup where the…
0
votes
1 answer

Spark-Cassandra-Connector Issue Exception in thread "main" java.lang.NoClassDefFoundError: com/datastax/spark/connector/rdd/reader/RowReaderFactory

What is going wrong with the Spark Cassandra Connector could you please help to solve this? Scala File: import com.datastax.spark.connector._ import org.apache.spark.sql.SparkSession import org.apache.spark.{SparkConf, SparkContext} object…
0
votes
1 answer

WSFC DNN Listener Resolving to secondary in Availability Group

I have an Azure AO AG which consists of three servers (all WS-2019 & SQL-2019CU3): A - Subnet 1 - Principal Server (Sync) B - Subnet 1 - Secondary Server (Sync) C - Subnet 2 - Secondary Server (Async) I have created a DNN Listener on the resource…
0
votes
0 answers

Query to get the failoverCount and lastFailover in a Windows Failover Cluster

Anyone know of a command or PowerShell script to get the current failoverCount and lastFailover datetime in a Windows Failover Cluster? I have a 2-node cluster that doesn't automatically failover sometimes. The group is configured with the default…
0
votes
1 answer

NginX and Galera Cluster are friends?

So I've found NginX's official tutorial, how to use NginX Plus as the proxy for the MariaDB Cluster. However, if I do this with my standard NginX (not the Plus edition) I constantly get the error nginx: [emerg] invalid URL prefix in…
Bert
  • 1,028
  • 1
  • 16
  • 33
0
votes
0 answers

Cannot connect to the Docker daemon at unix:///var/run/docker.sock

I'm following the Certified Kubernetes Application Developer (CKAD) Certification, and in their manual they are providing a bash file to deploy a master node using Kubeadm, and this is it's content : https://gofile.io/d/d2l1UJ But when I run this…
Croviajo
  • 141
  • 3
0
votes
1 answer

Windows Clustered Shared Volume IOPS

Quick question. I'm reviewing the IOPS for my CSV, and im confused about the Cluster CSVFS\Reads/sec counter. I aligned Physical Disk\Disk Reads/sec (for the CSV disk) with Cluster CSV File System\IO Reads/sec and Cluster CSVFS\Reads/sec. The first…
Joe
  • 366
  • 1
  • 2
  • 9
0
votes
1 answer

ActiveMQ Artemis: Quorum-only instance?

For a fully redundant ActiveMQ Artemis cluster, either a set of three broker pairs or network ping is required to avoid split-brain scenerios. In some installations, only two datacenters or availability zones are available plus a small third site…
Stephan
  • 275
  • 2
  • 7