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

Both sides previous revision Previous revision
Next revision
Previous revision
computing:backup:ahsay_obs [2015/05/30 18:39]
gcooper
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 58: Line 58:
 wget http://ahsay-dn.ahsay.com/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 313: 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 330: 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.1433032744.txt.gz · Last modified: 2015/05/30 18:39 by gcooper