User Tools

Site Tools


computing:backup:ahsay_obs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
computing:backup:ahsay_obs [2015/01/24 08:50]
127.0.0.1 external edit
computing:backup:ahsay_obs [2020/12/03 13:05] (current)
gcooper
Line 19: Line 19:
 ==== Clients ==== ==== Clients ====
  
-Web Interface -> Manage Log -> Backup Job+**Web Interface -> Manage Log -> Backup Job**
  
 ==== Server ==== ==== Server ====
  
-Web Interface -> Manage System -> Software License+**Web Interface -> Manage System -> Software License**
  
 ===== Upgrade OBSR ===== ===== Upgrade OBSR =====
Line 56: Line 56:
 # Move into $OBS_HOME, download the latest version and extract it # Move into $OBS_HOME, download the latest version and extract it
 cd $OBS_HOME cd $OBS_HOME
-wget http://www.ahsay.com/download/customer/software/obs/current/obsr-nix.tar.gz+wget http://ahsay-dn.ahsay.com/current/obsr-nix.tar.gz
 tar -xzvf obsr-nix.tar.gz tar -xzvf obsr-nix.tar.gz
 +
 +# Delete a couple of large log files in order not to fill the root partition
 +rm -f $OBS_HOME_BAK/logs/catalina.out.*
  
 # Copy original files into the upgrade installation # Copy original files into the upgrade installation
Line 117: Line 120:
 ===== Auto Update Agent (AUA) ===== ===== Auto Update Agent (AUA) =====
  
-:!: The [[http://pedia.ahsay.com/display/2/kb/article.aspx?aid=2686|Upgrade Guide]] has notes on updating the AUA configuration.+:!: You can kick off the update on the client by restarting the AUA service.
  
-https://help.ahsay.com/display/2/kb/article.aspx?aid=2375&n=1&docid=73123+:!: You can see the client versions easily In the web admin: **Manage Log -> Backup Job**
  
-http://forum.ahsay.com/viewtopic.php?t=4914+==== Select Clients for AUA ====
  
-http://forum.ahsay.com/viewtopic.php?t=6004+**Manage User -> Auto Update -> All**
  
-:!: The upgrade files supplied by the standard OBSR installation package contain non-customized files.  See this [[https://help.ahsay.com/display/2/articleDirect/index.aspx?aid=2512&link=|FAQ]] for customization details. +==== Enable AUA ====
- +
-Enable AUA:+
  
 <file> <file>
Line 135: Line 136:
 </file> </file>
  
-Customize AUA:+==== Customize AUA ====
  
 <file> <file>
 vim webapps/obs/liveUpdate/index.xml vim webapps/obs/liveUpdate/index.xml
 </file> </file>
- 
-:!: You can kick off the update on the client by restarting the AUA service. 
- 
-:!: You can see the client versions easily In the web admin: **Manage Log -> Backup Job** 
  
 ===== Performance ===== ===== Performance =====
Line 276: Line 273:
  
 <file> <file>
-wget http://www.ahsay.com/download/customer/software/obs/current/obsr-nix.tar.gz 
 OBS_HOME=/opt/obs; export OBS_HOME OBS_HOME=/opt/obs; export OBS_HOME
-mkdir $OBS_HOME +mkdir $OBS_HOME && cd $OBS_HOME 
-mv obsr-nix.tar.gz $OBS_HOME +wget http://ahsay-dn.ahsay.com/current/obsr-nix.tar.gz
-cd $OBS_HOME+
 tar -xzvf obsr-nix.tar.gz tar -xzvf obsr-nix.tar.gz
 sh $OBS_HOME/bin/install.sh sh $OBS_HOME/bin/install.sh
Line 291: Line 286:
 The default username/password is **system/system** - change them to 'admin' and your own password: The default username/password is **system/system** - change them to 'admin' and your own password:
  
-Manage System -> Server Configuration -> Login Name +**Manage System -> Server Configuration -> Login Name** 
  
 ===== Filesystem Tweaks ===== ===== Filesystem Tweaks =====
Line 315: Line 310:
 </file> </file>
  
-Manage System -> Server Configuration -> System Home+**Manage System -> Server Configuration -> System Home**
   * ''/mnt/obs_homes/system''   * ''/mnt/obs_homes/system''
-Manage System -> Server Configuration -> User Homes+**Manage System -> Server Configuration -> User Homes**
   * ''/mnt/obs_homes/user''   * ''/mnt/obs_homes/user''
  
Line 332: Line 327:
 https://help.ahsay.com/display/2/kb/article.aspx?aid=2437&n=1&docid=67930 https://help.ahsay.com/display/2/kb/article.aspx?aid=2437&n=1&docid=67930
  
-Install a new disk drive, then create one large partition and format it:+Install a new disk drive, then create one large GPT partition and format it: 
 <file> <file>
-fdisk /dev/sdb+echo ';' | sfdisk /dev/sdx
  
-mkfs.ext3 /dev/sdb1+mkfs.ext3 /dev/sdx1
 </file> </file>
  
computing/backup/ahsay_obs.1422114623.txt.gz · Last modified: 2015/04/28 15:32 (external edit)