Thanks Marian,
that just did the trick for my solution, only thing is an error in your
script where:
if [ "$iface" == "yes" ];
should have been
if [ "$link_status" == "yes" ];
Now my monitored service fails as soon as a cable is unplugged - which is
just perfect, but the HA tries to just rest
If you're using haresources - google ipfail
If you're using the xml-based configuration, google: configuration explained pdf
and look for the section titled "migration due to connectivity
changes" in the resulting document
On Wed, Nov 19, 2008 at 15:49, KAD_USER <[EMAIL PROTECTED]> wrote:
>
> H
On Friday 21 November 2008 03:12:56 Marian Marinov wrote:
> On Wednesday 19 November 2008 16:49:55 KAD_USER wrote:
> > Hi,
> >
> > Running SLES10.2 we have the following setup:
> >
> > Node1:
> > - eth0 and eth1 are bonded into bond0, eth3 is used for heartbeat.
> > - LINUX HA has been setup with o
On Wednesday 19 November 2008 16:49:55 KAD_USER wrote:
> Hi,
>
> Running SLES10.2 we have the following setup:
>
> Node1:
> - eth0 and eth1 are bonded into bond0, eth3 is used for heartbeat.
> - LINUX HA has been setup with one resource which uses bond0 to provide
> another virtual IP-address has b
Hi,
Running SLES10.2 we have the following setup:
Node1:
- eth0 and eth1 are bonded into bond0, eth3 is used for heartbeat.
- LINUX HA has been setup with one resource which uses bond0 to provide
another virtual IP-address has been setup.
Node2:
- eth0 and eth1 are bonded into bond0, eth3 is us