On 03/30/2012 08:27 AM, Trujillo Carmona, Antonio wrote:
> 
> El mié, 28-03-2012 a las 14:09 +0200, Andreas Kurz escribió:
>> _______________________________________________
>> Linux-HA mailing list
>> [email protected]
>> http://lists.linux-ha.org/mailman/listinfo/linux-ha
>> See also: http://linux-ha.org/ReportingProblems
>>
>> mensaje de correo electrónico adjunto
>>> --------- Mensaje reenviado --------
>>> Asunto: 
>>> Fecha: Wed, 28 Mar 2012 14:46:15 +0200
>>>
>> For a new cluster you should go with Corosync ... choose either
>>        Heartbeat _or_ Corosync. Don't start both at the same time.
>>        
>>        Can you share the corosync.conf that produced that errors you
>> showed in
>>        previous mails?
>>
> Ok That's my idea, but how I can't make it run I began to test other
> thing even stupid ones.
> This is my corosync.conf

Looks ok, if all nodes have the same file and the same (and correct)
auth file all should run fine.

Disable secauth and see if it still does not work ....

Regards,
Andreas

-- 
Need help with Pacemaker?
http://www.hastexo.com/now


> # cat /etc/corosync/corosync.conf
> # Please read the openais.conf.5 manual page
> 
> totem {
>       version: 2
> 
>       # How long before declaring a token lost (ms)
>       token: 3000
> 
>       # How many token retransmits before forming a new configuration
>       token_retransmits_before_loss_const: 10
> 
>       # How long to wait for join messages in the membership protocol (ms)
>       join: 60
> 
>       # How long to wait for consensus to be achieved before starting a new
> round of membership configuration (ms)
>       consensus: 3600
> 
>       # Turn off the virtual synchrony filter
>       vsftype: none
> 
>       # Number of messages that may be sent by one processor on receipt of
> the token
>       max_messages: 20
> 
>       # Limit generated nodeids to 31-bits (positive signed integers)
>       clear_node_high_bit: yes
> 
>       # Disable encryption
>       secauth: on
> 
>       # How many threads to use for encryption/decryption
>       threads: 0
> 
>       # Optionally assign a fixed node id (integer)
>       # nodeid: 1234
> 
>       # This specifies the mode of redundant ring, which may be none, active,
> or passive.
>       rrp_mode: none
> 
>       interface {
>               # The following values need to be set based on your environment 
>               ringnumber: 0
>               bindnetaddr: 10.104.0.0
>               mcastaddr: 226.94.1.1
>               mcastport: 5405
>       }
> }
> 
> amf {
>       mode: disabled
> }
> 
> service {
>       # Load the Pacemaker Cluster Resource Manager
>       ver:       0
>       name:      pacemaker
>       use_mgmtd: yes
> }
> 
> aisexec {
>         user:   root
>         group:  root
> }
> 
> corosync {
>     user: root
>     group: root
> }
> 
> logging {
>         fileline: off
>         to_stderr: yes
>         to_logfile: no
>         to_syslog: yes
>       syslog_facility: daemon
>         debug: off
>         timestamp: on
>         logger_subsys {
>                 subsys: AMF
>                 debug: off
>                 tags: enter|leave|trace1|trace2|trace3|trace4|trace6
>         }
> }
> 
> 
> Thank


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to