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

Pacemaker Virtual IP suddenly Failed

I am new in cluster. We are running SAP Application in HA Cluster (have 2 nodes in cluster) using pacemaker. Node1 if it runs as a master always restart for a few times. After we check pacemaker logs, we found resource IP float (Virtual IP) failed…
0
votes
1 answer

Stopping DRBD so I can run some tests with a VM

We have two servers I inherited, both running DRBD and each then running KVM virtual machines. I would love to stop a VM running on server1, and bring up just the 1 VM on server2 for some tests. Though with DRBD doing its thing on these servers and…
Codejoy
  • 107
  • 5
  • 17
0
votes
1 answer

Single SSH login for multilpe machines?

I have a number of physical (desktop) machines running at the office as part of a new network to handle processing & serving Open Source data; some of these machines also house VMs. At the moment, if an employee wants admin access to this network, I…
0
votes
1 answer

Pod running kubectl trying to reach external cluster

I am using a pod (image bitnami/kubectl) in a kubernetes cluster (clusterA) but kubeconfig is set to point to another cluster (clusterB). Using on premises kubernetes 1.21.7 (on VMs) installed via kubeadm. kubeconfig used: apiVersion: v1 kind:…
brgsousa
  • 215
  • 1
  • 4
  • 11
0
votes
2 answers

Alternatives for load balancing Tomcat webapp?

We wish to enable some form of load balancing for a Tomcat webapp we're currently using today. Unfortunately, I know almost to nothing about Tomcat load balancing, clustering and so on. Can anyone share resources that cover the different…
dadver
  • 183
  • 1
  • 12
0
votes
0 answers

How to cluster Redis service

Imagine 6 servers running Redis on all of them: 192.168.10.1 192.168.10.2 192.168.10.3 192.168.10.4 192.168.10.5 192.168.10.6 They have divided into 2 site: Site…
0
votes
1 answer

Can we assign the multiple cores of different hypervisors in same cluster?

I have configured the Three hypervisors with the OnApp. As all the Hypervisors use the SAN storage, if any hypervisor gets down, VPS hosted on the one hypervisors boots on two hypervisors. Each hypervisor has 12 cores, so the main question is can I…
Vishal
  • 3
  • 2
0
votes
2 answers

Node unable to leave cluster for eJabberd upgrade

Environment ejabberd version: 20.04 Erlang version: Erlang (SMP,ASYNC_THREADS)(BEAM) emulator version 9.2 OS: Linux (Debian) Installed from: source Errors from crash.log 2022-02-08 22:42:45 =CRASH REPORT==== crasher: initial call:…
0
votes
1 answer

my emr cluster is being terminated with error after the status is being set to starting

Hi when I create EMR cluster. The status says it is being created but after 58 minutes it throws in error saying Master - 1: Error provisioning instances. Error message(Screenshot of error attached) I tried multiple times but all attempts was…
rgzv
  • 3
  • 2
0
votes
1 answer

Can I use 1 Shared Storage for Multiple Windows 2003 Clusters?

My Environment: Dell PowerVault 220S connected via SCSI to 2 Dell Poweredge 2950s. I have installed ESX 4i on each of the 2950s, and do NOT have VCenter. I will be using Windows Server 2003 Datacenter on each server for 3 installs, a SQLDEV,…
Werewolf
  • 3
  • 2
0
votes
1 answer

No Pods reachable or schedulable on kubernetes cluster

I have 2 kubernetes clusters in the IBM cloud, one has 2 Nodes, the other one 4. The one that has 4 Nodes is working properly but at the other one I had to temporarily remove the worker nodes due to monetary reasons (shouldn't be payed while being…
deHaar
  • 131
  • 8
0
votes
1 answer

Pacemaker Virtual IP is still pinging

I am having two node pacemaker cluster, with one virtual IP which is 192.168.3.100. The virtual ip is the part of cluster resource, when I stop the cluster using pcs cluster stop --all. I am still able to ping the virtual ip i.e. 192.168.3.100. I…
Dap727
  • 1
  • 1
0
votes
0 answers

k3s pods not deployed on correct node

I have a k3s cluster with several nodes, let's say 3 nodes. On each node, I have several pods to deploy. It's a "static deployment", meaning that I want to deploy each pod on a specific node. I don't want to let k3s do it automatically. For…
iAmoric
  • 121
  • 1
  • 4
0
votes
1 answer

Is a blade server a cluster system or a multiprocessor system?

I'm reading the book "Operating Systems Concepts" by Silbershatz et al. and I'm a bit confused about blade servers, in section 1.3.2, blade servers are classified under "multiprocessor systems" but the definition of a blade server is a chassis…
0
votes
2 answers

MySQL NDB Cluster on FreeBSD 7.1

Got a problem with a MySQL Cluster, All the nodes connect fine to the ndb management node, however when I try to create a table on one of the nodes it returns this error : mysql> use foo; Database changed mysql> create table bar (i int)…
Bruce Grobler
  • 146
  • 1
  • 5