Difference between revisions of "FhGFS Installation and Configuration"

From Define Wiki
Jump to navigation Jump to search
(Created page with "* Steps taken from: http://www.fhgfs.com/wiki/wikka.php?wakka=DownloadInstallationPackages * Installation on Centos 6 servers with IB == System Architecture == http://www.fhg...")
 
Line 7: Line 7:
 
== Install the packages ==
 
== Install the packages ==
 
* Add the FhGFS repo to your environment
 
* Add the FhGFS repo to your environment
 +
<syntaxhighlight>
 +
  cd /etc/yum.repos.d/
 +
  wget http://www.fhgfs.com/release/latest-stable/dists/fhgfs-rhel6.repo
 +
</syntaxhighlight>
 +
 +
* Repository Signature Keys
 +
<syntaxhighlight>
 +
  rpm --import http://www.fhgfs.com/release/latest-stable/gpg/RPM-GPG-KEY-fhgfs
 +
</syntaxhighlight>

Revision as of 17:03, 29 June 2013

System Architecture

http://www.fhgfs.com/wiki/images/sysarch2.png

Install the packages

  • Add the FhGFS repo to your environment
  cd /etc/yum.repos.d/
  wget http://www.fhgfs.com/release/latest-stable/dists/fhgfs-rhel6.repo
  • Repository Signature Keys
  rpm --import http://www.fhgfs.com/release/latest-stable/gpg/RPM-GPG-KEY-fhgfs