Forum Discussion
Kevin_Davies_40
Jan 19, 2015Nacreous
You going to need to replicate the environment in a non-production setting to perform functional testing. If you have one already does this problem occur there?
From your F5 can you do curl 10.1.1.1 and get a response? Try the other pool membes as well.
Are you sending lots of HTTP traffic down single connections? If so how many requests (rough estimate) per connection.
How many clients are using the service? The clients users or an application calling the service.
- Steve_M__153836Jan 19, 2015NimbostratusThis is in a non-prod environment. This is in preparation for deploying a production environment. Curl results in a 200 OK HTTP response from each pool member. No to lots of traffic from single connections. Right now we should have roughly 5-10 per, but when this goes to production that will go to at least 150 per. These users are running a browser from citrix servers. We have verified the users do have unique BigIP issued cookies in their sessions.
- Brad_ParkerJan 20, 2015CirrusThe browsers are getting unique cookies in their sessions would mean they are getting cookies for different pool members. Are they keeping the same cookie value throughout their session or is it changing with each request?
- Steve_M__153836Jan 20, 2015NimbostratusIf you are referring to each request within a single session they were retaining the same cookie value.