12-06-2010 05:19 PM
Greeting
I have one VIP caused overload my css5-ssl-k9 module. I expect that the service should be suspended automatically, but, it looks like if there is overloading on backend server, and than the ssl module will overload and the whole CSS system will get perfermence issue.
Could I get advice, what may happend and if I can correct it?
Any comments will be apprecaited
thanks in advance
jul
12-07-2010 07:43 AM
Hi Jul,
I think you need to configure max connections command.
Configuring Maximum TCP Connections
By default, there is no limit on the number of TCP connections on a service. To define the maximum number of TCP connections on a service, use the max connections command. Enter the maximum number of connections from 6 to 65534. The default is 65534, which indicates that there is no limit on the number of connections.
--------------------------------------------------------------------------------
Note If you configure the absolute load calculation method on a CSS and a service exceeds the configured maximum number of connections, the CSS does not include the load of that service in any content rule load that the CSS advertises.
--------------------------------------------------------------------------------
For example:
(config-service[serv1])# max connections 7
To set the maximum TCP connections to the default value, enter:
(config-service[serv1])# no max connections
--------------------------------------------------------------------------------
Note Do not use service max connections on UDP content rules. The service connection counters do not increment and remain at 0 because UDP is a connectionless protocol.
--------------------------------------------------------------------------------
What the CSS will do is removing the server from the pool when the max-connections limit is reached. At that point, new connections will be sent to the other servers if they are available, but, if all of them are in the limit, then, yes, new connections will be dropped.
As I mentioned this feature is designed to protect the real servers themselves against an overload, the CSS is powerful enough to handle several hundred thousand concurrent connections, so, increasing the max-connection parameter for a server should not be an issue.
Use "max connections" under service definition
and use sorry servers.Sorry server will be used if the maximum connections value
is exceeded.
for details
Here you can find about the maximum number of connection a CSS can afford:
HTH
Sachin Garg
12-17-2010 11:56 AM
Hi Friend,
Kindly update the status. If your issue resolved.
Kind Regards,
Sachin Garg
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide