Forum Discussion

Igor_Morgado_38's avatar
Igor_Morgado_38
Icon for Nimbostratus rankNimbostratus
Jan 10, 2011

Redundant Pair + Network Failover

Hello!

 

 

My first post:

 

 

I have two VE installations, both are using the "default" network environment:

 

- 1 mgmt interface in admin lan

 

- 1 external interface to wan lab

 

- 1 internal interface to internal server restricted vlan.

 

 

 

Hostname big1.company.com

 

Chassis 79ef654dbdc3

 

Version BIG-IP 10.1.0 Build 3341.1084 Final

 

UnitID 1

 

 

hostname big2.company.com

 

Chassis 3f0e497198f3

 

Version BIG-IP 10.1.0 Build 3341.1084 Final

 

UnitID 2

 

 

As you can notice, diff names, chassis and same version/build. The ids are ok, and both are on active/standby . I set redundancy state preference as none. Link down failover as 0.0.

 

 

ConfigSync is working fine (443 open), ips stated as expected.

 

 

Network fail over is checked in both as you can see here:

 

 

In big1 we have:

 

 

self 172.16.0.10 {

 

netmask 255.255.0.0

 

vlan internal

 

allow all

 

}

 

failover {

 

force active disable

 

peer mgmt addr 172.16.0.20

 

unicast peer big2 {

 

dest addr 172.16.0.20

 

port 1026

 

source addr 172.16.0.10

 

}

 

}

 

statemirror {

 

addr 172.16.0.10

 

peer addr 172.16.0.20

 

}

 

 

 

And in big2:

 

 

self 172.16.0.20 {

 

netmask 255.255.0.0

 

vlan internal

 

allow default

 

}

 

failover {

 

force standby disable

 

peer mgmt addr 172.16.0.10

 

unit 2

 

unicast peer big1 {

 

dest addr 172.16.0.10

 

port 1026

 

source addr 172.16.0.20

 

}

 

}

 

statemirror {

 

addr 172.16.0.20

 

peer addr 172.16.0.10

 

}

 

 

 

 

 

But both systems are on standby mode. BTW no filters are enabled.

 

 

If I set the preferable mode as active in unit1 and standby in unit2 it works but I want to let them as NONE. Where can the problem lies?

 

 

As is a VE i dont have the fail over cable connected, anyway in a case of failure detection both should assume the active mode, instead both on standby.

 

 

Any lights?

 

 

6 Replies

  • hi igor

     

     

    it appears that you don't have a unit ID assigned to big1 (i could be wrong as i tend to do most of my work in the gui, but i can see that big2 is specified as unit 2, but big1 doesn't appear to have an ID)

     

     

  • In fact, in confs there isnt.. but:

     

     

    [root@big1:Standby] config bigpipe failover unit

     

    FAILOVER - Failover Unit Id: 1

     

     

    [root@big2:Standby] config bigpipe failover unit

     

    FAILOVER - Failover Unit Id: 2

     

     

     

    Anyway I have added to bigip_base.conf and sent a b load (nothing changed)

     

     

    Tried a reboot.. (i know that should not be necessary.. but who knows) nothing changed too
  • Are you using VLAN or Network Failsafe or any HA groups or anythin? If they're both standby, it makes me think something's (either a network failsafe or a daemon failsafe) is keeping them down. Anything in /var/log/ltm?
  • Hi Igor

     

     

    could you check the in the big ip database. If the redundancy state preference set to "none" . the database should show like this.

     

     

     

    b db show|grep -i failover.force

     

    Failover.ForceActive = disable

     

    Failover.ForceStandby = disable

     

     

    that should work.

     

  • Looks like the unit is now active?

     

     

     

    Jan 17 07:05:37 local/big1 notice sod[3369]: 010c0019:5: Active

     

  • The problem is that the Peer Management Address has been configured with the Peer Self-IP address instead of the actual Management addresses.