A remote agent supervisor is an application that is installed alongside a Bamboo remote agent, by default. The remote agent supervisor is an implementation of the Java Service Wrapper.
The remote agent supervisor monitors remote agents on the machine that it is installed on. If any remote agent crashes, the remote agent supervisor will automatically attempt to restart it. If communications are lost with the Bamboo server, the remote agent will shut itself down and wait for the remote agent supervisor to restart it.
The remote agent supervisor will run on the following operating systems:
- Linux:
- x86
- x86_64
- IA64
- PPC 64 bit (but not 32 bit)
- Mac OSX:
- all architectures
- Solaris:
- x86
- x86_64 (running in 32 bit mode)
- IA64 (running in 32 bit mode)
- SPARC (both 32 bit and 64 bit)
- Windows:
- 32 bit
- 64 bit
3 Comments
TimmJD
Jun 01, 2010Dont'd know anything about java and services under Windows...but it works for me to get Bamboo installed as a Service on Windows 7 x64
Aggelos T. Paraskevopoulos
Sept 28, 2010Any chance we see a supervisor for AIX 64bit? It seems like latest versions of Java Service Wrapper run on AIX.
Anonymous
Mar 28, 2013I wonder if this wrapper can be used to turn agent off and back on as needed? If wrapper turns off an agent, does it free a spot in a list of licensed agents? Imagine scenario where we may have large pool of different VMs and turn bamboo agents on and off as needed to keep the total number in line with the license?