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

Restrict admin Hyperv rights

I use a Hyper-V 2008 R2 cluster, and I've two types of admin (full admin and management server admin). I would like to give to the management server admin only the right to start/shutdown the virtual machine but I don't want that they could create,…
PY LB
0
votes
0 answers

Kubernetes tomcat cluster: skipping state transfer. No members active in cluster group

k8s StatefulSet: apiVersion: v1 kind: Service metadata: name: my-web labels: app: my-web spec: ports: - name: http port: 8080 targetPort: 8080 selector: app: my-web type: ClusterIP --- apiVersion: apps/v1 kind:…
eastwater
  • 111
  • 2
0
votes
0 answers

Tomcat cluster in Kubernetes: fetchMembers Failed to open stream

Tomcat cluster in K8s: Following https://cwiki.apache.org/confluence/display/tomcat/ClusteringCloud added the following in tomcat server.xml:
eastwater
  • 111
  • 2
0
votes
0 answers

error while downloading the file fron the cluster

protocol error: unexpected my ~/.bashrc code is as: # .bashrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi # User specific aliases and functions source /home/marek.szczepanczyk/git/library_2g/conda_watenv.sh …
0
votes
1 answer

MSCS in vSphere, HP EVA 4400 --> RDM, RAID, PRIVATE NETWORK

I'm in the move to set up an MS Cluster in vSphere and there's a few I havent yet understand. * When I create my RDM disk in HP EVA they automatically get an RAID level, of course. But when I assign my RDM disk in vCenter to an storage (e.g. where…
henrikp80
0
votes
0 answers

fix crm cluster in sles12sp5 for 12 node master slave configuration

When we try to add the additional servers 0f 6 004,005,006,104,105 & 106.to the existing server of primary 001, 002 & 003 Secondary 101,102 & 103. crm configure show node 1: pbh001 attributes hana_pbh_site=PBH001 attributes hana_pbh_gra=2.0…
0
votes
2 answers

Microsoft Cluster or Oracle Fail Safe error

Trying to get Oracle Database 10g to work on Microsoft cluster (using Oracle Fail Safe, not RAC). Everything installed, but when trying to verify group or add database to group I get following error: FS-10220: Network name MSK00-NST01-1 maps to IP…
osdm
0
votes
0 answers

SLURM / NFS based computing cluster with disk uniterruptible sleep issues (state : D)

Context : We have a computing cluster based on 7 servers, running Debian 11: a storage (HDD NAS, ~500TB, RAID5, LVM) a frontal server, running SLURM, nfs-common 5 nodes on which the storage is mounted through NFS. When business users run SLURM…
0
votes
1 answer

Windows Server quorum concept and split-brain issue prevention

I saw a similar question asked here that is closely related, but the provided answer doesn't entirely address my doubts. Assume a 3 node cluster is configured without a witness node, and all nodes are able to talk to each other. As the number of…
0
votes
0 answers

STONITH Block Device daemon (SBD) actions based on conditions

Is there any detailed description how SBD reacts to various conditions/issues? sbd(8) is not very detailed I would say. I can't read the source which is here:…
Jiri B
  • 547
  • 2
  • 15
0
votes
0 answers

Setting up Rhel cluster for high perfomance and load balancing

I am having 7 servers with RHEL, I want to setup a cluster for those. We need cluster for: 1: high Perfomance 2: load balancing I have NAS for shared storage. I want to setup 1 server as visulization Node, one will be a master node and rest 5 will…
biplab
  • 5
  • 2
0
votes
1 answer

Setting up slurm with 2 different nodes and 2 different partation on 1 physical server

I have a requirement for setting up slurm on one physical server, with 2 different partation and 2 main node so, need to have, partation1 wihich need to have node1 and need to be used by group1 user partation2 wihich need to have node2 and need to…
biplab
  • 5
  • 2
0
votes
1 answer

ceph-deploy install command fails with [ceph_deploy][ERROR ] RuntimeError: configparser.NoSectionError: No section: 'main'

Command ceph-deploy install admin datanode_dn2 fails with output: [ceph_deploy.install][INFO ] Distro info: rocky 9.1 blue onyx [admin][INFO ] installing Ceph on admin [admin][INFO ] Running command: sudo yum clean all [admin][DEBUG ] 57 files…
Kabira K
  • 133
  • 5
0
votes
0 answers

SQL always on cluster on RODC Environment

We are setting up an branch office which has couple of apps and DB servers, and RODC for authentication. we need to configure SQL always on cluster in that branch office. I have done it for RWDC but never done this set up in RODC Environment. I…
karthick
  • 327
  • 1
  • 4
  • 12
0
votes
1 answer

Zabbix DB connection support DNS SRV Records

I have Zabbix Mysql 3 node Innodb cluster, which gives 3 DNS SRV Records with Mysql Router endpoints. I need to configure Zabbix server and web DB connection as DB host (e.g _mysql._tcp.example.com), but it doesn't work. Are the any configuration…
Ritz
  • 1