Displaying 20 results from an estimated 68 matches for "cluster1".
Did you mean:
cluster
2012 Sep 29
1
quota severe performace issue help
...led________________________________________
-sh-4.1$ sudo gluster volume info test_replica2_dis4
Volume Name: test_replica2_dis4
Type: Distributed-Replicate
Volume ID: 9004b9d8-88f9-4312-9c22-1f1a62fd9784
Status: Started
Number of Bricks: 4 x 2 = 8
Transport-type: tcp
Bricks:
Brick1: bjzw.miaoyan.cluster1.node1.qiyi.domain:/mnt/xfsd/test_replica2_dis4
Brick2: bjzw.miaoyan.cluster1.node2.qiyi.domain:/mnt/xfsd/test_replica2_dis4
Brick3: bjzw.miaoyan.cluster1.node3.qiyi.domain:/mnt/xfsd/test_replica2_dis4
Brick4: bjzw.miaoyan.cluster1.node4.qiyi.domain:/mnt/xfsd/test_replica2_dis4
Brick5: bjzw.miaoyan....
2005 Dec 12
0
configuring squirrelmail with tls for both imap & smtp on FC3 with dovecot & postfix
...s/ssl support.In config.php i have
choosen use_imap_tls=true and use_smpt_tls=true.
Moreover If I send any mail from squirrelmail there are no entries for ssl
or tls in maillogs whereas If I send the mail through evolution I can see
tls/ssl entries in maillogs.
starting TLS engine
Dec 12 12:30:08 cluster1 postfix/smtpd[7965]: setting up TLS connection from
[192.168.1.68]
Dec 12 12:30:08 cluster1 postfix/smtpd[7965]: SSL_accept:before/accept
initialization
Dec 12 12:30:08 cluster1 postfix/smtpd[7965]: SSL_accept:error in SSLv2/v3
read client hello A
Dec 12 12:30:08 cluster1 postfix/smtpd[7965]: SSL_a...
2008 Nov 07
0
Cluster Broken pipe Error & node Reboot
...oted after analysed the logs it is
throwing below errors on syslog.I want to know what might cause this
type of error and also after analysed the sar output indicates there
was no load on the server at the time system get rebooted as well as
on the time i am getting I/O Hang error.
Nov 3 14:23:00 cluster1 clulockd[1996]: <warning> Denied 20.1.2.162:
Broken pipe
Nov 3 14:23:00 cluster1 clulockd[1996]: <err> select error: Broken pipe
Nov 3 14:23:06 cluster1 clulockd[1996]: <warning> Denied 20.1.2.162:
Broken pipe
Nov 3 14:23:06 cluster1 clulockd[1996]: <err> select error: Br...
2004 Apr 12
2
FW: cluster1 error
I am trying to use:
ocfs-support-1.0.10-1
ocfs-2.4.21-EL-smp-1.0.11-1
ocfs-tools-1.0.10-1
with RedHat AS 3.0, 2-node cluster with shared SCSI. 2 dell 1650s, dual
CPUs, PERC 3/DC cards chained to a PowerVault 220S.
I am using lvm, and here is my layout:
[root@cluster1 archive]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 32G 5.1G 25G 17% /
/dev/sda1 99M 15M 79M 16% /boot
none 1.8G 0 1.8G 0% /dev/shm
/dev/Volume00/lvol44 98G 9.3G 89G 10% /oraback
/dev/Volume00/lvol3...
2018 Jan 15
2
consolidate three function into one
...ed on screen.
Ding
# function to generate RFS curves
RFS <- function( inputfile, N ) {
cluster<- survfit(Surv(RFS_days2, OV_Had_a_Recurrence_CODE) ~ clusters,
data = inputfile)
if( N==2) {palette <- c("red", "black")
legend.labs <- c("Cluster1", "Cluster2")
}
else if(N==3) {palette <- c("red", "black", "green")
legend.labs <- c("Cluster1", "Cluster2", "Cluster3")
}
else {palette <- c("red"...
2007 Apr 10
1
Several clusters in the same matchine
Hi,
is it possible to have several ocfs2 clusters in the same machine?
We have webserver1 and webserver2 that should belong to cluster1 and
cluster2 "workgroup".
Cluster1 should be made of webserver1, webserver2 and application_server1
Cluster2 should be made of webserver1, webserver2 and application_server2
Is this possible?
Thanks,
Nuno Fernandes
2018 Jan 14
2
consolidate three function into one
...nerate RFS
RFS <- function( inputfile, N ) {
cluster<- survfit(Surv(RFS_days2, OV_Had_a_Recurrence_CODE) ~ clusters,
data = inputfile)
if( N==2) {palette <- c("red", "black")
legend.labs <- c("Cluster1", "Cluster2")
}
else if(N==3) {palette <- c("red", "black", "green")
legend.labs <- c("Cluster1", "Cluster2", "Cluster3")
}...
2018 Jan 15
0
consolidate three function into one
...nction to generate RFS curves
> RFS <- function( inputfile, N ) {
> cluster<- survfit(Surv(RFS_days2, OV_Had_a_Recurrence_CODE) ~ clusters,
> data = inputfile)
> if( N==2) {palette <- c("red", "black")
> legend.labs <- c("Cluster1", "Cluster2")
> }
>
> else if(N==3) {palette <- c("red", "black", "green")
> legend.labs <- c("Cluster1", "Cluster2", "Cluster3")
> }
> else {p...
2018 Jan 14
0
consolidate three function into one
...ction( inputfile, N ) {
> cluster<- survfit(Surv(RFS_days2, OV_Had_a_Recurrence_CODE) ~ clusters,
> data = inputfile)
>
> if( N==2) {palette <- c("red", "black")
> legend.labs <- c("Cluster1", "Cluster2")
> }
>
> else if(N==3) {palette <- c("red", "black", "green")
> legend.labs <- c("Cluster1", "Cluster2", "Cluster3")
>...
2018 Jan 15
1
consolidate three function into one
...ed on screen.
Ding
# function to generate RFS curves
RFS <- function( inputfile, N ) {
cluster<- survfit(Surv(RFS_days2, OV_Had_a_Recurrence_CODE) ~ clusters,
data = inputfile)
if( N==2) {palette <- c("red", "black")
legend.labs <- c("Cluster1", "Cluster2")
}
else if(N==3) {palette <- c("red", "black", "green")
legend.labs <- c("Cluster1", "Cluster2", "Cluster3")
}
else {palette <- c("red"...
2019 Jun 14
1
MultiMaster dsync (cluster1 cluster2 cluster3)
Will MultiMaster dsync work fine or will be big problems ?
I configured dovecot to dsync
from serv1 to serv2 to serv3 and repeat to serv1 to serv2 to serv3 and
repeat...
When email received to serv2, it will be synced to serv3, and serv3 will
sync it to serv1, and serv1 will sync it to serv2 and will stop here
because emails matched.
What problems can be with this kind of configuration ?
2009 Feb 02
0
Using Information from the Stats4 package in base envir
...rnorm(n, 0, sigmaB);
respA = a0 +a1*x1 + eA; respB = b0 +b1*x1 + eB; #Responses
#K-Means Clustering
resp1 = c(respA, respB);#Put response into single vector for k-means
x12 = rep(x1,nummod); #Put explanatory into a single vector
data1 = data.frame(resp1, x12) #Data frame for kmeans
cluster1 = kmeans(data1, 2, nstart=25)$cluster #Obtain cluster labels
data1 = data.frame(data1 ,cluster1)#Cluster labels in third column
data10 = subset(data1, cluster1==1)
data11 = subset(data1, cluster1==2)
model10 = lm(resp1 ~ x12, data10)#It works using the subset data frame
model1 = lm(resp1 ~ x12...
2012 Jun 06
0
heatmap.2 clustering and adding add.expr
...SE,dendrogram="none",Rowv=FALSE,col=redgreen(25),
density.info
="none",trace="none",add.expr={makeRects(sig,"orange")},revC=TRUE)
I want to create a heatmap with clustering and reordering but my sig matrix
is according to unordered matrix .
I tried usings
cluster1<-hclust(dist(d874n))
cluster1$order
The resulting order of columns on the dendrogram is not same as on heatmap
with
heatmap.2(ex2$cor,Colv=FALSE,dendrogram="none",Rowv=FALSE,col=redgreen(25),
density.info="none",trace="none",revC=TRUE)
if i get this cluster1$order...
2016 Apr 12
1
Dissimilarity matrix and number clusters determination
Hi,
I already have a dissimilarity matrix and I am submitting the results to
the elbow.obj method to get an optimal number of clusters. Am I reading
the below output correctly that I should have 17 clusters?
code:
top150 <- sampleset[1:150,]
{cluster1 <- daisy(top150
, metric = c("gower")
, stand = TRUE
, type = list(symm = 1))
}
dist.obj <- dist(cluster1)
hclust.obj <- hclust(dist.obj)
css.obj <- css.hclust(dist.obj,hclust.obj)
elbow.obj <- elbow.batch(css.obj)...
2005 Sep 21
2
locking.tdb: expand_file ftruncate to 8192 failed (Permission denied)
Hi,
I'm hunting a bug in 3.0.x (tested on 3.0.10 and 3.0.20). Users can
create and modfy files, but cannot delete them. The logs show
[2005/09/21 20:48:14, 0, pid=18388, effective(4019, 412), real(4019, 0)] tdb/tdbutil.c:tdb_log(767)
tdb(/srv/physik.fu-berlin.de/data/.samba/cluster1-test/cache/locking.tdb): expand_file ftruncate to 8192 failed (Permission denied)
[2005/09/21 20:48:15, 0, pid=18388, effective(4019, 412), real(4019, 0)] tdb/tdbutil.c:tdb_log(767)
tdb(/srv/physik.fu-berlin.de/data/.samba/cluster1-test/cache/locking.tdb): expand_file ftruncate to 8192 failed (Pe...
2002 May 24
1
Fisher
Hello.
I had a big collection of Web pages. Now I have this collection divided into
clusters. Every page can be relevant or not. I made a table:
relevant non relevant
cluster1 1 20
cluster2 0 15
cluster3 3 35
. . .
. . .
. . .
I cluster1 I have 21 Web pages, 1 relevant and 20 no.
I want to find if relevant pages tend to stay in some clusters, and so...
2009 Feb 01
2
Using arrays to generate parameters
..."class2", "class3"]
"parameters":
"hostname": "a"
"name": "a"
"domain": "b.com"
"fqdn": "a.b.com"
"group": "<host group>"
"clusters": ["cluster1", "cluster2", "cluster3", "cluster4"]
In my puppet manifests, I would like to be able to use the elements in
the clusters array to generate multiple files to use for the source
parameter of the file type. For example, given the above YML, I''d like
the en...
2004 Mar 31
4
Removing leading and trailing spaces (string manipulation)
Hi all,
I'm running the following code to generate 40 different jpegs based on the resulting data. I'd like the file names to be 'Cluster1.jpeg', however the code write filenames like 'Cluster 1 .jpeg'.
How can I get rid of the unwanted spaces? I've looked at ?format and it doesn't seem to work - at least in this context.
###################
ClusCount <- 40
datain <- as.data.frame( read.csv("c:\\dac...
2008 Jul 07
2
Colour clusters in a 2d plot
R experts,
I have three columns. c1 and c2 are numeric variables whereas c3 are the
clusters classes (nominal variable, 10 different: cluster1, cluster2,
cluster3, cluster4, cluster5 ....). I'd like to plot c1 against c2 (easy!)
in a 2D plot and put different color depending to the cluster class
automatically regardless the number of clusters.
Could anyone give a hand?
Josep Maria,
matrix <- read.table(fileName, header=TRUE, se...
2018 Jan 14
0
consolidate three function into one
...pval = TRUE,
font.x = 16,
font.y = 16,
font.tickslab = 14,
font.legend =c(14,"plain","black"),
legend = "bottom",
legend.title = "Tree Cluster",
legend.labs = c("Cluster1", "Cluster2"), lty=1, lwd=3)
}
RFS3cluster <- function( inputfile ) {
cluster3<- survfit(Surv(RFS_days, OV_Had_a_Recurrence_CODE) ~ clusters,
data = inputfile)
ggsurvplot(cluster3, data = inputfile, risk.table = F,
palette = c("red...