aland-zhang / beegfs-installer

Easy installer for BeeGFS

Home Page:https://beegfs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

beegfs-installer

Easy installer for BeeGFS

Installer only supports CentOS and Ubuntu

Installation

Management Server

curl -L -o beegfs.py http://bit.ly/2n5lDz5; sudo python2 beegfs.py management

Metadata Server

curl -L -o beegfs.py http://bit.ly/2n5lDz5; sudo python2 beegfs.py metadata

Storage Server

curl -L -o beegfs.py http://bit.ly/2n5lDz5; sudo python2 beegfs.py storage

Client

curl -L -o beegfs.py http://bit.ly/2n5lDz5; sudo python2 beegfs.py client

You may need to restart the server and run the following command.

sudo service beegfs-client start

Admon Server (optional for graphical interface)

curl -L -o beegfs.py http://bit.ly/2n5lDz5; sudo python2 beegfs.py admon

About

Easy installer for BeeGFS

https://beegfs.com


Languages

Language:Python 100.0%