Knowledge Base

CentOS installation

Installation:

Add public key from RPM Packages:

sudo rpm --import http://cloudplan-repo.s3-eu-central-1.amazonaws.com/repo/cloudplan.pub

Create:

/etc/yum.repos.d/cloudplan.repo

Edit the file and write the following lines:

[cloudplan]
name=cloudplan Repository
baseurl=http://cloudplan-repo.s3-eu-central-1.amazonaws.com/repo/rpm/7/
gpgcheck=1
enabled=1
gpgkey=http://cloudplan-repo.s3-eu-central-1.amazonaws.com/repo/cloudplan.pub

Update and install:

sudo yum update
sudo yum install cloudplan

Console commands (starts with “sudo cloudplan”)

–activate run activation process

–trial    enable trial license (48 hours)

–email  email node activation

–pass  password for registered user

–homepath  specify cloudplan folder

–info  display node information

–version  display cloudplan version

Start and stop commands

sudo systemctl start cloudplan

sudo systemctl stop cloudplan

sudo systemctl status cloudplan

Example: to activate a node a user can run the following chained commands:

sudo cloudplan –activate –email=someone@email.com –pass=pwd

sudo cloudplan –activate –email=someone@email.com –pass=pwd –-homepath=/home/someusername/cloudplan

Contents
Scroll to top