Heartbeat (as of version 3.x) is a cluster messaging layer, often combined with pacemaker as the cluster resource manager.
0
votes
2answers
236 views
HA -heartbeat and webserver
*I'm using hearbeat 2.1.4 2 nodes work properly but when i stop httpd in node1 manually heartbeat does not switch to node02. how to fix this problem ??
*
-4
votes
2answers
439 views
How to design heartbeat in java
I am designing a system with a client and a server, the client needs to send heartbeat to server to let the server know it's alive. The client is written in java, the communication between client and ...
2
votes
1answer
312 views
Connecting a Heart Rate Monitor to a Windows PC Java application
I'm currently working on a Thesis project which requires my java program to keep track of a users current heart rate. Now, my problem is that i seem to be unable to find any sort of heart rate monitor ...
1
vote
1answer
189 views
A good heartbeat interval for pika-rabbitmq in Amazon ec2
I am using the latest pika library(0.9.9+) for rabbitmq. My usage for rabbitmq and pika is as follows :
I have long running tasks (about 5 minutes) as workers. These tasks take their requests from ...
1
vote
1answer
138 views
Drupal 6: Heartbeat module is “missing” some content
I’m using the heartbeat module on my site to make an activity-stream and recently I discovered that it doesn’t display all the new comments.
I’ve displayed group messaging ‘cause I only want to ...
0
votes
1answer
11 views
How to know if a Spring MDP Listener is Alive?
I have a Spring MDP listener deployed as a war that listens to a JMS queue and replies back for synchronous request-reply messages. What is the best way to monitor if the listener is alive ? Or think ...
0
votes
1answer
460 views
How to check database integrity in production mode using another daemon?
I want to have a daemon to monitor a database's health to make sure it is not corrupted, it will be running a script,
what would be the best integrity check without compromising the performance?
1- ...
0
votes
1answer
351 views
Analyze data return from heart rate monitor
I am trying to read data transferred by heart rate monitors over bluetooth , but I really don't know how to read the bytes returned by the heart rate monitors.
It may be possible that each vendor has ...
0
votes
1answer
155 views
How do I back up one standalone server to another in real-time?
I am in need of a failover environment where two servers are synchronized in real-time. I am working with two mini macs, and I have identified heartbeat and pacemaker as popular tools for monitoring ...
0
votes
1answer
87 views
Heartbeat Direction and Acknowledgement
We have a Java client server application with a custom protocol using TCP/IP. We have found it necessary to use a heartbeat within the protocol due to dead socket connection issues.
We have had the ...
0
votes
1answer
1k views
send heartbeart by calling a jsp doesn't keep session alive
I want to keep session alive when I open web page on browser even if I doesn't touch it for a long time, this is how I try to do:
on server side (tomcat), session timeout set to 8 mins.
main jsp ...
0
votes
1answer
404 views
Heatbeat 2.13 for solaris 10
I am setting up a High availability cluster server using heartbeat in solaris 10. I have compiled and add the package successfully after couple of hours tried.
However i do not find any documentation ...
1
vote
0answers
75 views
Updating heartbeat mysql resource in ubuntu
I have a HA setup on two Ubuntu 10.04 machines with Heartbeat/Pacemaker running fine except for the mysql resource is not the most up to date version. The one I have does not include the ...
1
vote
0answers
76 views
Heartbeat on all the backend servers attached to node-http-proxy
Does node-http-proxy provide a way to send a hearbeat to all the backend servers attached to it.
If I use the examples/simpler-balancer.js server and specify 2 backend servers, 1 of which is ...
1
vote
0answers
379 views
detect light pulse from camera
I'm trying to implement an heart beat detector algorithm for iPhone
It's for educational purposes considering the fact that there are already several apps doing that...
I've got this functions to get ...
0
votes
0answers
17 views
Pacemaker configuration with different dependencies
I have two-node HA environment with services that I want to be partially independent.
There is active/active sip service with two floating IPs.
There is also two active/active groups with java ...
0
votes
0answers
87 views
about keepalived heartbeat
I am newbie of keepalived,i have a question:if heartbeatline disconnect between two node,both nodes will be master,and two node will get same virture ip,there are multi master at same time,this will ...
0
votes
0answers
77 views
video file streaming, mysql , apache, samba and ssh Fail over or HA solution
I want to have Video file Streaming,mysql, apache, samba and ssh fail over on more than three servers on a high speed LAN.
I have read about heartbeat and drbd but I did not get my answer. I would ...
0
votes
0answers
55 views
Java, android, checking connection (HearBeat) and two way independent communication
I have tried to create connection thread in my android application. But I stuck on protect my application to avoid connection errors. I've created 3 threads:
for reading data from socket ...
0
votes
0answers
59 views
sos job scheduler aborts and restarts due to late hear beat
I am running two instances of job scheduler in a failsafe cluster configuration. Setup details:
Two schedulers are running on different servers running RHEL 5.5. The config and hot folder are on NAS. ...
0
votes
0answers
125 views
Heartbeat 2.1.2 - node unclean to another, possible refresh?
I had a 2x2 cluster consisted of 4 nodes, node 3a1 and 3a2 form cluster 3a while node 3b1 and 3b2 form cluster 3b.
Within the cluster, the 2 nodes communicated via private network while 3a1/3a2 ...
0
votes
0answers
321 views
JGroups v/s Shoal - which to choose for reliable heartbeat implementation in a cluster?
I am currently evaluating java libraries/toolkits for reliable heartbeat implementation among nodes in a small cluster (2-3 machines). My intention is to implement a framework to ensure high ...
0
votes
0answers
396 views
Syslog heartbeat and monitoring
Does anybody know how or even if, since I can't locate much on it, syslog offers any heartbeat mechanism?
I'm specifically thinking about how to monitor the devices that offer up syslog messages.
...
0
votes
0answers
300 views
Getting heartbeat to fallover when apache service fails
I've currently got heartbeat set up nicely on ubuntu linux server so that if the heartbeat service is not detected (either because the server is down or just the heartbeat service is down) it ...