User Manual
Table Of Contents
- Notice
- About This Guide
- Guide to Conventions
- Trademarks
- Table of content
- Table of Figures
- 1. Introducing ExaSAN PCIe2.0 Storage Systems
- 2. Preparing to Install ExaSAN B08S2-PS
- 3. Installing the ExaSAN B08S2-PS
- 4. Using RAIDGuardX GUI
- 4.1 Accessing the RAIDGuardX GUI
- 4.1.1 RAIDGuard X Client and Server
- 4.1.2 RAIDGuard X Menu Bar
- 4.1.3 Updating the ExaSAN RAID system Firmware
- 4.1 Accessing the RAIDGuardX GUI
- 5. RAID Overview
- 6. Appendices

3. Installation
User Guide Page 3-15
# cd /root/
# unzip RAIDGuard X Client x.x.zip
# cd /Client/x.x
# chmod 777 RAIDGuardX.jar
# java –jar RAIDGuardX.jar
PS: To change the OS default JAVA path, open a terminal window on the desktop, and enter the
following commands:
# vi /etc/profile
Insert the following context description into /etc/profile.
(Replace the correct Java version that you installed in the following.):
export JAVA_HOME="/usr/java/jre1.6.0_14"
export JRE_HOME="$JAVA_HOME/jre"
export PATH="$JAVA_HOME/bin":$PATH:
export CLASSPATH=.:"$JAVA_HOME/lib": "$JRE_HOME/lib":
Example:
# reboot