Forum Discussion
Menchaca_356378
Nimbostratus
Apr 15, 2019HA & Disaster Recovery with Auto Failover and Auto Failback
Does F5 offer a Disaster Recovery configuration that includes an HA pair that is synced with a DR node failover device with auto failback?
Scenario: Both the Active and Standby go hard down and...
youssef1
Cumulonimbus
Apr 16, 2019Hi,
Natively you can't do it but using an irule it's possible:
can you try the following irule (I don't test it, keep me in touch)
when CLIENT_ACCEPTED {
set mypick [LB::select]
If we have both node UP we force traffic trough node 1
if { {[active_members poolName] == 2} } {
First node
if { [LB::status pool prod_443 member 1.1.1.1 443] eq "up" } {
pool prod_443 member 1.1.1.1
second node
} elseif { LB::status pool prod_443 member 2.2.2.2 443] eq "up" } {
pool prod_443 member 2.2.2.2
} else {
eval $mypick
}
}
}
Regards
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects