Operating Systems
Our software is platform agnostic and will run on anything with an appropriate JVM version.
More information on supported OSes can be found by looking at our OS Compatibility Matrix
Application Servers
We recommend 2 application servers – One active, one hot standby. For each, we recommend the following:
- Processor: 64-bit, 4+ cores
- Memory: 8-16GB
- Storage: Your individual requirements depend on your usage, retention policies, and types of applications. Additionally, the server logs must also be taken into consideration -- over time log storage can add up. The footprint for the server is a few gigabytes if using an external file storage; however if an external storage is not being used, this can be in the terabytes. See Codestation & Logs below.
- Regardless of the base installation install size, extra space is needed for temporary files during artifact transfers, etc. This usually occurs in Windows' temp directory or *nix /tmp/ mount.
CodeStation & Logs
We recommend using an external file system for CodeStation artifacts and logs. We also recommend that this file system is backed up at least daily. It is common to require several terabytes for artifact and log storage.
Database Servers
We recommend 2 database servers – One active, one hot standby. For Oracle RAC, we recommend a cluster of at least 2 machines. For each, we recommend the following:
- Processor: 64-bit, 4+ cores
- Memory: 32GB
- Storage: 20GB to start. 100GB is a safe 5-year size for the database.
Network
- Gigabit (1000) Ethernet with low latency to database
- Agents need to be accessible from the server (may require firewall changes)
Java
The server requires Java 1.6+, the agent needs 1.5+
More Information
For more information about uDeploy, please go to the official documentation.
Back