Accusys ExaSAN B08S2-PS User Manual
Page 47

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