Hi all,
I’ve two node in cluster with pacemaker, SLES 11 SP3.
The connection towards these nodes are managed from LVS.
I found that from the same client I can open not more than 4 session. I check on LVS configuration but there is any rules about max-connection.
I check also iptables without any specific roules.
Could you suggest me which kind of troubleshooting/check I can follow?
I’ve two node in cluster with pacemaker, SLES 11 SP3.
The connection towards these nodes are managed from LVS.
I found that from the same client I can open not more than 4 session. I
check on LVS configuration but there is any rules about max-connection.
I check also iptables without any specific roules.
Could you suggest me which kind of troubleshooting/check I can follow?[/color]
If you’re using LVS what does “ipvsadm --thresholds” report?
Sorry if this is obvious to everybody else, but what is LVS? I’m guessing
Linux Virtual Server since Google found that first, but then I do not know
which package provides this, or what multiple connections from one client
to a specific server would give you over a single connection, etc.
–
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…
[QUOTE=smflood;19633]Stefanik74 Wrote in message:
[color=blue]
I’ve two node in cluster with pacemaker, SLES 11 SP3.
The connection towards these nodes are managed from LVS.
I found that from the same client I can open not more than 4 session. I
check on LVS configuration but there is any rules about max-connection.
I check also iptables without any specific roules.
Could you suggest me which kind of troubleshooting/check I can follow?[/color]
If you’re using LVS what does “ipvsadm --thresholds” report?
[QUOTE=ab;19634]Sorry if this is obvious to everybody else, but what is LVS? I’m guessing
Linux Virtual Server since Google found that first, but then I do not know
which package provides this, or what multiple connections from one client
to a specific server would give you over a single connection, etc.
–
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…[/QUOTE]
LVS is a software-balancer for Linux.
It give rules for the connections in a system, for example of two nodes as mine.
S | Name | Type | Version | Arch | Repository
–±--------±-----------±---------------±-------±--------------------------------------------------------
i | ipvsadm | package | 1.26-5.9.1 | x86_64 | SLE11-HAE-SP3-Pool
v | ipvsadm | package | 1.24-297.30.21 | x86_64 | SUSE Linux Enterprise High Availability Extension 11 SP1[/QUOTE]
Yes, it’s for Linux virtual server, which is load-balancing support. I’d assume that the original question is that no more than 4 client requests get load-balanced to the servers in parallel. Even multiple sessions from a single server ought to be balanced, resulting from i.e. parallel loading of page elements (images) by the browser. Those would result in parallel TCP sessions and depending on the LB algorithm, may be forwarded to the same server.
I don’t know the reason, but it seems doesn’t get the parameter:
ipvsadm --thresholds
Try `ipvsadm -h’ or ‘ipvsadm --help’ for more information.
-[/color]
Sorry my bad, forgot the -l parameter. What, if anything, does “ipvsadm
-l --thresholds” report?
HTH.
Simon
SUSE Knowledge Partner
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below. Thanks.
------------------------------------------------------------------------[/QUOTE]