2.2. Install Required Software

Documentation

VoltDB Home » Documentation » Administrator's Guide

2.2. Install Required Software

To start, VoltDB requires a recent release of the Linux operating system. The supported operating systems for running production VoltDB databases are:

  • CentOS V6.6 or later. Including CentOS 7.0 and later

  • Red Hat (RHEL) V6.6 or later, including Red Hat 7.0 and later

  • Ubuntu 14.04 and 16.04

It may be possible to run VoltDB on other versions of Linux. Also, an official release for Macintosh OS X 10.9 and later is provided for development purposes. However, the preceding operating system versions are the only fully tested and supported base platforms for running VoltDB in production.

In addition to the base operating system, VoltDB requires the following software at a minimum:

  • Java 8 or 11

  • NTP

  • Python 2.6 or later (2.7 is recommended)

Sun Java SDK 8 or 11 is recommended, but OpenJDK 8 or 11 is also supported.

VoltDB works best when the system clocks on all cluster nodes are synchronized to within 100 milliseconds or less. However, the clocks are allowed to differ by up to 200 milliseconds before VoltDB refuses to start. NTP, the Network Time Protocol, is recommended for achieving the necessary synchronization. NTP is installed and enabled by default on many operating systems. However, the configuration may need adjusting (see Section 2.5, “Configure NTP” for details) and in cloud instances where hosted servers are run in a virtual environment, NTP is not always installed or enabled by default. Therefore you need to do this manually.

Finally, VoltDB implements its command line interface through Python. Python 2.6 or later is required to use the VoltDB shell commands.