Forum Discussion
F5 LTM manual resume problem
mwi
Let's assume you would seperate both into two different pools and we would conditionallay govern this via an iRule.
when CLIENT_ACCEPTED {
set default_x_pool [LB::server pool]
if {[active_members $default_pool] < 1}{
pool Service_backup_y_pool
}
}
M_Saeedgood idea, but the primary node would be active on the second HA-Cluster member.
Did you see the Picture?
- PauliusNov 15, 2023MVP
mwi Can you take a moment to explain the situation in a different way because I am not understanding what you mean even after looking at your diagram.
- mwiNov 15, 2023Cirrus
i can try.
We have a HA-Cluster with two F5 Loadbalancer (LB1 and LB2), on this cluster is an pool with two nodes (primary and secondary), primary node hast configured manual resume, secondary not.
This all works as intended.
Problem is if LB1 is the active member of the cluster and lost network connection to primary node and LB2 doesent, it routes the traffic to secondary node. If now LB1 goes down (in example lost power) and LB2 is now the active clustermember, it routes traffic again to the primary node because it doesnt know that LB1 switched to the secondary node.
- M_SaeedNov 16, 2023Cirrus
We need to know whether you are handling stateful or a stateless traffic .. ex it's a database or http traffic?
- mwiNov 17, 2023Cirrus
its a Database
Recent Discussions
Related Content
* 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