[Help] Top to bottom load balancing install configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
11-01-2017
06:54 AM
- last edited on
03-04-2025
04:05 AM
by
kh-richa_mig
We are starting to outgrow our current JSS and are looking to set up a load balancing configuration. For all previous version we have done a pretty basic install on OS X / macOS with both tomcat and MySQL living in the same box.
We would now like to move to our virtualized platform and split out the functions. We are thinking of a system like this:
Load balancer (currently looking at pound but open to suggestions) VM
2+ JSSs running tomcat VM (Ubuntu LTS or CentOS/RPM based os - open to suggestions)
1 MySQL database VM (Ubuntu LTS or CentOS/RPM based os - open to suggestions)
I've found instructions on doing complete JSS installs on individual linux VMs (with everything living on one box) but nothing that brings you through an example install of a split up system on Linux.
Am I just missing this documentation or is there someone who has done a good step by step guide?
- Labels:
-
Jamf Pro

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 11-01-2017 07:46 AM
We are running multiple JSSs as follow:
- 2 Ubuntu machines with Tomcat (clustered), see this guide: http://docs.jamf.com/10.0.0/jamf-pro/install-guide-manually/Introduction.html and https://docs.jamf.com/10.0.0/jamf-pro/install-guide-mac/Clustering.html.
- 1 Ubuntu machine with nginx as load balancer. There are lot of guides in the internet. Search for "sticky sessions".
- 1 Ubuntu machine as memcache server, see this guide: https://www.jamf.com/jamf-nation/articles/428/memcached-installation-and-configuration-for-clustered... (memcache will be required in future versions 10.0.0 )
- 1 Ubuntu machine with MySQL server. There are lot of guides in the internet (check specifications first: https://resources.jamf.com/documents/products/documentation/Jamf-Server-System-Requirements.pdf )
On one setup we are running about 35 JSSs as multicontext. We are running this setup 4 times with a total of about 120 JSSs without any issues.
