Changes

From Amahi Wiki
Jump to: navigation, search
469 bytes added ,  03:49, 23 June 2020
{{NeedsUpdate}}{{MessageBox|backgroundcolor = #faa|image =Warning.png|heading =WARNING|message = This is recommended only for advanced users, proceed with caution.}}
===What is FlexRAID?===
[http://www.flexraid.com/ FlexRAID] is a highly scalable and smart storage system that turns independent hard drives of various sizes, makes, and models into storage pools and storage pools into storage clouds.
Furthermore, FlexRAID is not limited to hard disks as it can pool data from all accessible sources including removable media, external storage, network shares, LUNs, disk arrays, etc.
'''NOTE:''' Ensure you turn off Greyhole and disable it permanently as shown in [[Greyhole#Disable_Greyhole|Greyhole Disable Section]]. THey <u>SHOULD NOT</u> been run together and could produce disastrous results.
CLI Client:
<!--http://download.openegg.org/release/FlexRAID/Basic/1.4/b7/FlexRAID_Basic_Host_1.4_beta7.bin
http://download.openegg.org/release/FlexRAID/Basic/1.4/b7/FlexRAIDWebUI_1.4.tar.gz-->
{{Link|<pre style="white-space: pre-wrap; word-break: keep-all;"><nowiki>http://download.openegg.org/release/FlexRAID/Basic/1.0/FlexRAID_Basic_CMD_Client_1.0_final.bin}}</nowiki></pre>
Forums:
{{Link| <nowiki>http://www.openegg.org/forums/forums/list.page}}<br /nowiki>
Tutorials:
{{Link| <nowiki>http://www.openegg.org/forums/posts/list/173.pagehttp://www.openegg.org/forums/posts/list/167.page}}<br /nowiki>
===Installation===
* Create a web app called '''flexraid'''
* [[Open_Terminal_as_root|As root user]], do the following:
{{Code| cd /var/hda/web-apps/flexraid wget <nowiki>http://download.openegg.org/release/FlexRAID/Basic/1.4/b7/FlexRAID_Basic_Host_1.4_beta7.bin</nowiki> wget <nowiki>http://download.openegg.org/release/FlexRAID/Basic/1.4/b7/FlexRAIDWebUI_1.4.tar.gz</nowiki> tar -xzpf FlexRAIDWebUI_1.4.tar.gz -d html chmod +x ./FlexRAID_Basic_Host_1.4_beta7.bin ./FlexRAID_Basic_Host_1.4_beta7.bin}}
* Accept the EULA and when prompted for location, enter '''''/home/<USERNAME>/openegg'''''.
* Edit the web app .conf file:
{{Code| vi /etc/httpd/conf.d/###-flexraid.conf}}
* Add the following line after ServerAlias line:
{{Code| RedirectPermanent / <nowiki>http://localhost:8080}}</nowiki>
* Restart web server:
{{Code| service httpd restart}}
* Start FlexRAID and WebUI:
{{Code| /home/user/FLEXRAID & /var/hda/web-apps/flexraid/html/start.sh}}
* Open web browser and navigate to:
{{Link| <nowiki>http://localhost:8080.}}</nowiki>
* Log in using admin/admin as user name and password.
<br />
* To enable the script to run on boot, do the following:
{{Code| install -m 755 flexraid /etc/init.d/ /sbin/chkconfig flexraid on /sbin/service flexraid start}}
* To start/stop the service:
{{Code| service flexraid start service flexraid stop}}
* To check service status:
{{Code| service flexraid status}}
=== Post Install Questions ===
12,424

edits