Hi Andrew,
Problem solved:
for some unclear reason were permissions on the first server for:
/usr/lib64/heartbeat only "400" for root !
- so simple:
chmod 755 /usr/lib64/heartbeat
did the trick ...
Thank you very much for your time!
Nikita Michalko
Am Montag, 28. November 2011 00:
On Fri, Nov 25, 2011 at 3:07 AM, Nikita Michalko
wrote:
> Hi Andrew,
>
> it did't help: I've #ifdef'd out. the reference to
> `terminate_ais_connection' i
> the file Pacemaker-1-1-c86cb93c5a57/crmd/control.c, succesfully compiled &
> installed PM, but after start of heartbeat am I faced with fol
Hi Andrew,
it did't help: I've #ifdef'd out. the reference to `terminate_ais_connection'
i
the file Pacemaker-1-1-c86cb93c5a57/crmd/control.c, succesfully compiled &
installed PM, but after start of heartbeat am I faced with following errors:
heartbeat: [14007]: WARN: Managed /usr/lib64/heartb
Looks like do_ha_control() is calling corosync specific functions when
only support for heartbeat is being built.
They'd just need to be #ifdef'd out.
On Thu, Oct 20, 2011 at 9:54 PM, Nikita Michalko
wrote:
> Hi all,
>
> the next problem I need help ;-(
> PM Version: 1.1.5 (Pacemaker-1-1-c86cb93c
Hi all,
the next problem I need help ;-(
PM Version: 1.1.5 (Pacemaker-1-1-c86cb93c5a57.tar.bz2)
- configured with:
configure --prefix=$PREFIX --localstatedir=/var --sysconfdir=/etc --with-
heartbeat --with-stonith --with-pacemaker --with-daemon-user=$CLUSTER_USER --
with-daemon-group=$CLUSTER_GROU