Displaying 15 results from an estimated 15 matches similar to: "Barplot with confidence intervals"
2013 May 28
3
Load Balancing and HA
Hello,
I've been thinking about the best way to achieve load balancing and making
my mail servers highly available. So far I believe I have 2 scenarios:
Scenario1: This should allow any to lose any of the servers and clients
still have access to their emails (although I am not sure how the indexes
would react to this and sudden disconnection)
- 2 Dovecot Proxy servers, using a
2012 Jan 13
1
Portfolio Optimization
Hi,
I'm an R newbie and I've been struggling with a optimization problem for
the past couple of days now.
Here's the problem - I have a matrix of expected payouts from different
stock option strategies. Each column in my matrix represents a different
stock and each row represents the return to the strategy given a certain
market move. So the rows are not a time series of percentage
2017 Jul 05
1
How can I make the legend in ggplot2 the same height as my plot?
Hi R Users,
I tried to increase the legend height in ggplot2, but it did not respond at all using the follwoing code. Do you have any suggestions for me?
dat<-data.frame(temperature)
P1<-ggplot(dat, aes(X, Y))
Scenario1<-P1+geom_point(aes(colour = value), size = 1)+ theme_bw()+ theme(axis.text.x = element_blank(),axis.text.y = element_blank())
2004 Jan 19
3
Getting correct CDR info
I'd like to know how everyone else is going about getting correct CDR
information for calls. Right now I notice that if a call come in and gets
parked the CDR info doesn't how the correct info on who picked that call up,
also when someone transfer a call there isn't a new record being made so the
duration of the call shows up for who received the call and transferred it.
I started
2008 Feb 13
1
Samba and the InterWeb
Hi,
We have an office-based Windows-locked publishing system whose only
delivery mechanism is to write to a local filesystem, and a requirement
for its output to be available to a collocated production environment
comprising Solaris and Linux boxes. The 'obvious' solution was to run a
Samba server on one of the collocated Linux boxes and mount the share it
provides on the relevant
2017 Aug 29
2
Glusterd proccess hangs on reboot
Here is the requested logs:
https://www.dropbox.com/s/vt187h0gtu5doip/gluster_logs_20_40_80_servers.zip?dl=0
On Tue, Aug 29, 2017 at 7:48 AM, Gaurav Yadav <gyadav at redhat.com> wrote:
> Till now I haven't found anything significant.
>
> Can you send me gluster logs along with command-history-logs for these
> scenarios:
> Scenario1 : 20 servers
> Scenario2 : 40
2017 Aug 29
0
Glusterd proccess hangs on reboot
Till now I haven't found anything significant.
Can you send me gluster logs along with command-history-logs for these
scenarios:
Scenario1 : 20 servers
Scenario2 : 40 servers
Scenario3: 80 Servers
Thanks
Gaurav
On Mon, Aug 28, 2017 at 11:22 AM, Serkan ?oban <cobanserkan at gmail.com>
wrote:
> Hi Gaurav,
> Any progress about the problem?
>
> On Thursday, August 24,
2017 Aug 29
2
Glusterd proccess hangs on reboot
Here is the logs after stopping all three volumes and restarting
glusterd in all nodes. I waited 70 minutes after glusterd restart but
it is still consuming %100 CPU.
https://www.dropbox.com/s/pzl0f198v03twx3/80servers_after_glusterd_restart.zip?dl=0
On Tue, Aug 29, 2017 at 12:37 PM, Gaurav Yadav <gyadav at redhat.com> wrote:
>
> I believe logs you have shared logs which consist of
2017 Aug 29
0
Glusterd proccess hangs on reboot
I believe logs you have shared logs which consist of create volume followed
by starting the volume.
However, you have mentioned that when a node from 80 server cluster gets
rebooted, glusterd process hangs.
Could you please provide the logs which led glusterd to hang for all the
cases along with gusterd process utilization.
Thanks
Gaurav
On Tue, Aug 29, 2017 at 2:44 PM, Serkan ?oban
2017 Aug 29
0
Glusterd proccess hangs on reboot
glusterd returned to normal, here is the logs:
https://www.dropbox.com/s/41jx2zn3uizvr53/80servers_glusterd_normal_status.zip?dl=0
On Tue, Aug 29, 2017 at 1:47 PM, Serkan ?oban <cobanserkan at gmail.com> wrote:
> Here is the logs after stopping all three volumes and restarting
> glusterd in all nodes. I waited 70 minutes after glusterd restart but
> it is still consuming %100 CPU.
2012 Oct 08
1
Any better way of optimizing time for calculating distances in the mentioned scenario??
Dear All,
I'm dealing with a case, where 'manhattan' distance of each of 100
vectors is calculated from 10000 other vectors. For achieving this,
following 4 scenarios are tested:
1) scenario 1:
> x<-read.table("query.vec")
> v<-read.table("query.vec2")
> d<-matrix(nrow=nrow(v),ncol=nrow(x))
> for (i in 1:nrow(v)){
+ d[i,]<-
2009 Aug 11
9
can''t add vlans successfully
Hi,
I want to add 2 vlans by the following steps:
1. add the vlan interfaces:
vconfig add eth0 100 --vlan100
vconfig add eth0 101 --vlan101
2. modify the network-bridge script by the websit,
http://wiki.xensource.com/xenwiki/XenNetworking#head-04ebcc1760dbc4678e83b116afa310dc0612dc39
Comment each time ifup or ifdown commands are executed.The reason
is that ifdown ends with
2017 Aug 28
2
Glusterd proccess hangs on reboot
Hi Gaurav,
Any progress about the problem?
On Thursday, August 24, 2017, Serkan ?oban <cobanserkan at gmail.com> wrote:
> Thank you Gaurav,
> Here is more findings:
> Problem does not happen using only 20 servers each has 68 bricks.
> (peer probe only 20 servers)
> If we use 40 servers with single volume, glusterd cpu %100 state
> continues for 5 minutes and it goes to
2008 Jun 17
1
Confused - which is the correct Story API
Hi,
I am confused (a normal state for me) about the State-Of-The-Art Story
API to use.
examples/calculator.rb has one syntax, the Blogs have another Syntax,
so do the various tutorials.
I realize that Stories are ongoing work, but it would be nice if there
were something I could refer to to make sure that I am not using a
syntax that will soon be deprecated, and that I am doing "what is
2008 Jan 02
9
lustre quota problems
Hello,
I''ve several problems with quota on our testcluster:
When I set the quota for a person to a given value (e.g. the values which
are provided in the operations manual), I''m able to write exact the amount
which is set with setquota.
But when I delete the files(file) I''m not able to use this space again.
Here is what I''ve done in detail:
lfs checkquota