Forum Discussion
Pras_73305
Nimbostratus
Apr 02, 2008How to I persist sessions across multiple BIGIP pools ?
Problem :
The BIGIP has 2 pools defined. One for port 80 and one for port 443. Let’s call them webtopuat_80 and webtopuat_443 respectively. There are 2 web app servers under these pools pointing to different port ’s, 8014 for http and 7014 for https
Webtopuat_80 has members
10.166.246.12:8014
10.166.246.13:8014
Webtopuat_443
10.166.246.12:7014
10.166.246.12:7014
3DNS sits on top of the BIGIP.
Our web application running on weblogic needs to switch between http (80) & https (443) during the login process. We need persistence to be set across bigip pools (webtopuat_80 & webtopuat_443) for the same web app servers, same IP address.
Here is the sequence of steps that’s happening on the web layer.
1.User hits http://webtopuat3dns.us.dell.com/webtop (Assume this hits server 1 IP : 10.166.246.12:8014)
2.The application switches the user to https://webtopuat3dns.us.dell.com/webtop . This hits server 2 IP : 10.166.246.13:8014) [This should not happen if we have persistence across the same pool, it would be nice if it goes to 10.166.246.12:7014, same ip different port]
How can we make sure in step 2, the user goes to the same server , i.e 10.166.246.12:7014 ?
- The_Bhattman
Nimbostratus
Click here to take a look at Election Hash Load Balancing and Persistence on BIG-IP LTM. I believe that you can perform the same election accross the 2 different vips. That way the client returns to the same nodes. - Pras_73305
Nimbostratus
Thanks CB. - The_Bhattman
Nimbostratus
How about this ? - Pras_73305
Nimbostratus
I can try if that works. - Bruno_12199
Nimbostratus
Hi, - hoolio
Cirrostratus
The iRule uses UIE persistence as the primary method. You can specify a universal persistence profile as the primary method in the VIP configuration.
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