Forum Discussion
mart_58302
Nimbostratus
Oct 02, 2008F5 as high availability failover and not as load sharing?
Hello.
I need to make high availability failover solution with F5 and I can't find the way how to do it - VIP holding certificate and pool with two identical nodes, which act as high availability, not load sharing etc as the problem is, that both nodes are running one specific application, and only one application in one server can be in live. So if the first node goes down, all the traffic will be switched to the second node and if later the fist node come available, still the second node holds active connections and also gets all new connections, until it goes down and all the traffic will be switched to the first node, and so on?
Is this possible with F5, using latest 9.4.5 HF 2?
- hoolio
Cirrostratus
Yep. Deb posted a nice example of this in the iRules codeshare: - mart_58302
Nimbostratus
- mart_58302
Nimbostratus
01070151:3: Rule [single_node_persistence] error: line 1: [undefined procedure: rule] [rule PriorityFailover { when CLIENT_ACCEPTED { persist uie 1 } }]
- The "rule PriorityFailover {" is for the configuration file. If you are trying to save the rule in the GUI or the Editor just include the "when" pieces.
when CLIENT_ACCEPTED { persist uie 1 }
- mart_58302
Nimbostratus
when CLIENT_ACCEPTED { persist uie 1 }
- JRahm
Admin
If entering in the GUI, this is all you need, as the rule { } is wrapped around the argument for inclusion in the CLI (masked in the GUI):when CLIENT_ACCEPTED { persist uie 1 }
- JRahm
Admin
Disregard...missed Joe's response - mart_58302
Nimbostratus
when CLIENT_ACCEPTED { persist uie 1 }
- hoolio
Cirrostratus
Hi Mart, - mart_58302
Nimbostratus
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