Hi!
maybe this can help....

mcast - configures multicast communication path
The mcast directive is used to configure a multicast communication path.
The syntax of an mcast directive is:
 mcast dev mcast-group udp-port ttl 0
dev - IP device to send/rcv heartbeats on
mcast-group - multicast group to join (class D multicast address
224.0.0.0 - 239.255.255.255). For most Heartbeat uses, the first byte
should be 239.
port - UDP port to sendto/rcvfrom (set this to the same value as udpport)
ttl - the ttl value for outbound heartbeats. This affects how far the
multicast packet will propagate. (0-255). Set to 1 for the current
subnet. Must be greater than zero.
A sample mcast directive is shown below:
 mcast eth0 239.0.0.1 694 1 0

I'm not using mcast so i can't help you more... but bond0 is mcast
interface or eth2?
the log says that eth2 does not exist.

i hope it helps...

On Mon, Nov 19, 2012 at 5:49 PM, Felipe Gutierrez
<felipe.o.gutier...@gmail.com> wrote:
> Hi everyone,
>
> I am following the tutorial
> http://www.linux-ha.org/doc/users-guide/users-guide.html to install and run
> the heartbeat. However, I have some problems.
>
> As show at heartbeat configuration
> page<http://www.linux-ha.org/doc/users-guide/_creating_an_initial_heartbeat_configuration.html>,
> I configuref my ha,cf file like this:
> autojoin none
> mcast bond0 239.0.0.43 694 1 0
> bcast eth2
> warntime 5
> deadtime 15
> initdead 60
> keepalive 2
> node cloud9
> node cloud10
> pacemaker respawn
>
>
> And when I start the heartbeat I get this error:
>
> Starting High-Availability services:  Heartbeat failure [rc=6]. Failed.
>
> heartbeat[11996]: 2012/11/19_18:40:31 ERROR: glib: Unable to retrieve local
> interface address for interface [bond0] using ioctl(SIOCGIFADDR): No such
> device
> heartbeat[11996]: 2012/11/19_18:40:31 ERROR: glib: mcast device [bond0] is
> invalid or not set up properly
> heartbeat[11996]: 2012/11/19_18:40:31 ERROR: glib: Get broadcast for
> interface eth2 failed: No such device
> heartbeat[11996]: 2012/11/19_18:40:31 ERROR: glib: IP interface [eth2] does
> not exist
> heartbeat[11996]: 2012/11/19_18:40:31 ERROR: Illegal bcast [UDP/IP
> broadcast] in config file [eth2]
> heartbeat[11996]: 2012/11/19_18:40:31 info: Pacemaker support: respawn
> heartbeat[11996]: 2012/11/19_18:40:31 ERROR: Heartbeat not started:
> configuration error.
> heartbeat[11996]: 2012/11/19_18:40:31 ERROR: Configuration error, heartbeat
> not started.
>
>
> Does anyone know what is happening?
>
> Best Regards,
> Felipe
>
> --
> *--
> -- Felipe Oliveira Gutierrez
> -- felipe.o.gutier...@gmail.com
> -- https://sites.google.com/site/lipe82/Home/diaadia*
> _______________________________________________
> Linux-HA mailing list
> Linux-HA@lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to