Displaying 20 results from an estimated 10775 matches for "cluster".
2010 Feb 19
1
ocfs2 filesystem R/O in one node but not in the 2nd.
...following command on the node with the R/O issue:
fsck.ocfs2 -fn /dev/dm-23
Checking OCFS2 filesystem in /dev/dm-23:
label: oraCRSMeta
uuid: 71 df 25 70 8b 34 43 f8 a4 e7 cd 2c c5 66 84 27
number of blocks: 2209680
bytes per block: 4096
number of clusters: 2209680
bytes per cluster: 4096
max slots: 4
/dev/dm-23 was run with -f, check forced.
Pass 0a: Checking cluster allocation chains
[GROUP_FREE_BITS] Group descriptor at block 1709568 claims to have
32258 free bits which is more than 32237 bits indicated by the bitmap.
Drop its free...
2010 Jan 11
1
K-means recluster data with given cluster centers
K-means recluster data with given cluster centers
Dear R user,
I have several large data sets. Over time additional new data sets will be created.
I want to cluster all the data in a similar/ identical way with the k-means algorithm.
With the first data set I will find my cluster centers and save the cluster cent...
2005 Oct 12
2
Unable to access cluster service
hello,
I'm running Ubuntu Breezy with the OCFS2 modules in the standard kernel. I
installed ocfs2console and ocfs2-tools
I've formatted a partition with ocfs2. But I can't add any node or mount the
device(with the ocfs2console). because I get a "Unable to access cluster
service"
I can't find the cause nor the solution to this.
root@lenaeja:~# /etc/init.d/o2cb status
Module "sctp": Loaded
Module "configfs": Loaded
Filesystem "configfs": Mounted
Module "ocfs2_nodemanager": Loaded
Module "ocfs2_dlm": Loaded...
2012 Feb 23
2
Advice on exploration of sub-clusters in hierarchical dendrogram
Dear R user,
I am a biochemist/bioinformatician, at the moment working on protein
clusterings by conformation similarity.
I only started seriously working with R about a couple of months ago.
I have been able so far to read my way through tutorials and set-up my
hierarchical clusterings. My problem is that I cannot find a way to obtain
information on the rooting of specific nodes, i.e....
2010 May 05
5
Dynamic clustering?
Are there R packages that allow for dynamic clustering, i.e. where the
number of clusters are not predefined? I have a list of numbers that
falls in either 2 or just 1 cluster. Here an example of one that
should be clustered into two clusters:
two <- c(1,2,3,2,3,1,2,3,400,300,400)
and here one that only contains one cluster and would therefore...
2005 May 13
2
cluster results using fanny
Hi,
I am using fanny and I have estrange results. I am wondering if
someone out there can help me understand why this happens.
First of all in most of my tries, it gives me a result in which each
object has equal membership in all clusters. I have read that that
means "the clustering is entirely fuzzy". Looking at the graphics it
is really difficult to understand how objects with so different scores
for the variables have the same membership for all the clusters.
I also find estrange the fact that if I set K=3 (three clus...
2011 Oct 18
12
Unable to stop cluster as heartbeat region still active
Hi,
I have a 2 nodes ocfs2 cluster running UEK 2.6.32-100.0.19.el5,
ocfs2console-1.6.3-2.el5, ocfs2-tools-1.6.3-2.el5.
My problem is that all the time when i try to run /etc/init.d/o2cb stop
it fails with this error:
Stopping O2CB cluster CLUSTER: Failed
Unable to stop cluster as heartbeat region still active
There is no...
2003 Jun 17
2
Clustering quality measure
Hi all,
I am running a series of experiments where after manipulating my data I
run several clustering algorithms (agnes, diana and a clustering method
of my own) on the data. I wanted to determine which clustering method
did the best job, so therefore I had defined my own quality measure
using two criteria: compactness of the data within the clusters
themselves and the amount of seperation b...
2009 Nov 17
1
[PATCH 1/1] ocfs2/cluster: Make fence method configurable
...alling emergency_restart(). While this
scheme works well in production, it comes in the way during testing as it
does not let the tester take stack/core dumps for analysis.
This patch allows user to dynamically change the fence method to panic() by:
# echo "panic" > /sys/kernel/config/cluster/<clustername>/fence_method
Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
---
fs/ocfs2/cluster/nodemanager.c | 50 ++++++++++++++++++++++++++++++++++++++++
fs/ocfs2/cluster/nodemanager.h | 7 +++++
fs/ocfs2/cluster/quorum.c | 14 +++++++++-
3 files changed, 69...
2017 Aug 17
2
PAM Clustering
...to *the dissimilarity matrix using
*pam(as.dist(**MYData**), k = 10, diss = TRUE*)* code line?*
*Regards.*
On Thu, Aug 17, 2017 at 2:58 PM, Germano Rossi <germano.rossi at gmail.com>
wrote:
> try this
>
> MYdata <- read.csv2("data.txt",dec='.')
> library(cluster)
> cluster.pam = pam(MYdata,10)
> table(cluster.pam$clustering)
> filenameclu = paste("clusters", ".txt")
> write.table(cluster.pam$clustering, file=filenameclu,sep=",")
>
>
> 2017-08-17 10:28 GMT+02:00 Sema Atasever <s.atasever at gmail.com>...
2014 Aug 22
2
ocfs2 problem on ctdb cluster
Ubuntu 14.04, drbd
Hi
On a drbd Primary node, when attempting to mount our cluster partition:
sudo mount -t ocfs2 /dev/drbd1 /cluster
we get:
mount.ocfs2: Unable to access cluster service while trying to join the
group
We then call:
sudo dpkg-reconfigure ocfs2-tools
Setting cluster stack "o2cb": OK
Starting O2CB cluster ocfs2: OK
And all is well:
Aug 22 13:48:23 uc1 k...
2004 Feb 04
1
Clustering with 'agnes'
Hello,
I had a question regarding clustering using the agnes() function from the 'cluster' package.
I was wondering if anyone knew how I can identify cluster points after running the agnes function.
For example, I created a dataset with points randomly scattered around (0,0), (0,1) and (1,0). After clustering, the dendrogram sho...
2017 Aug 17
0
PAM Clustering
try this
MYdata <- read.csv2("data.txt",dec='.')
library(cluster)
cluster.pam = pam(MYdata,10)
table(cluster.pam$clustering)
filenameclu = paste("clusters", ".txt")
write.table(cluster.pam$clustering, file=filenameclu,sep=",")
2017-08-17 10:28 GMT+02:00 Sema Atasever <s.atasever at gmail.com>:
> Dear Authorized Sir / Mad...
2010 Feb 24
2
renaming a OCFS2 cluster
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi everyone,
another problem I did not find a solution for...
I ran "o2cb configure" and configured a cluster named "ocfs2". Lazy me,
I did not invent a new name.
Now this cluster must be renamed to avoid confusion, the name has to
change to "sapcluster".
I changed /etc/ocfs2/cluster.conf to the new name and ran "o2cb
configure" again, but to no avail:
- ---snip---
# rco2cb...
2017 Aug 17
2
PAM Clustering
[This email is either empty or too large to be displayed at this time]
2008 Jun 13
3
cluster.stats
Dear list,
I just tried to use the function cluster.stat in the package fpc.
I just have a couple of questions about the syntax:
cluster.stats(d,clustering,alt.clustering=NULL,
silhouette=TRUE,G2=FALSE,G3=FALSE)
1) the distance object (d) is an object obtained by the function dist() on
my own original matrix?
2) clustering is the clusters vector a...
2007 Jan 18
6
Cluster with two i386 pcs!
I want to make a cluster with two simple (INTEL SATA) pcs using CentOS,
my question is? Is there something easiest than Linux RedHat Cluster
Manager to make a cluster using CentOS with just two pcs?
Regards,
Israel
2009 Oct 21
1
Use of the command 'replicate'
Dear R users,
I'd like to ask u whether you know how to sort out the following:
I'm trying to reproduce a dataset of clusters, and for that I need to build
up a cluster index (inside a function) using the command "replicate" as
follows:
dataset<- function(
clusters=100,
cluster.size=50,
outcome.mean=list(mean=3, sd=1),
outcome.var=list(mean=0, sd=1),
treat=1,
unbal = FALSE){
if(clusters%%2!=0) stop("...
2019 Dec 28
1
GFS performance under heavy traffic
...ive.
>
> P.S: I'm wondering how 'performance.cache-size' can both be 32 MB and 128 MB. Please double-check this (maybe I'm reading it wrong on my smartphone) and if needed raise a bug on bugzilla.redhat.com
>
> P.S2: Please? provide? 'gluster volume info' as 'cluster.quorum-type' ->? 'none' is not normal for replicated volumes (arbiters are using in replica volumes)
>
> According to the dooutput (otps://docs.gluster.org/en/latest/Administrator%20Guide/arbiter-volumes-and-quorum/) :
>
> Note:?Enabling the arbiter feature?automatically?...
2009 Feb 20
2
cluster analysis: mean values for each variable and cluster
Hi all!
I'm new to R and don't know many about it. Because it is free, I managed to
learn it a little bit.
Here is my problem: I did a cluster analysis on 30 observations and 16
variables (monde, figaro, liberation, etc.). Here is the .txt data file:
"monde","figaro","liberation","yespeople","nopeople","bxl","europe","ue","union_eur","other&quo...