Skip to content

Instantly share code, notes, and snippets.

View JasonShin's full-sized avatar
🦀
Composing Software

Jason Shin JasonShin

🦀
Composing Software
  • Sydney, Australia
View GitHub Profile
//Add XtreemFS repos to your OS
sudo cd /etc/yum.repos.d/
wget "http://download.opensuse.org/repositories/home:/xtreemfs/CentOS_6/home:xtreemfs.repo"
yum install xtreemfs-server
cd /etc/yum.repos.d/
wget "http://download.opensuse.org/repositories/home:/xtreemfs/CentOS_6/home:xtreemfs.repo"
yum install xtreemfs-client
sudo /etc/init.d/xtreemfs-dir start
@JasonShin
JasonShin / shell
Last active August 29, 2015 14:26
sudo vim /etc/xos/xtreemfs/mrcconfig.properties
//Then find "dir_service.host =" section section of the configuration file
//Change "dir_service.host = localhost" to your DIR server's public IP address or domain name.
//"dir_service.host = YOUR_DIR_SERVER_IP_HERE"
sudo /etc/init.d/xtreemfs-mrc start
sudo vim /etc/xos/xtreemfs/osdconfig.properties
//find and edit "dir_service.host = localhost", replace localhost to DIR public IP address
sudo /etc/init.d/xtreemfs-osd start
mkfs.xtreemfs mrc.xtreemfs.org/myVolume
//Replace "mrc.xtreemfs.org" with MRC's public IP address or domain name