Re: [Pacemaker] all pacemaker configuration at one time

2013-02-22 Thread Felipe Gutierrez
l Message - > > From: "Felipe Gutierrez" > > To: "The Pacemaker cluster resource manager" < > pacemaker@oss.clusterlabs.org>, pacema...@clusterlabs.org > > Sent: Friday, February 22, 2013 1:38:07 PM > > Subject: [Pacemaker] all pacemaker configuration

[Pacemaker] all pacemaker configuration at one time

2013-02-22 Thread Felipe Gutierrez
Hi all I have on configuration that I want to push in the pacemaker at one time. How do I do it? Instead to use crm configure command and type all configurations? # crm configure property no-quorum-policy=ignore # crm configure property stonith-enabled=false primitive net_conn ocf:pacemaker:pin

Re: [Pacemaker] Pacemaker is not automatically mounting the DRBD partitions

2013-02-14 Thread Felipe Gutierrez
Hi Cristiane, I am new on pacemaker. To mount the partitions automaticly you are using ocf:heartbeat:Filesystem. On my configuration I create folders at /mnt/myPartition. This is my configuration: # crm configure property no-quorum-policy=ignore # crm configure property stonith-enabled=false pri

Re: [Pacemaker] Dual primary drbd resouce not promoted on one host

2013-02-05 Thread Felipe Gutierrez
Hi Jürgen, I am beginner with Pacemaker and I don't know if I can help. But my configuration is working well. Here is: # crm configure property no-quorum-policy=ignore # crm configure property stonith-enabled=false primitive net_conn ocf:pacemaker:ping \ params pidfile="/var/run/ping.pid" \

[Pacemaker] Xen or KVM on pacemaker

2013-01-29 Thread Felipe Gutierrez
Hi everyone, I am currently working with DRBD+Corosync+Pacemaker to share a partition on disk. # crm_mon -1 -V Last updated: Tue Jan 29 14:01:07 2013 Last change: Tue Jan 29 11:10:25 2013 via cibadmin on cloud15 Stack: openais Current DC: cloud15 - partition WITHOUT quorum Version: 1.

Re: [Pacemaker] pacemaker on F18

2013-01-25 Thread Felipe Gutierrez
I have on Ubuntu 12.04 https://sites.google.com/site/lipe82/Home/diaadia/corosync-pacemaker Felipe On Fri, Jan 25, 2013 at 1:41 PM, E-Blokos wrote: > ** > Hi, > > is there any PDF of installation and configuration of pacemaker/corosync > on Fedora 18 ? > > Thanks > > ___

Re: [Pacemaker] [Linux-HA] Which language Pacemaker is written?

2013-01-11 Thread Felipe Gutierrez
Thanks, I didn't know this site. Felipe On Fri, Jan 11, 2013 at 9:45 AM, Dan Frincu wrote: > Hi, > > From https://www.ohloh.net/p/pacemaker?ref=sample > > C 76% > Python 8% > shell script 6% > Other 10% > > HTH, > Dan > > On Fri, Jan 11, 2013 a

[Pacemaker] Which language Pacemaker is written?

2013-01-11 Thread Felipe Gutierrez
Hi everyone, I am writing a school work about program languages and I want to research about Pacemaker and its program language. Which language Pacemaker is written? I search at internet and this person said about Erlang http://manavar.blogspot.com.br/2012/02/cluster-software-pacemaker-erlang-and

Re: [Pacemaker] DRBD secondary to primary when primary lost connection

2013-01-10 Thread Felipe Gutierrez
_8; address 192.168.188.10:7789; meta-disk internal; } on cloud8 { device /dev/drbd8; disk /dev/vg_8/lv_8; address 192.168.188.8:7789; meta-disk internal; } } On Thu, Jan 10, 2013 at 3:40 AM, Andrew Beekhof wrote: > On Sun, Dec 16, 2012 at 2:31 PM, Felipe Gutierrez >

Re: [Pacemaker] Split-brain on DRBD + Corosync/Pacemaker

2012-12-20 Thread Felipe Gutierrez
Thanks Soni, I will discuss it with my professor. Thanks, Felipe On Thu, Dec 20, 2012 at 12:26 AM, Soni Maula Harriz < soni.har...@sangkuriang.co.id> wrote: > bonding in network -- *-- -- Felipe Oliveira Gutierrez -- felipe.o.gutier...@gmail.com -- https://sites.google.com/site/lipe82/Home

Re: [Pacemaker] Split-brain on DRBD + Corosync/Pacemaker

2012-12-19 Thread Felipe Gutierrez
necessary? How do I configure it? I tried once but My machine couldn't reboot because stonith process was blocking and I give up to use it. Thanks Felipe On Wed, Dec 19, 2012 at 3:43 PM, Digimer wrote: > On 12/19/2012 06:21 AM, Felipe Gutierrez wrote: > > Hi everyone, > >

Re: [Pacemaker] Split-brain on DRBD + Corosync/Pacemaker

2012-12-19 Thread Felipe Gutierrez
of split-brain of DRBD. I didn't understand well why yet. But at least, my system worked :) Thanks! Felipe On Wed, Dec 19, 2012 at 2:34 PM, Felipe Gutierrez < felipe.o.gutier...@gmail.com> wrote: > Hi Soni, thanks for reply, > > I understood that is not possible if I don

Re: [Pacemaker] Split-brain on DRBD + Corosync/Pacemaker

2012-12-19 Thread Felipe Gutierrez
/failover-testing-some-technical-background > http://www.drbd.org/users-guide-8.3/s-prepare-network.html > > On Wed, Dec 19, 2012 at 6:21 PM, Felipe Gutierrez < > felipe.o.gutier...@gmail.com> wrote: > >> Hi everyone, >> >> I have a scenario that I disconnect my primar

[Pacemaker] Split-brain on DRBD + Corosync/Pacemaker

2012-12-19 Thread Felipe Gutierrez
Hi everyone, I have a scenario that I disconnect my primary from the network and the secondary assume, becaming primary. After this, I connect the younger primary, and both nodes became secondary(DRBD), or Slave on Pacemaker. It is because DRBD on younger Primary is Standalone and Outdated. It is

[Pacemaker] resource lsb:vz on pacemaker

2012-12-16 Thread Felipe Gutierrez
Hi, I am trying to add a resource lsb:vz and I get this error. Does anyone know how to solve? I don't know much about this resource. crm(live)configure# primitive vz_svc lsb:vz op monitor interval=10s lrmadmin[23059]: 2012/12/16_11:12:31 ERROR: lrm_get_rsc_type_metadata(578): got a return code HA

Re: [Pacemaker] DRBD secondary to primary when primary lost connection

2012-12-15 Thread Felipe Gutierrez
60" params host_list="10.1.1.1" multiplier="100" clone ping_clone ping_gateway meta interleave="true" location grupo_ping grupo_ip_drbd rule -inf: not_defined pingd or pingd lte 0* Could someone help, please? Thanks Felipe On Sat, Dec 15, 2012 at 10:46 PM, Felipe

[Pacemaker] DRBD secondary to primary when primary lost connection

2012-12-15 Thread Felipe Gutierrez
Hi everyone, I did this configuration on my corosync(pacemaker) and my iintend was to failover the IP and the DRBD secondary to primary, when the master/primary lost connection. I was thinking if I configure the IP floating and create a group to it, it will carry on the DRBD to primary on the othe

Re: [Pacemaker] Configuring DRBD + Pacemaker for Filesystem

2012-12-15 Thread Felipe Gutierrez
Never mind, my resource drdb should be r1 insted of drbd1. On Sat, Dec 15, 2012 at 6:13 PM, Felipe Gutierrez < felipe.o.gutier...@gmail.com> wrote: > drbd1 -- *-- -- Felipe Oliveira Gutierrez -- felipe.o.gutier...@gmail.com -- https://sites.google.com/site/lipe82/Hom

[Pacemaker] Configuring DRBD + Pacemaker for Filesystem

2012-12-15 Thread Felipe Gutierrez
Hi everyone, I did this configuration on my corosync, but I am getting some errors. I did it before in other two computers but now this is not working anymore. Does anyone have any hint please? Thanks in advance, felipe crm configure primitive drbd ocf:linbit:drbd params drbd_resource="drbd1" o

Re: [Pacemaker] problem with float IP with pacemaker

2012-12-13 Thread Felipe Gutierrez
Thanks, I did crm configure location prefer-cloud11 ClusterIP 1: cloud11 On Thu, Dec 13, 2012 at 5:59 PM, Jake Smith wrote: > Location preference for the master -- *-- -- Felipe Oliveira Gutierrez -- felipe.o.gutier...@gmail.com -- https://sites.google.com/site/lipe82/Home/diaadia* __

[Pacemaker] problem with float IP with pacemaker

2012-12-13 Thread Felipe Gutierrez
Hi, I tryed to make this configuration of failover floating IP on my cluster: on the master: crm configure primitive ClusterIP ocf:heartbeat:IPaddr2 params ip=192.168.188.80 cidr_netmask=32 op monitor interval=30s commit After this I configured the quorum: crm configure property no-quorum-policy