Thanks Steven,<br><br>Now im try to run on the MCP:<br>- Uninstall the pacemaker 1.0<br>- Compile and install 1.1 <br><br>But now i have problems to initialize the pacemakerd: Could not initialize Cluster Configuration Database API instance error 2<br>

Debbuging with gdb i see that the error are on the confdb.. most specificaly the errors start on coreipcc.c  at line:<br><br>     <br>448        if (addr != addr_orig) {<br>449                goto error_close_unlink;  &lt;- enter here<br>

450       }<br><br>Some ideia about  what can cause this  ?<br><br><br><br><br><div class="gmail_quote">2011/5/31 Steven Dake <span dir="ltr">&lt;<a href="mailto:sdake@redhat.com">sdake@redhat.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Try running paceamaker using the MCP.  The plugin mode of pacemaker<br>
never really worked very well because of complexities of posix mmap and<br>
fork.  Not having sparc hardware personally, YMMV.  We have recently<br>
with corosync 1.3.1 gone through an alignment fixing process for ARM<br>
arches - hope that solves your alignment problems on sparc as well.<br>
<br>
Regards<br>
-steve<br>
<div class="im"><br>
On 05/31/2011 08:38 AM, william felipe_welter wrote:<br>
&gt; Im trying to setup HA with corosync and pacemaker using the debian<br>
&gt; packages on SPARC Architecture. Using Debian package corosync  process<br>
&gt; dies after initializate pacemaker process. I make some tests with ltrace<br>
&gt; and strace and this tools tell me that corosync died because a<br>
&gt; segmentation fault. I try a lot of thing to solve this problem, but<br>
&gt; nothing made corosync works.<br>
&gt;<br>
&gt; My second try is to compile from scratch (using this<br>
&gt; docs:<a href="http://www.clusterlabs.org/wiki/Install#From_Source" target="_blank">http://www.clusterlabs.org/wiki/Install#From_Source</a>)<br>
</div>&gt; &lt;<a href="http://www.clusterlabs.org/wiki/Install#From_Source%29" target="_blank">http://www.clusterlabs.org/wiki/Install#From_Source%29</a>.&gt; . This way<br>
<div><div></div><div class="h5">&gt; corosync process startup perfectly! but some process of pacemaker don&#39;t<br>
&gt; start.. Analyzing log i see the probably reason:<br>
&gt;<br>
&gt; attrd: [2283]: info: init_ais_connection_once: Connection to our AIS<br>
&gt; plugin (9) failed: Library error (2)<br>
&gt; ....<br>
&gt; stonithd: [2280]: info: init_ais_connection_once: Connection to our AIS<br>
&gt; plugin (9) failed: Library error (2)<br>
&gt; .....<br>
&gt; cib: [2281]: info: init_ais_connection_once: Connection to our AIS<br>
&gt; plugin (9) failed: Library error (2)<br>
&gt; .....<br>
&gt; crmd: [3320]: debug: init_client_ipc_comms_<br>
&gt; nodispatch: Attempting to talk on: /usr/var/run/crm/cib_rw<br>
&gt; crmd: [3320]: debug: init_client_ipc_comms_nodispatch: Could not init<br>
&gt; comms on: /usr/var/run/crm/cib_rw<br>
&gt; crmd: [3320]: debug: cib_native_signon_raw: Connection to command<br>
&gt; channel failed<br>
&gt; crmd: [3320]: debug: init_client_ipc_comms_nodispatch: Attempting to<br>
&gt; talk on: /usr/var/run/crm/cib_callback<br>
&gt; crmd: [3320]: debug: init_client_ipc_comms_nodispatch: Could not init<br>
&gt; comms on: /usr/var/run/crm/cib_callback<br>
&gt; crmd: [3320]: debug: cib_native_signon_raw: Connection to callback<br>
&gt; channel failed<br>
&gt; crmd: [3320]: debug: cib_native_signon_raw: Connection to CIB failed:<br>
&gt; connection failed<br>
&gt; crmd: [3320]: debug: cib_native_signoff: Signing out of the CIB Service<br>
&gt; crmd: [3320]: debug: init_client_ipc_comms_nodispatch: Attempting to<br>
&gt; talk on: /usr/var/run/crm/cib_rw<br>
&gt; crmd: [3320]: debug: init_client_ipc_comms_nodispatch: Could not init<br>
&gt; comms on: /usr/var/run/crm/cib_rw<br>
&gt; crmd: [3320]: debug: cib_native_signon_raw: Connection to command<br>
&gt; channel failed<br>
&gt; crmd: [3320]: debug: init_client_ipc_comms_nodispatch: Attempting to<br>
&gt; talk on: /usr/var/run/crm/cib_callback<br>
&gt; crmd: [3320]: debug: init_client_ipc_comms_nodispatch: Could not init<br>
&gt; comms on: /usr/var/run/crm/cib_callback<br>
&gt; crmd: [3320]: debug: cib_native_signon_raw: Connection to callback<br>
&gt; channel failed<br>
&gt; crmd: [3320]: debug: cib_native_signon_raw: Connection to CIB failed:<br>
&gt; connection failed<br>
&gt; crmd: [3320]: debug: cib_native_signoff: Signing out of the CIB Service<br>
&gt; crmd: [3320]: info: do_cib_control: Could not connect to the CIB<br>
&gt; service: connection failed<br>
&gt; ....<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; My conf:<br>
&gt; # Please read the corosync.conf.5 manual page<br>
&gt; compatibility: whitetank<br>
&gt;<br>
&gt; totem {<br>
&gt;     version: 2<br>
&gt;     join: 60<br>
&gt;     token: 3000<br>
&gt;     token_retransmits_before_loss_const: 10<br>
&gt;     secauth: off<br>
&gt;     threads: 0<br>
&gt;     consensus: 8601<br>
&gt;     vsftype: none<br>
&gt;     threads: 0<br>
&gt;     rrp_mode: none<br>
&gt;     clear_node_high_bit: yes<br>
&gt;     max_messages: 20<br>
&gt;     interface {<br>
&gt;         ringnumber: 0<br>
&gt;         bindnetaddr: 10.10.23.0<br>
&gt;         mcastaddr: 226.94.1.1<br>
&gt;         mcastport: 5405<br>
&gt;     }<br>
&gt; }<br>
&gt;<br>
&gt; logging {<br>
&gt;     fileline: off<br>
&gt;     to_stderr: no<br>
&gt;     to_logfile: yes<br>
&gt;     to_syslog: yes<br>
&gt;     logfile: /var/log/cluster/corosync.log<br>
&gt;     debug: on<br>
&gt;     timestamp: on<br>
&gt;     logger_subsys {<br>
&gt;         subsys: AMF<br>
&gt;         debug: on<br>
&gt;     }<br>
&gt; }<br>
&gt;<br>
&gt; amf {<br>
&gt;     mode: disabled<br>
&gt; }<br>
&gt;<br>
&gt; service {<br>
&gt;         # Load the Pacemaker Cluster Resource Manager<br>
&gt;         ver:       0<br>
&gt;         name:      pacemaker<br>
&gt; }<br>
&gt;<br>
&gt; aisexec {<br>
&gt;         user:   root<br>
&gt;         group:  root<br>
&gt; }<br>
&gt;<br>
&gt;<br>
&gt; My Question is: why attrd, cib ... can&#39;t connect to  AIS Plugin?  What<br>
&gt; could be the reasons for the connection failed ?<br>
&gt; (Yes, my /dev/shm are tmpfs)<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; William Felipe Welter<br>
&gt; ------------------------------<br>
&gt; Consultor em Tecnologias Livres<br>
</div></div>&gt; <a href="mailto:william.welter@4linux.com.br">william.welter@4linux.com.br</a> &lt;mailto:<a href="mailto:william.welter@4linux.com.br">william.welter@4linux.com.br</a>&gt;<br>
&gt; <a href="http://www.4linux.com.br" target="_blank">www.4linux.com.br</a> &lt;<a href="http://www.4linux.com.br" target="_blank">http://www.4linux.com.br</a>&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Openais mailing list<br>
&gt; <a href="mailto:Openais@lists.linux-foundation.org">Openais@lists.linux-foundation.org</a><br>
&gt; <a href="https://lists.linux-foundation.org/mailman/listinfo/openais" target="_blank">https://lists.linux-foundation.org/mailman/listinfo/openais</a><br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>William Felipe Welter<br>------------------------------<br>Consultor em Tecnologias Livres<br><a href="mailto:william.welter@4linux.com.br" target="_blank">william.welter@4linux.com.br</a><br>
<a href="http://www.4linux.com.br" target="_blank">www.4linux.com.br</a><br><br>