Difference between revisions of "NAS Storage Node"

From FOG Project
Jump to: navigation, search
m
m
Line 1: Line 1:
* Information taken from
+
* Information sited from
 
**http://fogproject.org/forum/threads/create-nas-and-fog-1-1-2.12597/#post-44080
 
**http://fogproject.org/forum/threads/create-nas-and-fog-1-1-2.12597/#post-44080
 +
*This is an option that has been successfully done on a few occasions and <u>'''NOT ALL'''</u> NAS devices work as a Storage node.
 +
**This is a generic setup for NAS devices
  
 
== Basic Idea ==
 
== Basic Idea ==
Line 6: Line 8:
 
*Install FOG storage node script on NAS and use it as a Storage node for your FOG server.
 
*Install FOG storage node script on NAS and use it as a Storage node for your FOG server.
 
*A few basic things will need to be installed by the install script ssh, ftp, nfs, and mysql.  
 
*A few basic things will need to be installed by the install script ssh, ftp, nfs, and mysql.  
*This is an option that has been successfully done on a few occasions and <u>'''NOT ALL'''</u> NAS devices work as a Storage node.
 
**This is a generic setup for NAS devices
 
  
 
== Installation ==
 
== Installation ==
 +
 +
'''NOTE:''' It is assumed that you already have a working FOG server at this point in time. If you do not please ask in the [fogproject.org/forum forum] to get the server working first.
  
 
*First you must obtain (enable) ssh on your NAS to be able to even work with it.
 
*First you must obtain (enable) ssh on your NAS to be able to even work with it.
Line 15: Line 17:
  
 
*Download FOG from our [http://sourceforge.net/projects/freeghost/files/latest/download download page] or use a [[Upgrade_to_trunk | trunk version]].
 
*Download FOG from our [http://sourceforge.net/projects/freeghost/files/latest/download download page] or use a [[Upgrade_to_trunk | trunk version]].
 +
 +
*Unpack the FOG tar and navigate to fog/bin.
 +
 +
*Run install script ./install.sh
 +
 +
*Select mode '''S'''
 +
 +
*Go to your webgui of your FOG server

Revision as of 11:58, 20 March 2015

Basic Idea

  • Install FOG storage node script on NAS and use it as a Storage node for your FOG server.
  • A few basic things will need to be installed by the install script ssh, ftp, nfs, and mysql.

Installation

NOTE: It is assumed that you already have a working FOG server at this point in time. If you do not please ask in the [fogproject.org/forum forum] to get the server working first.

  • First you must obtain (enable) ssh on your NAS to be able to even work with it.
    • On some devices such as a "My Booklive" you will need to login to the web portal and enable it from there. See your device user manual for this.
  • Unpack the FOG tar and navigate to fog/bin.
  • Run install script ./install.sh
  • Select mode S
  • Go to your webgui of your FOG server