Forum Discussion
Fabrizio_Chiava
Nimbostratus
Aug 06, 2010loggin SQL transaction
Hello everybody,
I have got a DB architecture with web server that open SQL session to DB in other part of network and write data on DB. I would to load balance this transaction with BIGIP and I would to know if it's possible to configure the log for capture the SQL (or Oracle, or MySql, or other) transaction (f.i. webserver1 is connected to DB1).
It is possible to do that?
Thanks in advance
Best regards
Fabrizio.
4 Replies
- hoolio
Cirrostratus
Hi Fabrizio, - Fabrizio_Chiava
Nimbostratus
Hi Aaron, - hoolio
Cirrostratus
The iRule would ensure that only one DB server is used at a time. If that selected server goes down, then all new connections would go to the second server even after the first one comes back up. You should be able to use it on a Performance L4 / FastL4 VS. You could add debug logging which records the client IP and server with the persistence record. I haven't tested the logging, but something like this should work:when CLIENT_ACCEPTED { persist uie 1 log local0. "[IP::client_addr] -> [persist uie lookup 1]" }
- Singh_74932
Nimbostratus
One query ! Is it better to use iRule or Priority group here ? cause using irule will mean that every query from web > db needs to be processed against the irule but in other case it is not . I never compared both methods but i use priority groups ..
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