Displaying 4 results from an estimated 4 matches for "kester".
Did you mean:
tester
2002 Mar 19
3
plot with the axes at xlim and ylim
...- c(0,10)
ylim <- c(0,11)
plot(c(1:9),c(1:9),axes=F,xlim=xlim,ylim=ylim)
axis(1,pos=ylim[1])
axis(2,pos=xlim[1])
axis(3,pos=ylim[2],labels=F)
axis(4,pos=xlim[2],labels=F)
The problem here is that the vertical axes are not long enough.
Is there an easier way to get what I want?
Thanks,
Arnold Kester
--
Met vriendelijke groet,
Arnold Kester
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", n...
2017 Dec 05
0
Rebooting cluster nodes - GFS3.8
...of rolling reboots for software / kernel
upgrades in the manner you've described this way.
The one gotcha I've found is when the node comes back online. I
manually check healing to ensure that everything is synced and back
online before taking other nodes offline.
---
Thanks,
Andrew Kester
The Storehouse
https://sthse.co
On 12/5/17 10:40 AM, Mark Connor wrote:
> I am running gluster ver 3.8 in a distributed replica 2 config. I?need
> to reboot all my 8 cluster nodes to update my bios firmware.??I would
> like to do a rolling update to my bios and keep up my cluster so my...
2017 Dec 05
2
Rebooting cluster nodes - GFS3.8
I am running gluster ver 3.8 in a distributed replica 2 config. I need to
reboot all my 8 cluster nodes to update my bios firmware. I would like to
do a rolling update to my bios and keep up my cluster so my clients don't
take an outage. Do I need to shutdown all gluster services on each node
before I reboot? Or just issue the reboot.
-------------- next part --------------
An HTML attachment
2008 Jul 30
2
Mysql "lock wait timeout" tuning
We''re seeing these errors intermittently:
###
Mysql::Error: Lock wait timeout exceeded; try restarting transaction:
UPDATE `chairs` SET `published_at` = NULL, `updated_at` = ''2008-07-30
15:31:05'' WHERE `id` = 2147
[RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
connection_adapters/abstract_adapter.rb:147:in `log''
###
The root issue is probably