Historic archive

Installing VirtEngine on CentOS

Introduction Before we begin, lets install OpenJDK8 and cassandra. This tutorial will help you set up VirtEngine. Prerequisites OpenJDK8 su -c “yum install java-1.8.0-openjdk” Cassandra 3…

VirtEngine by DET.io 1 minute

An operations room with wall displays.

Introduction

Install VirtEngine Virtualization Cloud Platform

Before we begin, lets install OpenJDK8 and cassandra.

This tutorial will help you set up VirtEngine.

Prerequisites

OpenJDK8

su -c “yum install java-1.8.0-openjdk”

Cassandra 3.x

Cassandra Installation

Install VirtEngine

sudo yum update

sudo yum install verticenilavu verticegateway verticensq vertice verticevnc

Conclusion

These are the very simple steps to launch our platform in CentOS. Now you need to configuire it!

Continue reading

More from the archive

A high-performance computing cluster, racks in a row.
Historic archive

Cassandra Replication - HA

Introduction Cassandra stores replicas on multiple nodes to ensure reliability and fault tolerance. A replication strategy determines the nodes where replicas are placed. The total number…