Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Load Balancer redirect
Name: comn8u Date: March 20, 2007 at 06:28:13 Pacific OS: Microsoft Server 2003 CPU/Ram: 4gb Product: Dell
Comment:
I am trying to set up a queue to manage traffic to an application on the server that only accepts 250 concurrent users at one time. How would I set up the redirect on the load balancer to redirect the first user that exceeds the 250 concurrent users to a page, for example, that would say "Your request cannot be executed at this time".
load balancer - F5 BigIp 2 servers - MS Server 2003
Name: rais Date: March 20, 2007 at 07:30:57 Pacific
Reply:
On VIP definition you can specify the limit of 250 max connections. VIP will not accept any more connections.
Thanks.
0
Response Number 2
Name: comn8u Date: March 20, 2007 at 08:32:01 Pacific
Reply:
Thanks for the reply. How do you specify the redirect? Or I should ask, where do you specify the redirect?
Also, what is the norm for setting up a redirect page? Would I add a script to keep check the status of the limit within the script and then redirect? Is there a queuing process that I can setup?
Yes
0
Response Number 3
Name: rais Date: March 28, 2007 at 06:57:38 Pacific
Reply:
I am not sure how to set up redirect. If you want you can use iRules and count the number of connections. if they exceed 250, you can redirect a client to some other site.
On 3DNS redirect is via fallback host. Should none of the IPs are available in 3dns, clients are redirected to fallback host.
Summary: I have a dual port Intel PRO 100 network card that I need to setup for load balancing. I assume the software will assign a single IP address for both ports. How do I handle NetBEUI. I dont want to hav...
Summary: Hi, Im a final year student doing my project in HTTP traffic distribution within the clustered web server. I need help and advise in some areas in my project. I will be greatful anyone can help me in ...