Re: [Linux-HA] Antw: Re: ocf:heartbeat:exportfs multiple exports, fsid, wait_for_leasetime_on_stop

2013-02-01 Thread Dan Frincu
0 ] || break > + done > > if ocf_is_true ${OCF_RESKEY_unlock_on_stop}; then > local unlockfile > @@ -274,11 +310,11 @@ exportfs_stop () > fi > > if [ $rc -eq 0 ]; then > - ocf_log info "Un-exported file system" > + ocf_log info "Un-exported directory ${OCF_RESKEY_directory}" > return $OCF_SUCCESS > fi > > - ocf_log err "Failed to un-export file system" > + ocf_log err "Failed to un-export directory ${OCF_RESKEY_directory}" > exit $OCF_ERR_GENERIC > } > > -- > 1.6.0.2 > > Note that the description of the "clientspec" parameter was so vague that I > didn't even had to change the description. Sorry that I added some unrelated > fixes also. Fix "(1)" could be improved most likely. I've applied the patch on the Debian Squeeze exportfs RA (1:3.9.2-5~bpo60+1) and it fails due to the (( ++nclient )) construct, which dash, the symlink /bin/sh points to, is unaware of. If I use it with bash, it works fine. Thanks for the patch. Regards, Dan > > [...] > > Regards, > Ulrich > > ___ > Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems -- Dan Frincu CCNA, RHCE ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems

Re: [Linux-HA] Master/Slave - Master node not monitored after a failure

2013-01-25 Thread Dan Frincu
nd which the same problem occurs. > > If you need more information let me know. I could attach the log in the > messages files also. Are you sure it is even working with this configuration? HTH, Dan > > Thanks for now, > Radu. > > -- > View this message in context: > http://old.nabble

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

2013-01-11 Thread Dan Frincu
> > > -- > *-- > -- Felipe Oliveira Gutierrez > -- felipe.o.gutier...@gmail.com > -- https://sites.google.com/site/lipe82/Home/diaadia* > ___ > Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinf

Re: [Linux-HA] Deleting nodes from corosync or heartbeat

2012-12-10 Thread Dan Frincu
nfiguration as well. HTH, Dan > > -- > *-- > -- Felipe Oliveira Gutierrez > -- felipe.o.gutier...@gmail.com > -- https://sites.google.com/site/lipe82/Home/diaadia* > ___ > Linux-HA mailing list

Re: [Linux-HA] corosync - nodes in different network

2012-09-21 Thread Dan Frincu
t; member { > memberaddr: 192.168.0.12 > } > bindnetaddr: 192.168.0.0 > mcastaddr: 226.94.1.2 > mcastport: 5407 > ttl: 1 > } And you're missing transport: udpu before the

Re: [Linux-HA] corosync - nodes in different network

2012-09-21 Thread Dan Frincu
logfile: /var/log/cluster/corosync.log > debug: off > timestamp: on > logger_subsys { > subsys: AMF > debug: off > } > } > > amf { > mode: disabled > } > > service { > # Lo

Re: [Linux-HA] Error compiling pacemaker gui on Centos 6

2012-09-06 Thread Dan Frincu
tion ‘init_mgmt_lib’: > mgmt_lib.c:97: error: implicit declaration of function ‘is_heartbeat_cluster’ > gmake[2]: *** [libhbmgmt_la-mgmt_lib.lo] Error 1 > gmake[2]: Leaving directory > `/tmp/hb/Pacemaker-Python-GUI-efff2a4588e5/mgmt/daemon' > gmake[1]: *** [all-recursive] Error 1

Re: [Linux-HA] corosync binding to 127.0.0.1 instead of correct interface

2012-08-13 Thread Dan Frincu
f computer science > Responsable Réseau et Téléphonie | Telecom and Network Manager > Université de Rouen | University of Rouen > --- > Coordonnées / Contact : > Université de Rouen > Faculté des Sciences et Techniques - Madrillet > Avenue de l'Universit

Re: [Linux-HA] how to run a script once at resource move/switchover/failover

2012-07-17 Thread Dan Frincu
Hi, On Tue, Jul 17, 2012 at 5:50 PM, Anne Blankert wrote: > On 16-7-2012 14:55, Dan Frincu wrote: >> Hi, >> >> On Mon, Jul 16, 2012 at 4:18 AM, Anne Blankert wrote: >>> Hello list, >>> >>> I am a newbie playing with heartbeat / pacemaker on ub

Re: [Linux-HA] how to run a script once at resource move/switchover/failover

2012-07-16 Thread Dan Frincu
depends on your specific requirements. HTH, Dan [1] http://www.linux-ha.org/wiki/LSB_Resource_Agents > > Thanks, > > Anne Blankert > > ___________ > Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http://lists.linux-ha.org/m

Re: [Linux-HA] Crm configure edit infinite loop

2012-07-03 Thread Dan Frincu
ng this bug -> http://www.gossamer-threads.com/lists/linuxha/pacemaker/77423#77423 HTH, Dan >> >> -- >> : Lars Ellenberg >> : LINBIT | Your Way to High Availability >> : DRBD/HA support and consulting http://www.linbit.com >> ___ >> Linux-HA mailing list >> Linux-HA@lists.linux-ha.org >> http://lists.linux-ha.org/mailman/listinfo/linux-ha >> See also: http://linux-ha.org/ReportingProblems > > ___ > Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems -- Dan Frincu CCNA, RHCE ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems

Re: [Linux-HA] I need to edit my cib.xml manually

2012-06-19 Thread Dan Frincu
in your case this would work better. HTH, Dan > > > On 12-06-19 10:41 AM, Dan Frincu wrote: >> Hi, >> >> On Tue, Jun 19, 2012 at 4:31 PM, mike  wrote: >>> We're setting up a DR type of situation where we have restored our HA >>> servers and MySQL su

Re: [Linux-HA] I need to edit my cib.xml manually

2012-06-19 Thread Dan Frincu
he other side? HTH, Dan > > > Thanks > -mike > > ___ > Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems -- Dan Frincu

Re: [Linux-HA] ocf:pacemaker:ClusterMon does not stop to send mails

2012-03-22 Thread Dan Frincu
8 > (Complete=1, Pending=0, Fired=0, Skipped=0, Incomplete=0, > Source=/var/lib/pengine/pe-input-29304.bz2): Complete > Mar 21 18:30:32 ries crmd: [10228]: info: te_graph_trigger: Transition > 128 is now complete > Mar 21 18:30:32 ries crmd: [10228]: info: notify_crmd: Transition 128 > s

[Linux-HA] Fwd: cluster hangs on maintenance-mode=false after updates on Ubuntu Lucid

2012-02-06 Thread Dan Frincu
Forgot to CC the list. -- Forwarded message -- From: Dan Frincu Date: Mon, Feb 6, 2012 at 10:16 PM Subject: Re: [Linux-HA] cluster hangs on maintenance-mode=false after updates on Ubuntu Lucid To: Walter Feddern Hi, On Mon, Feb 6, 2012 at 10:09 PM, Walter Feddern wrote

Re: [Linux-HA] cluster hangs on maintenance-mode=false after updates on Ubuntu Lucid

2012-02-06 Thread Dan Frincu
Hi, On Mon, Feb 6, 2012 at 9:48 PM, Dan Frincu wrote: > Hi, > > On Mon, Feb 6, 2012 at 9:27 PM, Walter Feddern wrote: >> We are running Ubuntu 10.04 (lucid). I am trying to upgrade from the base >> version of corosync and pacemaker, to the most recent available >>

Re: [Linux-HA] cluster hangs on maintenance-mode=false after updates on Ubuntu Lucid

2012-02-06 Thread Dan Frincu
hile still > running lucid. > > Any suggestions? > ___ > Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems -- Dan Fri

Re: [Linux-HA] Question or problem around migration

2011-12-20 Thread Dan Frincu
 linux-ha-boun...@lists.linux-ha.org > > > > Hi > > I tried with  cluster-recheck-interval="90" added in the > cib-bootstrap-options, then same test but behavior remains the same. > > Alain > > > > De :    Dan Frincu > A :     General Linux-HA mail

Re: [Linux-HA] Question or problem around migration

2011-12-20 Thread Dan Frincu
you need to take a look at http://www.clusterlabs.org/doc/en-US/Pacemaker/1.1/html-single/Pacemaker_Explained/#s-rules-recheck Regards, Dan > > > > De :    Dan Frincu > A :     General Linux-HA mailing list > Date :  20/12/2011 11:30 > Objet : Re: [Linux-HA] Question or pro

Re: [Linux-HA] Question or problem around migration

2011-12-20 Thread Dan Frincu
lues which avoids the group2 to move in this case, but is it > the > only way and correct way to manage this behavior ?) > > Thanks for piece of advice. > Alain > > _______ > Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http:

Re: [Linux-HA] Error while running OCF scripts

2011-12-13 Thread Dan Frincu
ev-guides/ra-dev-guide.html Specifically the part about http://www.linux-ha.org/doc/dev-guides/_testing_resource_agents.html HTH, Dan > > Regards, > Padmaja. > ___ > Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http://lists.li

Re: [Linux-HA] Linux-HA Digest, Vol 59, Issue 12

2011-12-12 Thread Dan Frincu
/ directory. HTH, Dan > > Please help me. > ___ > Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems -- Dan Frincu CCNA, RHC

Re: [Linux-HA] Two different Pacemaker/CoroSync on the same network

2011-10-04 Thread Dan Frincu
a.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > -- Dan Frincu CCNA, RHCE ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems

Re: [Linux-HA] Strange behavior for promoting a master-slave resource

2011-09-20 Thread Dan Frincu
___ > Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > -- Dan Frincu CCNA, RHCE ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems

Re: [Linux-HA] mysql-cluster: nodes forced shutdown problem

2011-08-21 Thread Dan Frincu
> Linux-HA@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > -- Dan Frincu CCNA, RHCE ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems

Re: [Linux-HA] About cli-preference

2011-08-03 Thread Dan Frincu
ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > -- Dan Frincu CCNA, RHCE ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems

Re: [Linux-HA] location and orders : Question about a behavior ...

2011-08-03 Thread Dan Frincu
de is higher than the default stickiness value, therefore the "failback" occurs. Use this script to get a better idea of what scores are assigned to resources and then see what's causing this behavior. http://hg.clusterlabs.org/pacemaker/1.1/raw-file/01e86afaaa6d/extra/showscores.

Re: [Linux-HA] location and orders : Question about a behavior ...

2011-08-03 Thread Dan Frincu
xplain ? Try the following: crm_verify -L 2>&1 | grep stick And see what scores (weights) are given to resources. Based on these weights it might make more sense. HTH, Dan > Thanks > Alain > > > > De :    Dan Frincu > A :     General Linux-HA mailing list > Da

Re: [Linux-HA] location and orders : Question about a behavior ...

2011-08-03 Thread Dan Frincu
fault-resource-stickiness value, but without order with a clone > resource, > and the group does not come back automatically. But I don't understand why > this order constraint would change this behavior ... > > Thanks for your help > Alain Moullé > > _____

Re: [Linux-HA] Antw: Re: Q: What type of dependency is "colocation"?

2011-07-11 Thread Dan Frincu
this cluster stack, soon, people are going to stop trying to be nice in their replies or ignore you altogether. Then you can complain to your upper management that there's no support from the community for this cluster stack and go back to the paid solution you've probably used thus far. Again, if I haven't said it, I will say this now, people here are more than willing to help, however they are not paid to put up with a condescending tone. You want support: http://www.clusterlabs.org/wiki/Support#Professional_Support Best regards, Dan > Only the concrete example referred to the concrete implementation. > > Regards, > Ulrich > > > ___ > Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > -- Dan Frincu CCNA, RHCE ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems

Re: [Linux-HA] failover issues faced with pacemaker/corosync

2011-02-25 Thread Dan Frincu
ce. > > So, is this known behavior or I have missed any configuration? > > Let me know if you need more information. > > Thanks, > Amit > > > > > > > > > > > > This email (message and any attachment) is confid

Re: [Linux-HA] Problems starting apache

2011-02-24 Thread Dan Frincu
gistration Court: Amtsgericht Siegburg (HRB Nr. 10328 ) > Vorstand/Member of the Managementboard: Rüdiger Zeyen (Sprecher/Chairman), > Wilfried Pütz > Vorsitzender des Aufsichtsrates/Chairman of the Supervisory Board: Dr. Gerd > Jakob > ___ > Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems -- Dan Frincu CCNA, RHCE ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems

Re: [Linux-HA] Are there any Linux alternatives to drbd and heartbeat?

2010-12-10 Thread Dan Frincu
make something that is really good and that you can get for > free. > > Please watch this if you have time and sorry for spam > > http://www.youtube.com/watch?v=8r1CZTLk-Gk > > You hit the nail on the head with this video. This just made my day. >> -- >> Les Mikes

Re: [Linux-HA] Are there any Linux alternatives to drbd and heartbeat?

2010-12-10 Thread Dan Frincu
would cover some general configuration examples, and not specific setups that users might require. So the documentation should provide a general overview of the configuration and by reading it one should know enough about the individual configuration components to build their own cus

Re: [Linux-HA] When the failed node power on again, it will take over the resource from the active one?

2010-12-06 Thread Dan Frincu
>>>> set a positive (but not infinity) default resource stickiness >>>> >>>> -- >>>> : Lars Ellenberg >>>> : LINBIT | Your Way to High Availability >>>> : DRBD/HA support and consulting http://www.linbit.com >>&

Re: [Linux-HA] When the failed node power on again, it will take over the resource from the active one?

2010-12-03 Thread Dan Frincu
value="1.0.10-da7075976b5ff0bee71074385f8fd02f296ec8a3"/> > name="cluster-infrastructure" value="Heartbeat"/> > name="stonith-enabled" value="false"/> > > > > > >

Re: [Linux-HA] When the failed node power on again, it will take over the resource from the active one?

2010-12-02 Thread Dan Frincu
iness to a value higher than the cumulated score of the group. Regards, Dan > Thanks. > Bin > ___ > Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/R

Re: [Linux-HA] Why Did the Resource Fail Back whenResource Stickiness was Set?

2010-11-25 Thread Dan Frincu
neral Linux-HA mailing list. If you are not the named addressee > you should not disseminate, distribute, copy or alter this email. Any views > or opinions presented in this email are solely those of the author and might > not represent those of Physicians' Managed Care or Physici

Re: [Linux-HA] Why Did the Resource Fail Back whenResource Stickiness was Set?

2010-11-24 Thread Dan Frincu
HA mailing list >> Linux-HA@lists.linux-ha.org >> http://lists.linux-ha.org/mailman/listinfo/linux-ha >> See also: http://linux-ha.org/ReportingProblems >> > > ___ > Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > -- Dan FRINCU Systems Engineer CCNA, RHCE Streamwide Romania ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems

Re: [Linux-HA] Why Did the Resource Fail Back when Resource Stickiness was Set?

2010-11-24 Thread Dan Frincu
s value, setting it to a much higher value (or even inf:) would do the job. Regards, Dan > Cheers, > Vadym > > ___ > Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: ht

Re: [Linux-HA] Fail over cluster

2010-11-19 Thread Dan Frincu
And a training video http://oss.linbit.com/drbd-mc/screencast/drbd-cluster-in-10-minutes.avi Dan Frincu wrote: > DRBD MC http://www.drbd.org/mc/management-console/ > > benjamin fernandis wrote: > >> Hi, >> >> Is there any gui tool..for the same...

Re: [Linux-HA] Fail over cluster

2010-11-19 Thread Dan Frincu
> http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > -- Dan FRINCU Systems Engineer CCNA, RHCE Streamwide Romania ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.or

Re: [Linux-HA] Fail over cluster

2010-11-18 Thread Dan Frincu
http://www.linux-ha.org/doc/> > Please guide me for the same. > > Thanks > Bemjo > ___ > Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/Rep

Re: [Linux-HA] mysql lsb: unmanaged resource

2010-11-09 Thread Dan Frincu
Hi, ramarovelo wrote: > On 11/09/2010 11:04 AM, Dan Frincu wrote: > > >> Don't use the mysql init script, use the one provided by the >> resource-agents package. It's OCF compliant and a lot better than the >> LSB script. >> >> Regards, >>

Re: [Linux-HA] mysql lsb: unmanaged resource

2010-11-09 Thread Dan Frincu
> Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > -- Dan FRINCU Systems Engineer CCNA, RHCE Streamwide Romania __

Re: [Linux-HA] My Second Pacemaker Cluster

2010-10-19 Thread Dan Frincu
_______ > Linux-HA mailing list > Linux-HA@lists.linux-ha.org > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > -- Dan FRINCU Systems Engineer CCNA, RHCE Streamwide Romania ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems

Re: [Linux-HA] Documentation of heartbeat protocol

2010-10-14 Thread Dan Frincu
ince drbd is primary and mounted on the other node. My solution was to switch to rrp_mode: active, then when performing the same test it worked the way it should. Regards, Dan > Vadym > > > > ___ > Linux-HA mailing list > Linux-H

Re: [Linux-HA] [Pacemaker] DRBD MC 0.8.0 / Pacemaker GUI

2010-10-02 Thread Dan Frincu
est-suite for VMs > * test-suite for DRBD > * fix menu tree not updating for orphaned resources > * split tooltips that are too wide > * add "stop all services" menu item > * show in tooltip why a menu item was disabled > * implement all VM devices > > Rasto Levrinc > > -- Dan FRINCU Systems Engineer CCNA, RHCE Streamwide Romania ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems