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
3 answers

Multiport NICs in servers and clusters

I wanted to know are multi-port NICs common in server systems? E.g in clustering are they used always?
Jim
  • 335
  • 2
  • 4
  • 8
0
votes
1 answer

Built local glibc, broke system, how do I ssh without parsing the .bashrc?

The cluster I am on had really old build tools and I needed to use CUDA5. I'm a pretty clever dude and I planned on building the necissary tools. So, I built a local copy of gcc, bintools, and glibc. Everything a CUDA5 could want. All builds…
Mikhail
  • 204
  • 3
  • 13
0
votes
1 answer

Logging in user in Windows 2008 server using LogonUser fails on LogonType LOGON32_LOGON_SERVICE

I am using LogonUser function to logon an account to Windows 2008 R2 server on a domain with clusterring. When using LOGON32_LOGON_INTERACTIVE as LogonType, I successfully login. When using LOGON32_LOGON_SERVICE as LogonType, Login fails,…
Ofiris
  • 243
  • 1
  • 3
  • 9
0
votes
1 answer

What is the distance limit for Continuous Cluster Replication?

I have heard there is a limit to the distance which you can get Continuous Cluster Replication to work properly. Anyone have any insight on this? If so, What is the latency threshold where the CCR capability begins to break down? Assuming ideal…
user13846
  • 266
  • 1
  • 7
0
votes
1 answer

Get the Cluster Owning node name using powershell

Cluster Resource "Cluster Disk" fetching the data Listing status for resource 'SQL Server (CLUSTER)': Resource Group Node Status Cluster Disk Cluster Disk Node1 Online How can i parse…
Nida Sahar
  • 103
  • 2
  • 5
0
votes
1 answer

Mounting vmfs5 under linux?

Can anyone tell me if there is a safe (i.e. data won't be corrupted) a VMFS 5 filesystem under linux, where the VMFS 5 filesystem is already mounted by several ESXi hosts in a vSphere cluster?
Jason Tan
  • 2,752
  • 2
  • 17
  • 24
0
votes
1 answer

SGE Auto configured consumable resource?

I am using a tool called starcluster http://star.mit.edu/cluster to boot up an SGE configured cluster in the amazon cloud. The problem is that it doesn't seem to be configured with any pre-set consumable resources, excepts for SLOTS, which I don't…
0
votes
1 answer

SQL Server 2008 instance's listening on mulitple ports on a cluster

I have three SQL Server 2008 instances running on a cluster. SQLInstance1 is listening on default port 1433, SQLInstance2 is listening on port 39999 and SQLInstance3 is listening on port 49999. Can SQLInstance2 listen on port 39999 and 49999 when…
0
votes
3 answers

Clustering a web server

With 4 servers with OpenSuse is it possible to cluster them all together to run websites? What is involved in clustering and is anything special needed to cluster the machines together so they work as one? Do you need a special OS?
Jake Mach
  • 11
  • 1
  • 1
  • 3
0
votes
1 answer

Sphinx search on RHEL / CentOS MySQL cluster

Is it possible to add a new resource type to an RHEL or CentOS 6.x cluster, in order to allow Sphinx fulltext search to run alongside MySQL? The clusters are managed using luci/ricci and cman.
Terence Johnson
  • 463
  • 4
  • 12
0
votes
1 answer

How can I get all resources that of a particular resource type using cluster.exe?

On a Windows failover cluster environment, we can use the command cluster resourcetype to get all available resource types. My question is, how can I get all the resources that is belong to this resource type? Thanks.
user130268
  • 111
  • 4
0
votes
2 answers

low performance on HPC cluster (sge) when running multiple jobs

O know this is a long-shot but I'm clueless here. I'm running several computer simulations on High Performance Computation cluster (HPC) of oracale grid engine (sge). A single job runs at a certain speed (roughly 80 steps per second) when I add jobs…
Yotam
  • 101
0
votes
1 answer

HP P2000 G3 MSA (SAS) - Configuring 2 Hosts to use the same volume (cluster)

I have got 2 x HP DL360 G7 servers with the sc08 controller cards installed, and dual controller P2000 G3, the cabling is a single cable from each server to the controlelr cards (using SAS port 1 on each controller). I have got the disk array all…
0
votes
1 answer

Building Windows Failover clusters, re-use quorum drives?

I'm building a series of virtual failover clusters, 2 for SQL, and 1 for BizTalk. Being that it is a Proof of concept virtual setup with no real expectations around high availability, is it possible to use the same quorum drive between clusters?
0
votes
2 answers

Immortal application

(TL;DR: last paragraph) I'm running an online service and have thusfar been doing offline backups and simple monitoring to achieve resilience and availability. Resilience is rather manual but I'm fairly confident it the data will survive. I worry…
Lodewijk
  • 111
  • 3