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
7
votes
1 answer

Pacemaker/corosync timeout before resource transfers

This seems like a simple question, but one I can't seem to find the answer for despite going over the pacemaker documentation multiple times. I've got corosync set up with pacemaker to share a virtual IP. All I want to do is to set a timeout value…
user705142
  • 433
  • 6
  • 16
7
votes
4 answers

Load balanced Drupal servers: a good way to share data among the servers?

I'm trying to get an overview of how i would go about creating a load balanced web server setup. Setting up the actual load balancer and adding two or more web servers seems fair enough. However, I can't decide what the best setup for files would…
sbrattla
  • 1,578
  • 4
  • 28
  • 52
7
votes
5 answers

Hyper-V Cluster with failover - NETWORKING

We are looking to setup a 3 node Hyper-V cluster with live migration and failover using: 3 x Dell R710's with dual quad core Xeon & 128 GB RAM & 6 NICs in each 1 x Dell MD 3220i SAN We will be running this setup from a data center and so…
Adam Chetnik
  • 542
  • 6
  • 19
7
votes
1 answer

Error when create a MicroK8s cluster : Connection failed. The hostname (xx) of the joining node does not resolve to the IP "xx". Refusing join (400)

I have installed microk8s(1.24/stable) on two machines. The ip of the two machines are:172.29.99.187, 172.29.99.188. I operate the command at 172.29.99.187:microk8s add-node Output: From the node you wish to join to this cluster, run the…
ya chen
  • 171
  • 1
  • 6
7
votes
5 answers

Load balancing and HTTPS strategies

I am faced with the following problem: Servers get saturated since current load balancing strategy is based on client IP. Some corporate clients access our servers from behind large proxies so all clients appear with same IP to our load balancer. I…
Dan
  • 173
  • 1
  • 6
6
votes
1 answer

2 node cluster (active-passive) with Windows Server 2016

I'd like to create a 2 node cluster with 2 servers with Windows Server 2016 standard. My cluster should be in active-passive configuration without shared storage (SAN, iSCSI, etc.) without active directory I'd like to get a virtual IP passed…
6
votes
2 answers

SQL Server Failover strategies

In my infrastructure I have a SQL Server 2014 Standard standalone server. As databases and applications which are using SQL Server are growing up, I want to upgrade to SQL Server 2016 Standard and install two nodes to get an highly available SQL…
Mat
  • 1,873
  • 7
  • 25
  • 41
6
votes
2 answers

Compatibility and difference between QSFP+ and QSFP 40Gb/s infiniband connections

I am new to infiniband networks, but i need to extend an existing infiniband cluster with some nodes. During my exploratory web-research I came across some to me ambiguous descriptions of cables, connectors and switches. According to Wikipedia QSFP…
Hjan
  • 163
  • 1
  • 5
6
votes
3 answers

HyperV Failover Cluster (with/without CSV)

Been browsing a few websites, and it seems right now all hyper-v clusters are build on CSV ( clustered share volume ). I have a current setup (2 node window failover cluster). I have 2 vms running on node1 each in its own cluster disk e.g. vmA…
6
votes
2 answers

Novell Clustering Problem

I am trying to cluster 3 servers to then mount an NSS. I have all 3 configured and ready to roll. The only problem is none of them are apart of any cluster. When I run the: "cluster join" command I get the following: Joining... Now a member of…
lilott8
  • 496
  • 5
  • 14
6
votes
1 answer

DB Full Vacuum, Cluster, Analyze - in which order?

I have a huge (~150 GBytes) postgresql database whose performance has dropped during the last weeks. In order to improve performance, I intend to perform FULL VACUUM, CLUSTER and ANALYZE. In which order should I perform these operations? I don't…
Adam Matan
  • 13,194
  • 19
  • 55
  • 75
6
votes
3 answers

What is your provisioning method? (out of the cardboard -> bare metal -> fully functional server)?

Trying to cut down our deploy times and looking for suggestions and shortcuts you or your team uses to get back in the terminal and out of the data center. Looking at the entire process from ordering gear to end of life.
ForgeMan
  • 401
  • 2
  • 8
6
votes
4 answers

mod_jk produces Error smh errno=13

I am trying to use mod_jk for load balancing. Loadbalancer: 172.17.8.189 (HTTPD+mod_jk) Node1: 172.17.8.193 (apache tomcat instance 1) Node2: 172.17.8.196 (apache tomcat instance 2) I checked my tomcat instances and both of them are listening at…
nth
  • 89
  • 2
  • 3
  • 9
6
votes
4 answers

HAProxy cannot bind socket for proxy on a remote machine

I'm using HAProxy to load balance the incoming requests on my two tomcat backend servers. In the config file when I specify HAProxy to listen to the same machine on which the HAProxy is installed, everything is fine and it starts to work like a…
SJ.Jafari
  • 204
  • 1
  • 4
  • 8
6
votes
3 answers

Maintenance plan for SQL Server Database Mirroring

We're using SQL Server database mirroring and we're trying to create a db maintenance plan to backup the database. The problem is that when the server is not the primary database the plan fails. I was wondering what the best-practice is in this…
Darren
  • 203
  • 3
  • 7