Skip to content

clayrisser/beegfs-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages