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

Gcloud create node-pool hangs forever in auto-repair with no nodes

Adding a new node-pool to an existing cluster is failing with no nodes registering. The command used to add the node-pool is as follows (project name changed): gcloud container --project my-project node-pools create hm-pool --cluster…
0
votes
0 answers

2 Node -- KeepaliveD -- network break

I have a two node ( VMs ) setup running keepaliveD. The problem is that due to only ability of managing the VMs from command line, I can't demonstrate how the network break between both node-A and node-B will behave ( if I would have a control, I…
0
votes
1 answer

Failover cluster of 2+ servers for disasters with only 2+ physical machines

TL;DR: Question in bold below Here http://www.howto-expert.com/how-to-create-a-server-failover-solution/ is an (I assume) old blog post, explaining how to setup 2 server machines (one master and one slave), each located at different geographical…
0
votes
1 answer

Clustering/Session Replication tomcat 9 two different machine

I'm trying to configure Session Replication on two tomcats on separate EC2 (AWS) instances. I can't find any example on internet of such configuration. I've prepared configuration in accordance with this documentation: cluster-howto tomcat…
Kacper Cichecki
  • 185
  • 1
  • 5
0
votes
1 answer

What is meant by Multi-Cloud Clustering? Can anyone help me in understanding it in detail? Any helpful articles will be highly appreciated

Can someone help me in understanding what Multi-Cloud Clustering is? How can it be done and which are the best options for Multi-Cloud Clustering in the market today? Thanks.
0
votes
1 answer

Glassfish 5 cluster creates JSESSIONID on each request

I am trying to configure a Glassfish cluster following the official HA guide. The app is a standard JSF app (with Primefaces). At first I thought that the problem was related to JSF itself, but then as soon as I got deeper in the matter, I realized…
Leonardo
  • 103
  • 5
0
votes
1 answer

Configuring file share witness for cluster with Azure file share

I have built a Windows 2012 R2 failover cluster in Azure using a premium file share (https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sql/virtual-machines-windows-portal-sql-create-failover-cluster-premium-file-share) and now I am…
Chris
  • 3
  • 1
0
votes
1 answer

About mail server and imap ha active-active cluster

I have setup a mail server, for testing. My goal is to have a HA mailserver with imaps, when a client connect to a virtual ip, it redirect to two real servers, if a real server crash the other real server "take" the connection. I have setup a…
elbarna
  • 332
  • 3
  • 6
  • 15
0
votes
0 answers

Clusweb7.vbs IIS CLUSTER

I would like to ask if the Clusweb7.vbs script is mandatory on a IIS cluster created with 2 nodes Windows 2012. Basically I created the cluster and create the resource of my webapp and copied the script on C:\Windows\System32\inetsrv\ of both…
0
votes
1 answer

mariadb galera cluster, resync nodes behind

I've followed this tutorial, and have a 3 server cluster set up behind a NGINX reverse proxy. https://www.digitalocean.com/community/tutorials/how-to-configure-a-galera-cluster-with-mariadb-on-ubuntu-18-04-servers I can create a database or table…
MrPHP
  • 163
  • 8
0
votes
1 answer

Istio & K8S - Ingress with IPv6 and IPv4

We are currently evaluating a K8S (version 1.17 using CRI-0 version 1.17 & Calico CNI) installation using Istio 1.5.0. All nodes have a valid and reachable IPv4 and IPv6 (ubuntu server 18.04 - on premise deployment) configured. Using a test…
chrstnwhlrt
  • 325
  • 6
  • 15
0
votes
1 answer

Ubuntu server vs Ubuntu desktop for Beowulf cluster

I want to create a beowulf cluster using Ubuntu 18. Looking at some guides they all seem to use ubuntu server for this an my question is why? Is it not possible to use ubuntu desktop for the client nodes or is it more for a performance purpose? The…
0
votes
1 answer

Istio components are not getting installed on a private GKE cluster

I'm trying to install Istio on a private GKE cluster. I have downloaded the version 1.4.3 of Istio and then applied the default profile. But not all the components are getting installed from the manifest. Below are the error logs. $ istioctl…
-1
votes
1 answer

How can I determine the number of nodes I should deploy for an active active cluster of nodes?

I am looking at deploying a bunch of nodes all over the world that each replicate the exact same data. These are all active-active and let's say the probability of a given node going down in given time period t is p. How do I figure out then, the…
Neeraj Murarka
  • 353
  • 2
  • 9
-1
votes
1 answer

Reboot Remote Shutdown server linux

I remotely manage a hadoop cluster by Cloudera manager. I accidentally shutdown one of the servers and need to reboot it. I have tried ssh but I cannot connect to host. Is there another way for me to reboot the server without physically being there?