43
6.1.2 Installing on Linux
6.1.2.1 System Requirement:
Server :
1.
JRE 1.4 or later version
2.
Bash shell
3.
Apache web server
Client :
1.
JRE 1.4 or later version
2.
Java Web Start 1.x or later version
3.
Web Browser (ex. Mozilla, Netscape, FireFox, Opera...)
6.1.2.2 Software Installation:
1. Setup IP Address of installation Server.
2. Install Web server application.
3. Install JRE or JDK.
4. Install JAVA 2 WebStart Software.
(Free download from: http://java.sun.com/j2se/index.jsp)
5. Install “ProRAIDMgr”.
Step 1: Login as ‘root’.
Step 2: Mount CD.
Step 3: Change directory to ‘UNIX’.
Step 4: Copy proraidmgr.tar.gz to the directory you want to install proRAIDMgr ($install_dir)
Step 5: cd $install_dir
Step 6: tar -xvzf proraidmgr.tar.gz
Step 7: cd $install_dir/proware
Step
8:./install.sh
Step 9: Create an alias named 'proRAIDMgr' in your web server config file
(ex. /etc/httpd/httpd.conf) and link it to $install_dir/proware/web
Sample:
Alias /proRAIDMgr/ "$install_dir/proware/web/"
<Directory "$install_dir/proware/web">
Options Indexes FollowSymlinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Step 10: Add the follow to mime.types file (ex. /etc/mime.types)
application/x-java-jnlp-file JNLP
6. Start
proRAIDMgr:
Step 1: Restart your web server
Step 2: cd $install_dir/proware
Step 3: ./start
Step 4: Open your browser and navigate to http://your_ip/proRAIDMgr/raidMgr.html
Note:
1.
You must login as root to install proRAIDMgr
2.
If your IP address has been modified, please edit ./web/proRAIDMgr.jnlp manually
or exceute ./install.sh again.