Re: [Pacemaker] IPaddr2 cloned address doesn't survive node standby

2013-05-19 Thread Andreas Ntaflos
On 2013-05-17 22:07, Jake Smith wrote: >> primitive p_ip_service_ns ocf:heartbeat:IPaddr2 \ >>params ip="192.168.114.17" cidr_netmask="24" nic="eth0" \ >> clusterip_hash="sourceip-sourceport" > > netmask should be 32 if that's supposed to be a single IP load balanced. I've been wondering

[Pacemaker] IPaddr2 cloned address doesn't survive node standby

2013-05-17 Thread Andreas Ntaflos
In a two-node cluster I am trying to use a cloned IP address with a cloned Bind 9 instance, in an active-active way. Why? Because simple IP failover does not work well with Bind, as it only answers queries on the addresses that are bound to the NIC when starting up (I know about Bind's "interfa

Re: [Pacemaker] CRM CLI guide gone?

2012-09-11 Thread Andreas Ntaflos
On 11/09/12 13:48, Dejan Muhamedagic wrote: >> Is it perhaps ? > > Yes. Ok, great to know, thanks! > I'm a bit low on html, sorry about that. But something will be > posted soon. At any rate, the crm(8) man page should be available. At least on Ubuntu

Re: [Pacemaker] CRM CLI guide gone?

2012-09-10 Thread Andreas Ntaflos
On 10/09/12 00:15, Andrew Beekhof wrote: > On Fri, Sep 7, 2012 at 6:49 AM, Andreas Ntaflos > wrote: >> It seems the CRM CLI guide formally found under >> >> http://www.clusterlabs.org/doc/crm_cli.html >> >> is gone (404). Why so? Has it moved somewhere e

[Pacemaker] CRM CLI guide gone?

2012-09-06 Thread Andreas Ntaflos
It seems the CRM CLI guide formally found under http://www.clusterlabs.org/doc/crm_cli.html is gone (404). Why so? Has it moved somewhere else? I found it a very valuable resource, especially for Pacemaker-beginners. Is there a successor? The "Pacemaker Explained" guide is good, but the configur

[Pacemaker] Tool to query Corosync multicast configuration?

2012-08-13 Thread Andreas Ntaflos
Hi, is it possible to somehow query the multicast address(es) and port(s) used by Corosync? I mean other than using grep and awk: egrep "mcastaddr:" /etc/corosync/corosync.conf| awk '{print $2}' Is there a commandline tool that displays such information? I have looked at corosync-cfgtool, but ne

Re: [Pacemaker] Upstart resources

2012-02-29 Thread Andreas Ntaflos
On 27/02/12 13:09, Ante Karamatić wrote: > On 27.02.2012 12:27, Florian Haas wrote: > >> Alas, to the best of my knowledge the only way to change a specific >> job's respawn policy is by modifying its job definition. Likewise, >> that's the only way to enable or disable starting on system boot. So

Re: [Pacemaker] Clone Set does not start its lsb service on all nodes

2012-02-22 Thread Andreas Ntaflos
On 2012-02-22 23:02, Andrew Martin wrote: > I have upgraded to the version > of pacemaker in the Ubuntu-HA ppa, which includes the upstart resource > agent that I am using now. Glad to hear you got it working, and your patch to the init.d script could come in handy. But which PPA are you using, e

Re: [Pacemaker] Clone Set does not start its lsb service on all nodes

2012-02-15 Thread Andreas Ntaflos
On 2012-02-13 23:29, Andrew Martin wrote: > However, often the libvirt-bin daemon is not actually running (and thus > the VMs fail to migrate): > # service libvirt-bin status > libvirt-bin stop/waiting It seems the libvirt init script (which is actually an upstart job) either starts the daemon suc

[Pacemaker] Fencing libvirt/KVM nodes running on different hosts?

2011-11-28 Thread Andreas Ntaflos
Hi, Scenario: two physical virtualisation hosts run various KVM-based virtual machines, managed by Libvirt. Two VMs, one on each host, form a Pacemaker cluster, say for a simple database server, using DRBD and a virtual/cluster IP address. Using Ubuntu 10.04 and Pacemaker 1.1.6, with Corosync 1.4.

Re: [Pacemaker] Multiple independent two-node clusters side-by-side?

2010-10-28 Thread Andreas Ntaflos
On Thursday 28 October 2010 08:53:54 Dan Frincu wrote: > Hi, > > Andreas Ntaflos wrote: > > Hi, > > > > first time poster, short time Pacemaker user. I don't think this is > > a very difficult question to answer but I seem to be feeding > > Google

Re: [Pacemaker] Multiple independent two-node clusters side-by-side?

2010-10-28 Thread Andreas Ntaflos
On Thursday 28 October 2010 07:39:05 Pavlos Parissis wrote: > this > http://www.gossamer-threads.com/lists/linuxha/users/67482?search_stri > ng=Redundant%20Rings%20%26quot;Still%20Not%20There%3F;#67482 post > has a lot information for you on this subject. An interesting read, thank you. Although I

Re: [Pacemaker] Multiple independent two-node clusters side-by-side?

2010-10-28 Thread Andreas Ntaflos
On Thursday 28 October 2010 07:22:54 Vladislav Bogdanov wrote: > 28.10.2010 03:36, Andreas Ntaflos wrote: > > Short version: How do I configure multiple independent two-node > > clusters where the nodes are all on the same subnet? Only the two > > nodes that form the cl

[Pacemaker] Multiple independent two-node clusters side-by-side?

2010-10-27 Thread Andreas Ntaflos
Hi, first time poster, short time Pacemaker user. I don't think this is a very difficult question to answer but I seem to be feeding Google the wrong search terms. I am using Pacemaker 1.0.8 and Corosync 1.2.0 on Ubuntu 10.04.1 Server. Short version: How do I configure multiple independent tw