This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:backup:ahsay_troubleshoot [2015/06/01 09:34] gcooper |
computing:backup:ahsay_troubleshoot [2024/01/23 17:52] (current) gcooper |
||
---|---|---|---|
Line 4: | Line 4: | ||
http:// | http:// | ||
+ | |||
+ | ===== License ===== | ||
+ | |||
+ | **Permit 203.186.85.237** to the Ahsay OBS server. | ||
===== Configuration Folder ===== | ===== Configuration Folder ===== | ||
Line 11: | Line 15: | ||
< | < | ||
notepad C:\Program Files\AhsayOBM\home.txt | notepad C:\Program Files\AhsayOBM\home.txt | ||
+ | #or | ||
+ | notepad C:\Program Files\AhsayACB\home.txt | ||
</ | </ | ||
Line 22: | Line 28: | ||
* The AD Domain Administrator account on the primary file server | * The AD Domain Administrator account on the primary file server | ||
- | * The local Administrator account on each subsequent machine | + | * The local Administrator account on each subsequent machine |
===== Missed Backups ===== | ===== Missed Backups ===== | ||
- | http://forum.ahsay.com/viewtopic.php? | + | 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/ | + | |
==== Common Causes of Missed Backups ==== | ==== Common Causes of Missed Backups ==== | ||
Line 35: | Line 39: | ||
- Verify **sufficient temporary disk space** or change location | - Verify **sufficient temporary disk space** or change location | ||
- The SQL Service Account does not have **rights to the " | - The SQL Service Account does not have **rights to the " | ||
+ | - Multiple administrators have run the OBM client | ||
+ | * This creates a '' | ||
+ | * Delete all duplicate '' | ||
+ | * Verify the contents of '' | ||
==== Linux ==== | ==== Linux ==== | ||
Line 142: | Line 150: | ||
=== Restart OBM Services === | === Restart OBM Services === | ||
+ | |||
+ | :!: If you need CDP, restart '' | ||
< | < | ||
Line 151: | Line 161: | ||
</ | </ | ||
- | :!: If you need CDP, restart | + | == RestartOBM.bat == |
+ | |||
+ | If you see the **error** | ||
+ | |||
+ | < | ||
+ | rem ---------------- | ||
+ | rem Stop Services | ||
+ | rem ---------------- | ||
+ | |||
+ | net stop " | ||
+ | net stop " | ||
+ | |||
+ | rem ---------------- | ||
+ | rem kill tasks if hung | ||
+ | rem ---------------- | ||
+ | |||
+ | taskkill /F /IM Aua.exe | ||
+ | taskkill /F /IM AuaJW.exe | ||
+ | taskkill /F /IM bJW.exe | ||
+ | taskkill /F /IM Scheduler.exe | ||
+ | taskkill /F /IM bschJW.exe | ||
+ | taskkill /F /IM SystemTray64.exe | ||
+ | |||
+ | rem ---------------- | ||
+ | rem Delete rogue files from hung processes | ||
+ | rem ---------------- | ||
+ | |||
+ | cd " | ||
+ | del /s /q running | ||
+ | del /s /q stop | ||
+ | del /s /q start | ||
+ | |||
+ | cd \cd " | ||
+ | del /s /q running | ||
+ | del /s /q stop | ||
+ | del /s /q start | ||
+ | |||
+ | rem ---------------- | ||
+ | rem start services | ||
+ | rem ---------------- | ||
+ | |||
+ | net start " | ||
+ | net start " | ||
+ | </ | ||
=== Continuous Data Protection === | === Continuous Data Protection === | ||
Line 234: | Line 287: | ||
Suspend the account that is running. | Suspend the account that is running. | ||
- | ===== Local Copy - Index Corrupted | + | ===== Local Copy ===== |
- | Delete the corrupted index files '' | + | ==== Destination Unavailable ==== |
+ | |||
+ | Use the Command Line Tool to add '' | ||
+ | |||
+ | < | ||
+ | net use z: \\DOMAIN\Server / | ||
+ | |||
+ | net use z: /d /y | ||
+ | </ | ||
+ | |||
+ | ===== Index Corrupted ===== | ||
+ | |||
+ | Cancel the problematic backup job if it is running. | ||
+ | |||
+ | Delete the corrupted index files '' | ||
+ | |||
+ | ==== Online Copy ==== | ||
+ | |||
+ | The index files can be found in the following directory of the server: | ||
+ | |||
+ | < | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | 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. | ||
+ | |||
+ | ==== 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: | ||
< | < | ||
- | Local_Copy_Destination\server_name\username\files\backup_setID | + | < |
</ | </ | ||
+ | |||
+ | The indexes will be rebuilt during the next backup. | ||
===== Client Debug Mode ===== | ===== Client Debug Mode ===== | ||
https:// | https:// |