To start, VoltDB requires a recent release of the Linux operating system. The supported operating systems for running production VoltDB databases are:
CentOS V6.3 or later. Including CentOS 7.0
Red Hat V6.3 or later, including Red Hat 7.0
Ubuntu 10.04[1], 12.04, and 14.4
It may be possible to run VoltDB on other versions of Linux. Also, an official release for Macintosh OS X 10.7 and later is provided for development purposes. However, the preceding operating system versions are the only fulled 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 7 or 8
NTP
Python 2.4 or later
Sun Java SDK 7 or later is recommended. OpenJDK 7 or later is also supported. Note that the VoltDB server requires Java 7 or 8; however, the Java client is also compatible with Java 6.
VoltDB requires the system clocks on all cluster nodes be synchronized to within 100 milliseconds. 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.4 or later is required to use the VoltDB shell commands.