Load Balancing CTERA Portal Servers
  • 1 Minute to read
  • Dark
    Light
  • PDF

Load Balancing CTERA Portal Servers

  • Dark
    Light
  • PDF

Article Summary

General Load Balancing Best Practices

Probing to test tomcat reachability: Most load balancers have a health check/probing mechanism that checks for ports and services availability. The best scenario is to only use port tests that check if the port is available (checking ports 995 and 443). If a more accurate probing is required, use port 995 probe. With HTTPS use: portalurl/admin/startup.

Using F5 Load Balancer

The following describes setting up load balancing using a version of F5 software that is not the latest version. If your version is different, contact CTERA support for help with your configuration.
Using F5 load balancing to perform SSL offloading requires the following configuration:

  • Create an F5 iRule to add Secure and HttpOnly flags to the JSESSIONID cookie.
  • Create an F5 iRule to add HSTS flags.
  • Disable old insecure encryption algorithms like RC4.
  • If F5 is configured to use TLS 1.0, you must change it.

F5 Best Practices

The following best practices are recommended by CTERA:

  • Configure the tcp TCP protocol profile.

    • If Idle Timeout is configured, make sure the value is at least 5 minutes, 300 seconds, as CTERA handles its own TCP sessions with keep alives.
    • If Keep Alive Interval is configured, make sure the value is greater than the value specified for Send CTTP keepalive messages every in the virtual portal settings. Send CTTP keepalive messages every prevents proxy or load balancer servers from preemptively terminating connection between a CTERA Agent and the CTERA Portal. CTERA recommends setting Send CTTP keepalive messages every less than half the value specified for Keep Alive Interval.
      image.png
    • If Zero window Timeout is configured, make sure it is as high as possible. For example, 30000.
      The following shows recommended F5 settings for the tcp TCP protocol profile.
      image.png
  • Configure the source_addr Persistence profile.
    The following shows recommended F5 settings for source_addr Persistence profile.
    image.png

  • After setting the profiles, set up the load balancing for the CTERA virtual servers.
    image.png


Was this article helpful?