Forum Discussion
Chris_Phillips
Nimbostratus
Jun 12, 2012default TCP profile - idle timeout vs keepalive
Nice short one... the default TCP idle timeout is 300 seconds, yet the default keepalive interval is 1800. What's going on here? Is there some subtlety I'm missing here? How does it wait 6 times longe...
Hi Stephen,
You could always submit a request for enhancement via support if you think it would be helpful to be able to add/view comments (in the GUI?) to the objects in the configuration.
Aaron
- Pepi_71346Jun 28, 2011
Nimbostratus
Hi Aaron! - Do you want to split out read requests to one server and write requests to another? If so, I don't think this is really feasible. Just about the only SQL "load balancing" I've seen done on LTM is to always use one server unless it's down and then only use that server even if the first server comes back up. That solution is described here:
- Pepi_71346Jun 28, 2011
Nimbostratus
The client is an application server. This application server divides read and write requests between two virtual servers, one that handles only the read requests and another only write operations. Each virtual server has a pool with two nodes, so if one falls, the other node serving requests. - Pepi_71346Jun 28, 2011
Nimbostratus
The client is an application server. This application server divides read and write requests between two virtual servers, one that handles only the read requests and another only write operations. Each virtual server has a pool with two nodes, so if one falls, the other node serving requests. - Pepi_71346Jun 29, 2011
Nimbostratus
Hi Aaron! - Colin_Walker_12Jun 29, 2011Historic F5 AccountSo what is it exactly you want to do with the virtuals, if anything? It sounds like all you want are two simple virtuals, one for reads and one for writes, that simply forward traffic back to the servers in each pool. If that's the case, then you wouldn't need any kind of special configuration or iRule at all. Am I missing something? Is there something else you wanted to do to the traffic mid-stream?
- Pepi_71346Jun 30, 2011
Nimbostratus
Hi Colin! - Colin_Walker_12Jun 30, 2011Historic F5 AccountIt depends on what kind of monitor you want. This almost certainly wouldn't be via iRule, you'd want to do it via an external monitor most likely, and have a script execute from the BIG-IP to check the DBs to determine their status. Does that sound like what you're looking for?