User Tools

Site Tools


computing:backup:ahsay_troubleshoot

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_troubleshoot [2017/04/10 12:33]
gcooper
computing:backup:ahsay_troubleshoot [2024/01/23 17:52] (current)
gcooper
Line 4: Line 4:
  
 http://thinkbackup.net/dynamic_content.php?id=76 http://thinkbackup.net/dynamic_content.php?id=76
 +
 +===== License =====
 +
 +**Permit 203.186.85.237** to the Ahsay OBS server.
  
 ===== Configuration Folder ===== ===== Configuration Folder =====
Line 11: Line 15:
 <file> <file>
 notepad C:\Program Files\AhsayOBM\home.txt notepad C:\Program Files\AhsayOBM\home.txt
 +#or
 +notepad C:\Program Files\AhsayACB\home.txt
 </file> </file>
  
Line 26: Line 32:
 ===== Missed Backups ===== ===== Missed Backups =====
  
-http://forum.ahsay.com/viewtopic.php?t=6772 +https://www.ahsay.com/blog/2017/08/22/top-8-reasons-for-missed-backups-when-using-ahsay-backup-software
- +
-https://support.c4l.co.uk/index.php?/Knowledgebase/Article/View/43/0/backup-job-that-is-scheduled-to-be-perform-is-not-starting-missed-backup+
  
 ==== Common Causes of Missed Backups ==== ==== Common Causes of Missed Backups ====
Line 38: Line 42:
     * This creates a ''.obm'' folder in each user's home directory causing confusion     * This creates a ''.obm'' folder in each user's home directory causing confusion
     * Delete all duplicate ''.obm'' folders in all home directories     * Delete all duplicate ''.obm'' folders in all home directories
 +    * Verify the contents of ''C:\Program Files\AhsayOBM\home.txt''
  
 ==== Linux ==== ==== Linux ====
Line 145: Line 150:
  
 === Restart OBM Services === === Restart OBM Services ===
 +
 +:!: If you need CDP, restart ''OBCDPService'' too.
  
 <file> <file>
Line 198: Line 205:
 net start "OBAutoUpdate" net start "OBAutoUpdate"
 </file> </file>
- 
-:!: If you need CDP, restart ''OBCDPService'' too. 
  
 === Continuous Data Protection === === Continuous Data Protection ===
Line 282: Line 287:
 Suspend the account that is running.  Let job stop then re-enable. Suspend the account that is running.  Let job stop then re-enable.
  
-===== Local Copy Index Corrupted =====+===== Local Copy ===== 
 + 
 +==== Destination Unavailable ==== 
 + 
 +Use the Command Line Tool to add ''Pre'' and ''Post'' commands: 
 + 
 +<file> 
 +net use z: \\DOMAIN\Server /user:DOMAIN\backupadminuser backupadminpass 
 + 
 +net use z: /d /y 
 +</file> 
 + 
 +===== Index Corrupted ===== 
 + 
 +Cancel the problematic backup job if it is running.  You may have to stop the ''obsr'' service in some cases. 
 + 
 +Delete the corrupted index files ''index.bdb'' and ''r-index.bdb'' (and lock files) from destination data. 
 + 
 +==== Online Copy ==== 
 + 
 +The index files can be found in the following directory of the server: 
 + 
 +<file> 
 +/mountpoint/<username>/files/<backup_set_id>/ 
 +</file> 
 + 
 +Start a single user rebuild (file validation option) with verify checksum enabled. 
 + 
 +Once the rebuild job has completed, check the user log for any errors such as corrupted files.
  
-Delete the corrupted index files ''index.bdb'' and ''r-index.bdb'' from the Local Copy data.+==== Local Copy ====
  
 The index files can be found in the following directory of the Local Copy destination: The index files can be found in the following directory of the Local Copy destination:
  
 <file> <file>
-Local_Copy_Destination\server_name\username\files\backup_setID+<local_copy_destination>\<servername>\<username>\files\<backup_set_id>\
 </file> </file>
  
computing/backup/ahsay_troubleshoot.1491849238.txt.gz · Last modified: 2017/04/10 12:33 by gcooper