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
cd ~/xtreemfs
sudo echo "Hello world from XtreemFS Client 1!" >> helloWorld.txt
mount.xtreemfs "dir.xtreemfs.org"/myVolume ~/xtreemfs
//Replace "dir.xtreemfs.org" with your DIR server public IP address or domain name
sudo mkdir ~/xtreemfs
mkfs.xtreemfs mrc.xtreemfs.org/myVolume
//Replace "mrc.xtreemfs.org" with MRC's public IP address or domain name
sudo /etc/init.d/xtreemfs-osd 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-mrc 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-dir start
yum install xtreemfs-client