Re: [Linux-HA] opensuse packages compiled without snmp agent ?

2008-08-29 Thread Ben Beuchler
# crm_mon -s Ok: 3 nodes online, 2 resources configured Run that from NRPE. -Ben On Fri, Aug 29, 2008 at 1:16 AM, Ronny Becker <[EMAIL PROTECTED]> wrote: > Hello, > I am wondering why the packages accessible on opensuse`s buildserver > (Version 2.1.4-2.1) are compiled without the snmp subagent.

Re: [Linux-HA] Resource cannot run anywhere problem

2008-08-27 Thread Ben Beuchler
Please include your resources and constraints. -Ben On Wed, Aug 27, 2008 at 3:27 AM, Craig Ayliffe <[EMAIL PROTECTED]> wrote: > Hi, > > Having troubles configuring HeartBeat with DRBD using the OCF agents in a > Master/Slave setup. > > Trying the get 2 nodes running with one node acting as Master

[Linux-HA] OCF RA for NFS?

2008-08-27 Thread Ben Beuchler
The LSB init script for nfs-kernel-server on Ubuntu passes all the tests listed here: http://www.linux-ha.org/LSBResourceAgent But I would rather use an full OCF-compliant script if possible. Is there already one out there somewhere? Otherwise I'll take a swing at writing my own. Thanks! -Ben

Re: [Linux-HA] Resource X cannot run anywhere

2008-08-25 Thread Ben Beuchler
e failed actions and failure-counters > > crm_mon -rfi 2 > > Ben Beuchler schrieb: >> >> I think I must be missing something simple. My test cluster is 3 >> nodes (test01, test02, hyperaxe). For the moment test01 is doing >> nothing. I'm trying to get drbd/nfs

[Linux-HA] Resource X cannot run anywhere

2008-08-22 Thread Ben Beuchler
I think I must be missing something simple. My test cluster is 3 nodes (test01, test02, hyperaxe). For the moment test01 is doing nothing. I'm trying to get drbd/nfs working on the other two. The DRBD bit was working great until I rolled in the services that depend on it (filesystem, nfs, ip ad

[Linux-HA] Constraints with and without rules

2008-08-22 Thread Ben Beuchler
I apologize for the cross-post if that's not kosher. It appears linux-ha still gets considerably more traffic than the pacemaker list. Are these functionally equivalent on a cluster with symmetric-cluster=false? This is the technique in the DRBD w/ v2 cluster document in the wiki (albeit with a

[Linux-HA] Re: building the stripped-down heartbeat on Ubuntu 8.0.4

2008-08-20 Thread Ben Beuchler
argc-optind != 5) { - fprintf(stderr, "%s\n\n", print_usage); + /* fprintf(stderr, "%s\n\n", print_usage); */ + usage(); return 1; } /* On Wed, Aug 20, 2008 at 5:33 PM, Ben Beuchler <[EMAIL PROTECTE

[Linux-HA] building the stripped-down heartbeat on Ubuntu 8.0.4

2008-08-20 Thread Ben Beuchler
I'm attempting to build debs of this version of Heartbeat on Ubuntu 8.0.4: http://hg.linux-ha.org/dev/archive/tip.tar.bz2 $ cd Linux-HA-Dev-b32ca6086e32 $ dpkg-buildpackage -rfakeroot ... All goes well until it tries to build cl_respawn. Then there are several undeclared functions/identifiers

[Linux-HA] CRMv2 and Pacemaker

2008-08-15 Thread Ben Beuchler
I'm running Heartbeat 2.1.3 on Ubuntu 8.04. I'm puzzled by the relationship between CRMv2 and Pacemaker. It sounds like Pacemaker is the v2 CRM from Heartbeat 2.1.3. Is that correct? While reading this document: http://www.linux-ha.org/DRBD/HowTov2 I encountered the line that indicates I need

[Linux-HA] Redundant heartbeat paths in cluster with > 2 nodes

2008-08-04 Thread Ben Beuchler
What's the general consensus on the best way to obtain redundant hb paths in a cluster with more than 2 nodes? On the 2 node clusters I've built, I've just used ucast and serial. In my 3 node cluster it seems like the obvious choice for one path would be bcast. Would it be a bad idea to rely on