Re: [Pacemaker] Problem installing gui

2011-05-02 Thread tariq fillah
répertoire « /home/tariq/Pacemaker-Python-GUI-02e8b0bba633/mgmt » gmake: *** [all-recursive] Erreur 1 * Does anyone know how to solve this problem, my distro is CentOS 5.5 Thanks in advance. Tariq 2011/5/2 tariq fillah > Hello the list, > > I am trying to install pacemaker gui from the

[Pacemaker] Problem installing gui

2011-05-02 Thread tariq fillah
Hello the list, I am trying to install pacemaker gui from the source, when I try to execute bootstrap I have some errors, and the problem is that I don't have any documentation . So does any one have an installation guide, or does anyone know the steps to follow. Thanks in advance Tariq _

Re: [Pacemaker] Problem using haproxy script

2011-03-24 Thread tariq fillah
I followed the steps described there http://www.webhostingtalk.com/showthread.php?t=627783 to install and configure haproxy, the script in /etc/init.d/haproxy is the one in this page http://layer1.rack911.com/haproxy/haproxy.init 2011/3/24 tariq fillah > Hello, > > I am trying to ad

[Pacemaker] Problem using haproxy script

2011-03-24 Thread tariq fillah
Hello, I am trying to add haproxy as a resource for pacemaker, but when I run the following command crm configure primitive haproxy lsb:haproxy op monitor interval="10s" I have the following error message: *[root@web14 dialy]# crm configure primitive haproxy lsb:haproxy op monitor inte rval="1

Re: [Pacemaker] Switching a Resource based on connectivity (ping)

2011-03-24 Thread tariq fillah
Hello, I deleted all the constraints, and added it agin properly, and it worked, thank you so much 2011/3/22 tariq fillah > Hello, > > After adding the ping resource I have the following messages: > > [root@BACKEND2 user]# crm configure primitive ping ocf:pacemaker:ping op &g

Re: [Pacemaker] Switching a Resource based on connectivity (ping)

2011-03-22 Thread tariq fillah
than the advised 60 Is this the reason why it doesn't work?? And how is it possible to avoid it. Thanks so much 2011/3/22 tariq fillah > I didn't disconnect the node from the cluster, I just disconnected the node > from the network (which is ensured by a bond), but the cl

Re: [Pacemaker] Switching a Resource based on connectivity (ping)

2011-03-22 Thread tariq fillah
.2011 21:53, tariq fillah: > > Hello Pavel, >> >> Thank you for your help. >> >> I tried what you told me, but it doesn't seem to work, when I take off >> both networks layers (for the bond), the resource doesn't migrate. >> >> > Did yo

Re: [Pacemaker] Switching a Resource based on connectivity (ping)

2011-03-22 Thread tariq fillah
Hello Pavel, Thank you for your help. I tried what you told me, but it doesn't seem to work, when I take off both networks layers (for the bond), the resource doesn't migrate. 2011/3/18 Pavel Levshin > 18.03.2011 2:52, tariq fillah: > > I meen this: > > crm

[Pacemaker] Strange way to shutdown oracle

2011-03-21 Thread tariq fillah
Hello, I am using OCF:heartbeat:oracle to manage an oracle database, but I noticed that the cluster always uses "shutdown abort" instead of using "shutdown immediate". Is this normal, is there a way to avoid this. Thanks in advance. ___ Pacemaker mailin

[Pacemaker] Stonith

2011-03-21 Thread tariq fillah
Hello, I need to make a cluster with for a database with its Filesystems, and I understood that I need to use STONITH, which one you think is the best one, and what parameters I need. Also how doens STONITH exactly work. Thanks in advance. ___ Pacemaker

Re: [Pacemaker] Switching a Resource based on connectivity (ping)

2011-03-17 Thread tariq fillah
on pingjb ClusterIP \ rule -inf: not_defined ping 2011/3/17 tariq fillah > Hello the list, > > I want to add a switching condition for the resource ClusterIP based on > connectivity, how can I do this. Will this work? > > crm configure primitive example_ping ocf:pacemaker:pin

[Pacemaker] Switching a Resource based on connectivity (ping)

2011-03-17 Thread tariq fillah
Hello the list, I want to add a switching condition for the resource ClusterIP based on connectivity, how can I do this. Will this work? crm configure primitive example_ping ocf:pacemaker:ping \ op monitor depth="0" timeout="20s" interval="10" crm configure location pingjb ClusterIP \ rule -

[Pacemaker] Problem using Pacemaker and jboss

2011-03-14 Thread tariq fillah
Hello, I'am trying to add jboss as a resource in pacemaker. I run the following command : *configure primitive appserv ocf:heartbeat:jboss params jboss_home=/usr/lib/jboss-5.0.0.GA op monitor depth="0" timeout="240s" interval="10s"* I get the following warnings : *WARNING: Cl

[Pacemaker] Creating a resource from a script

2011-03-13 Thread tariq fillah
Hello the list, I want to execute some actions when the master node changes. So, I would like to know how we can tell pacemaker to add the execution of a script as a resource that is started in the master node and stoped in the slave one. Thanks in advance. ___

Re: [Pacemaker] Configuring cluster with ports

2011-03-10 Thread tariq fillah
UTING --source 0/0 --destination 0/0 -p tcp --dport > 8080 -j REDIRECT --to-ports 8081 > > And on the 8082 machine: > > iptables -t nat -I PREROUTING --source 0/0 --destination 0/0 -p tcp --dport > 8080 -j REDIRECT --to-ports 8082 > > - Original Message - > > > From:

Re: [Pacemaker] Configuring cluster with ports

2011-03-10 Thread tariq fillah
Sorry, the image doesn't appear in the first mail, I attached it to this one. 2011/3/10 tariq fillah > Hello the list, > > I have to make a cluster with two servers, having the architecture in the > image bellow > > > > The two severs share a virtual IP (VIP), and

[Pacemaker] Configuring cluster with ports

2011-03-10 Thread tariq fillah
Hello the list, I have to make a cluster with two servers, having the architecture in the image bellow The two severs share a virtual IP (VIP), and when we call the VIP in port 8080 VIP:8080, it must be redirected to the first server (if active) on port 8081 or to the second (if active) on po