[Linux-HA] RE: Manual fail-over

2007-11-22 Thread Audet, Jean-Michel
(I appologize to the dev list, I should have used this list instead) I am a heartbeat newbie and probably have newbie questions: 1) Is there a message that a node can send to another node to force a fail-over in an Active/Standby configuration. I know that there is the au

[Linux-HA] Heartbeat vs CIB

2007-11-23 Thread Audet, Jean-Michel
I am currently using Heartbeat v2 with a cib.xml file. I need an Active/Standby (Master/Slave) configuration I am a newbie and I need to connect my software to the heartbeat daemons using the client library and then do check pointing between my 2 applications to get the standby node in sync.

RE: [Linux-HA] Heartbeat vs CIB

2007-11-26 Thread Audet, Jean-Michel
s CIB On Nov 23, 2007, at 3:25 PM, Audet, Jean-Michel wrote: > I am currently using Heartbeat v2 with a cib.xml file. > > I need an Active/Standby (Master/Slave) configuration > > I am a newbie and I need to connect my software to the heartbeat > daemons > using the client

RE: [Linux-HA] Heartbeat vs CIB

2007-11-26 Thread Audet, Jean-Michel
Audet -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Andrew Beekhof Envoyé : Monday, November 26, 2007 1:49 PM À : General Linux-HA mailing list Objet : Re: [Linux-HA] Heartbeat vs CIB On Nov 26, 2007, at 5:47 PM, Audet, Jean-Michel wrote: > Th

[Linux-HA] Use of C++

2007-11-26 Thread Audet, Jean-Michel
Hi, I am currently use the hb_api.h (heartbeat API) to add some node management in my application. My application is in C++ and I always get errors on compilation with reserved C++ word like new, delete, class, protected, private etc... I am not a C++ guru... I cannot find a way

RE: [Linux-HA] Heartbeat vs CIB

2007-11-26 Thread Audet, Jean-Michel
=0x9ad4ba0, currpos=0x9ad515a, consumerpos=0x9ad50ba, endpos=0x9ad6b88, size 4096 heartbeat: info: nmsg=0 attrd: CRIT: attrd_ha_dispatch: Lost connection to heartbeat service. JM -Message d'origine- De : Audet, Jean-Michel Envoyé : Monday, November 26, 2007 4:30 PM À : 'Genera

[Linux-HA] What can cause an automatic resource switch-over

2007-12-03 Thread Audet, Jean-Michel
Hi, I have a simple Active Passive configuration using Heartbeat v2 2.1.2. auto_failback is set to FALSE in my ha.cf file. I have pasted my CIB.xml at the end. I have no "constraints" defined. When I kill heartbeat on one node, the switch-over occurs correctly. However, when I restart

[Linux-HA] With CRM: How to find on which node the request is made

2007-12-07 Thread Audet, Jean-Michel
Hi, Programmatically, I am now able to retrieve the running nodes, retrieve my resources and find on which node my resources are running. I would also need to know which node I am currently running on. I checked on the different crm_xx utility and I cannot find any way to do that. The o

[Linux-HA] Lots of Retransmitting pkt

2008-05-14 Thread Audet, Jean-Michel
Hi all, Hi, I have an implementation using heartbeat 2.1.2. It is based on Master/Slave architecture. I have only two nodes on my implementation. I have a lot of "Retransmitting pkt". At the end, all the packets are received, but I think it is very slow. My packets are all around 32Kb

RE: [Linux-HA] Lots of Retransmitting pkt

2008-05-14 Thread Audet, Jean-Michel
sage and enclosed attachments. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Dejan Muhamedagic Envoyé : Wednesday, May 14, 2008 11:16 AM À : General Linux-HA mailing list Objet : Re: [Linux-HA] Lots of Retransmitting pkt Hi, On Wed, May 14, 2008 at 08:5

RE: [Linux-HA] Lots of Retransmitting pkt

2008-05-20 Thread Audet, Jean-Michel
a part de Dejan Muhamedagic Envoyé : Thursday, May 15, 2008 7:13 AM À : General Linux-HA mailing list Objet : Re: [Linux-HA] Lots of Retransmitting pkt Hi, On Wed, May 14, 2008 at 12:17:04PM -0400, Audet, Jean-Michel wrote: > Yes, it's an application that we made to sync up data between

[Linux-HA] Problem with function send_ordered_nodemsg

2008-06-05 Thread Audet, Jean-Michel
Hi, I currently have a problem with my software that hangs when I call the function send_ordered_nodemsg (exhibit the same problem with sendnodemsg). I am able to send many message (many dozens) and then, it hangs. With extra debug, I found that it hangs somewhere in the function socket

[Linux-HA] Problem with function send_ordered_nodemsg

2008-06-18 Thread Audet, Jean-Michel
tron Canada -Message d'origine----- De : Audet, Jean-Michel Envoyé : Thursday, June 05, 2008 11:13 AM À : 'General Linux-HA mailing list' Objet : Problem with function send_ordered_nodemsg Hi, I currently have a problem with my software that hangs when I call the function sen

RE: [Linux-HA] Problem with function send_ordered_nodemsg

2008-06-18 Thread Audet, Jean-Michel
ad? the crm runs on it equally as well. On Wed, Jun 18, 2008 at 17:04, Audet, Jean-Michel <[EMAIL PROTECTED]> wrote: > Hi, >I already sent this message and never get any feedback. Here is my > problem. > > I have hearbeat 2.1.3 (Same problem with 2.1.2). > I am usi