I'm looking for some help with the LDAP_PROBE script that is included in the ACE30. I want the script to monitor the LDAP server with the normal bind request thats included in the LDAP_PROBE, but when it fails I want the script to take it out of ser...
is it possible to ssh from a rserver which is loadbalanced by the ACE to the ACE management interface? I have three server that need to check serverfarm current connection stats as part of an upgrade script so the rserver will need to ssh to the man...
I've read the docs regarding a solution for the SSL/TLS renegotiation vulnerability for the CSS devices and I have a question regarding the recommendation of using ssl-server authentication.In the doc it states that with ssl-server authentication con...
I have two serverfarms, S1 and S2. I need S1 to probe S2 and if S2 servers are all down then I need all the servers in S1 to be taken down. This is what I was thinking. I would prefer to script this all out and use a single probe, but I'm not sur...
I have four serverfarms each assigned a tcp port range of 80 ports. Farm one will answer requests on ports tcp 1-80, farm two will and requests on tcp port 81-160 and so on. I need a TCL script that will check all the ports within the range for...
I have used the TCL script and if I run the script as you have it in your reply it does take the rserver out of service, but I have not been able to get a script to monitor the status of the rserver and take it out of service if it fail and not autom...
Yes, I understand that the probe will take it out of service if the rserver fails to respond, but my issue is I don't want the server to be brought back up in service until I have time to run my diagnostic and i will manually bring the server back in...
We have it working, but one of the things we had to do what to increase the header-maxparse-lenght. We are using http-cookie sticky, parameter-map with header-maxparse-length of 14000, persistence-rebalance and we re-encrypt everything going back t...