Forum Discussion
guy_deffaux_215
Nimbostratus
Apr 04, 2006Similar feature to LB::status under v9.0.5
Hi,
We are about to use iRules to load balance servers based on the state of other servers. For example the rule would look like "if poolB-node3 down go node poolA-node1 else use poolA". ...
guy_deffaux_215
Nimbostratus
Apr 09, 2006rather straight foward. Srv1 = COM+ and Svc2 = MQ
BIG-IP sees only HTTPs traffic encrypted by web server
when CLIENT_ACCEPTED {
log "Client accepted"
if { [active_members Test_iRule_HTTPS_Pool] < 2 } {
log "0 or 1 HTTPS (COM+) node up -> use HTTPS pool Test_iRule_HTTPS_Pool"
pool Test_iRule_HTTPS_Pool
}
else {
2 nodes up on POOL_HTTPS
if { [active_members Test_iRule_MQ_Pool] > 0 } {
log "2 HTTPS (COM+) nodes up, 1 or 2 MQ nodes up -> use MQ pool Test_iRule_MQ_Pool"
pool Test_iRule_MQ_Pool
}
else {
log "2 HTTPS (COM+) nodes up, 0 MQ node up -> use HTTPS pool Test_iRule_HTTPS_Pool"
pool Test_iRule_HTTPS_Pool
}
}
}Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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