Better Edge Backup v5.2
User Guide
Copyright © 2008, Better Edge Technology, Inc. All Rights Reserved.
Page 11 of 121 (September 16, 2008)
2.5 Installing Better Edge Backup for Sun Solaris
1. Download the Online Backup Manager tarball relea se (obm-solaris.tar.gz) from the website.
2. Set the OBM_HOME environment variable
# export OBM_HOME=/usr/local/obm; export OBM_HOME
3. Set the JAVA_HOME environment variable to the directory whe re J2SE Java Runtime Environment (JRE)
1.4.x has been installed
# export JAVA_HOME=/usr/java/j2re1.4.x; export JAVA _HOME
4. Expand the client software to $OBM_HOME
# mkdir $OBM_HOME
# cd $OBM_HOME
# gunzip -c obm-solaris.tar.gz | tar –xf -
5. Install Better Edge Backup
# ./bin/install.sh
6. Start Auto Upgrade Agent
# /etc/init.d/auaobm start
7. Start backup scheduler
# /etc/init.d/obm-scheduler start
8. Set the DISPLAY environment variable
# export DISPLAY=IP_ADDRESS_OF_XTERMINAL[:0.0]
9. Run Better Edge Backup
# sh $OBM_HOME/bin/BackupManager.sh &