0% found this document useful (0 votes)
54 views

Aerospike Installation in Ubuntu

The document provides instructions for installing the Aerospike Management Console (AMC) on Ubuntu and Debian systems. It lists requirements such as Debian 6+/Ubuntu 12.04, a dual core processor, 120 MB free disk space, 2 GB RAM, and a free port 8081. Additional pre-install packages like python, gcc, and python-dev are also needed. For the enterprise edition, Ansible and sudo permissions may be required along with installing pip and specific Python packages.

Uploaded by

Rakesh Bhardwaj
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views

Aerospike Installation in Ubuntu

The document provides instructions for installing the Aerospike Management Console (AMC) on Ubuntu and Debian systems. It lists requirements such as Debian 6+/Ubuntu 12.04, a dual core processor, 120 MB free disk space, 2 GB RAM, and a free port 8081. Additional pre-install packages like python, gcc, and python-dev are also needed. For the enterprise edition, Ansible and sudo permissions may be required along with installing pip and specific Python packages.

Uploaded by

Rakesh Bhardwaj
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Install on Ubuntu and Debian

Aerospike has provided deb files for easy installation of the AMC on Ubuntu and Debian.

Requirements
The installation of the rpm requires the following:

Debian 6+/Ubuntu 12.04


Dual core processor

120 MB free hard disk space

2 GB RAM (4 GB recommended)

Port 8081 should be free

1. 1
Pre-install
For all editions of the AMC, you will need to make sure the following are installed:
o
o

python (2.6+)
gcc

python-dev

If you are missing any of the above, you can install them by running the command:
sudo apt-get install <package>

Where <package> is the missing package.


Enterprise Edition
If you are installing AMC Enterprise Edition and wish to use the advanced management
features, there are some additional pre-requisites:
o
o

You should install ansible on the AMC host. Follow the directions at:
http://www.ansibleworks.com/docs/intro_installation.html.
If you would like to run the AMC as a non-root user, you will have to have give
the user sudo permissions. Add the following line in the sudo file using visudo:
<user> ALL=(ALL:ALL) NOPASSWD: ALL

Where is the sudo user that will be running the AMC.


o
o
o
o
o

Install pip. You can find the installation instructions at


https://pip.pypa.io/en/latest/installing.html
You should install the following using the pip command:
sudo
sudo
sudo
sudo

pip
pip
pip
pip

install
install
install
install

markupsafe
paramiko
ecdsa
pycrypto

You might also like