Linux SATA RAID GUI Install

If the target Linux system does not have JAVA Runtime Environment installed, do the following to install JAVA Runtime Environment:

  1. Download JAVA 2 Runtime Environment Standard Edition 1.4.0_02 for Linux from http://java.sun.com/j2se/1.4/download.html (select JRE from "Linux RPM in self-extracting file" item in the list)

The download file name is j2re-1_4_0_02-linux-i586-rpm.bin

  1. Change to the directory where the download file is saved.

  2. Type "sh j2re-1_4_0_02-linux-i586-rpm.bin" to unpack the file. Accept the license terms.

  3. Type "rpm –i j2re-1_4_0_02-fcs-linux-i586-rpm", JAVA runtime libraries will be copied to /usr/java/j2re1.4.0_02 directory

 

Do the following steps to install and run JAVA GUI:

  1. Copy the si3112gui_rtm.tgz file to a directory

  2. Change to the directory where the si3112gui_rtm.tgz file is copied to

  3. Type "tar –xzvf si3112gui_rtm.tgz" to unpack GUI package to /usr/local/Si3112 directory

  4. Type "sh /usr/local/Si3112/si3112gui.sh" to run the GUI

 

Note: If the target machine has other version of JAVA Runtime Environment installed or it is installed in a

different directory, the si3112gui.sh file can be modified to point to the installed directory. To do this, replace the line "JAVA_CMD="/usr/java/j2re1.4.0_02" with

"JAVA_CMD="your JAVA Runtime directory"