Forum Discussion

Allwyn_Mascaren's avatar
Mar 15, 2019

HA Group scoring

HI devs,

root@(bigip1)(cfg-sync Disconnected)(Active)(/Common)(tmos) list sys ha-group ha-group-bigip1-tg1 pools 
sys ha-group ha-group-bigip1-tg1 {
    pools {
        app1 {
            app-service none
            attribute percent-up-members
            percent-up 100
            threshold 3
            weight 10
        }
    }
}
root@(bigip1)(cfg-sync Disconnected)(Active)(/Common)(tmos) list sys ha-group ha-group-bigip1-tg1 active-bonus 
sys ha-group ha-group-bigip1-tg1 {
    active-bonus 10
}

What will be the total weight of my bigip2 in this config? I have the pool with 4 active mems and 3 are min-mem in ha groups with weight 10.

So will it assign 10 to each of the available members? So it should be 40 + active bonus = 50, the weight is 50 total?

This is just a lab setup and I understand this is not rec for prod.

The HA group video from f5 says all bigip devices should have virtual addresses associated with TG1.

But I am thinking ha groups are supported with multiple TGs too right?

No RepliesBe the first to reply