All I saw was a discussion from 2009 but that is not what we are trying to do.
We have multiple software stacks that run independent from each other. We want to have the ability to switch each one to its standby node (these are all 2 node) without failing the others. Their configuration, resources, etc. are not intermingled, so we prefer not to configure them in a single setup. For simplicity we are using the R1 built into heartbeat and not CRM. I've tried compiling using this: CFLAGS="-L/usr/stack1/ha/lib -I/usr/stack1/ha/include" ./configure --prefix=/usr/stack1/ha --sysconfdir=/usr/stack1/etc --localstatedir=/usr/stack1/var/run/ha --with-initdir=/usr/stack1/ha/init --with-ocf-root=/usr/stack1/ha/ocf enable_fatal_warnings=no But running the init from /usr/stack1/ha/init it is pulling things out of the system wide installation of heartbeat at /etc/ha.d (Ubuntu 12.04LTS FYI) I don't mind the administrative overhead of putting a whole ha tree an compile a copy for each of my stacks. If that's what it takes that's what I'll do. Thanks, Alberto _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
