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

"CrashLoopBackOff" while deploying mysql on multi-node cluster

This is my configmap.yaml file: apiVersion: v1 kind: ConfigMap metadata: name: mysql labels: app: mysql app.kubernetes.io/name: mysql data: primary.cnf: | # Apply this config only on the primary. [mysqld] log-bin …
best_of_man
  • 367
  • 1
  • 3
  • 12
0
votes
1 answer

Linux missing lvm

hello so i have a ubuntu hpc cluster and i got a problem with storage whenever i try to access the storage from my compute nodes i cant i keep getting this error mount:mounting 192.168.100.211:/cm/node-installer or /installer_root failed :operation…
0
votes
0 answers

MySQL replication fails with connection error when server has second IP address

For a few days I've been struggling with a MySQL + Docker + ClusterIP problem. I'm trying to create a failover for my servers. If Server1 fails, Server2 should take over automatically. Both servers are running MySQL 8.0.31 in a Docker container.…
Lars
  • 135
  • 5
0
votes
1 answer

Can I run a Select query on an SQL dump?

Here is my issue. I've a backup system, that creates an SQL Dump from a DB cluster every day. Works fine, yade yade. The cluster died one day and we realized, the sql dump were wrong for the past 1 month. They were created and everything, just…
Bert
  • 1,028
  • 1
  • 16
  • 33
0
votes
0 answers

openvpn access server cluster cannot create a unique ovpn file for all server

i install multiple openvpn access server 2.11 on ubuntu 20 and install mysql for cluster it now i have 5 openvpn server in 1 cluster openvpn_as 2.11 ubuntu 20 1.my problem is ovpn file that download from each server is different from other and i…
0
votes
0 answers

transparent management of scratch fs on cluster node

I have a cluster made of 5 node, the node 1 host a big file-system exported via NFS to other nodes. The other nodes have a fast nvme disks used for scratch. I would like to encourage users to work on scratch as much as possible, thus I would like to…
mox
  • 101
  • 1
0
votes
0 answers

Automate logging in to separate cluster nodes for monitoring (htop)

I login to the cluster and login to say N=3 nodes. Then, I laboriously open the N panes in eg tmux or kitty, ssh onto the login node to each, then ssh onto the specific node for each of the N nodes, then start htop N times in each pane, in order to…
georg
  • 111
  • 2
0
votes
0 answers

Dedicated Network connection for CEPH or aggregated general purpose network connection?

We are building a Kubernetes Cluster on bare metal. As the cluster is getting physically installed, I was asked to weigh in on the following question: Each node has two network connections of 25Gbps. We will be using Ceph as a Filesystem for the…
0
votes
0 answers

How do you upgrade your openstack cluster?

I'm taking care of a small 3 nodes(compute/storage/control) openstack cluster installed via Ubuntu packages. When upgrading between openstack major versions or OS updates that include rebooting the host, we need to plan downtime, which is fine for…
mhazan
  • 1
0
votes
1 answer

How to have two applications accessing a shared drive without isci config or shared lun?

We have a 2-node cluster configured using red hat high availability (pacemaker) but without shared storage i.e. each of the node has its own disk /dev/sda and /dev/sdb. We are not allowed to configure a shared LUN (icsi) for the two nodes to have…
0
votes
1 answer

Virtual IP in pacemaker cluster not pinging

I have two Linux rhel8 servers with pacemaker/corosync/pcsd installed. I've used the ocf:heartbeat:IPaddr2 resource to create a virtual IP for the cluster. I have a similar setup on a few older clusters and it works fine but the ones I'm setting up…
0
votes
0 answers

Not able to ssh into 2 Compute Nodes on HPE Cluster

I recently added two new Compute Nodes on HPE CLuster , But surprisingly, I am Unable to ssh into the new Compute Nodes from the Head Node . [Unable to SSH to new Compute Nodes][1] (base) [root@hn001 ~]# su harender [harender@hn001…
0
votes
1 answer

kube-apiserver logs that certificate has expired but it's not

kube-apiserver pod print following log: authentication.go:104] Unable to authenticate the request due to an error: x509: certificate has expired or is not yet valid I already renewed all certs renew certs admin.conf copied to ~/.kube/config I…
RedBluff
  • 31
  • 1
  • 3
0
votes
1 answer

Multi-Master K8S cluster fails when half of the masters are down

i have a 4 masters HA K8S cluster , (accross 2 datacenters , 2 in each site) , but the kubectl command stops working after shuting down 2 masters , is this the expected behaviour? I want the cluster to survive a Datacenter crash. PS : I am using 2…
Kratozz
  • 3
  • 1
0
votes
1 answer

Configure and connect fence device through proxy server?

I'm setting up a cluster with Pacemaker and Corosync (from Clusterlabs). It works fine but i need to configure the fencing. Servers run on a VMWare ESXi infrastructure. I have a frontend server (with an public IP address) configured with Nginx as a…