This is an old revision of the document!
The main client configuration folder is found here:
notepad C:\Program Files\AhsayOBM\home.txt
Only the OBM backup client can support multiple machines on the same backup account.
Use separate Windows accounts (separate profile directories) on each machine to run OBM.
We generally use:
.obm
folder in each user's home directory causing confusion.obm
folders in all home directoriescat /usr/local/obm/home.txt cat /root/.obm/log/Scheduler/debug.log cat /usr/local/obm/log/Scheduler/info.log ll /usr/local/obm/ipc/Scheduler/running ps ax|grep ob
notepad C:\Users\Administrator\.obm\log\Scheduler\debug.log
or
notepad \\DC1\Redirected$\administrator\.obm\log\Scheduler\debug.log
and
notepad C:\Program Files\AhsayOBM\log\scheduler\info.log
If the info.log
says another scheduler is running
:
running
fileC:\Program Files\AhsayOBM\ipc\scheduler\running
/usr/local/obm/ipc/Scheduler/running
The other problem could be that there may be multiple entries in your C:\Program Files\AhsayOBM\home.txt
file. If it has multiple entries then it has multiple profiles and will cause problems. Correct the home.txt
file and mark it as read only and follow the above steps again
Check and or change the temporary backup location.
http://forum.ahsay.com/viewtopic.php?t=6043
If an Ahsay backup user disappears from the management console “All Users”, check:
db\Profile.xml
file.xml.1
file to .xml
https://help.ahsay.com/openArticle.aspx?aid=2709&p=16
service obsr stop mv /opt/obs/user/[username] /mnt/obs_homes_1/ service obsr start
Moving to a different server is slightly different.
net stop "OBScheduler" net stop "OBAutoUpdate" net stop "OBCDPService" net start "OBScheduler" net start "OBAutoUpdate"
rem ---------------- rem Stop Services rem ---------------- net stop "OBscheduler" net stop "OBAutoUpdate" 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 "%ProgramFiles%\Ahsay OBM\ipc" del /s /q running del /s /q stop del /s /q start cd \cd "%userprofile%\.obm del /s /q running del /s /q stop del /s /q start rem ---------------- rem start services rem ---------------- net start "OBscheduler" net start "OBAutoUpdate"
If you need CDP, restart
OBCDPService
too.
This process uses a lot of RAM and runs whether you use CDP or not.
http://forum.ahsay.com/viewtopic.php?p=22911
You may see in Task Manager a process CDPService.exe which may use a lot of memory and CPU. For clients not using CDP, disable that service like this:
sc config "OBCDPService" start= disabled & net stop OBCDPService
/etc/init.d/obmaua stop /etc/init.d/obmscheduler stop /etc/init.d/obmscheduler start /etc/init.d/obmaua start
See also Microsoft SQL Server Backup
http://msdn.microsoft.com/en-us/library/ms190190.aspx
Microsoft System databases such as 'master', 'msdb' and 'model' must remain set to the SIMPLE recovery model. Therefore, you can only do Full backups on these databases reliably (no Transaction Log backups).
For other databases, particularly larger databases, you can also use Transaction Log backups. Set the recovery mode of each database to FULL (not SIMPLE) with the OBM client.
To change the database recovery mode from within Ahsay OBM, right-click on the database name in Backup Source to change.
http://www.ahsay.com/jsp/en/home/index.jsp?kw=&pageContentKey=ahsay_products_mysql_benefits
Exclude MySQL/information_schema
if you get an error backing it up. New versions won't…
Use a pre-backup script to close Outlook. This is probably very useful with Terminal Servers.
TASKLIST | FIND "OUTLOOK.EXE" if errorlevel 1 goto end if errorlevel 0 taskkill /im outlook.exe /F :end
If you see something like:
The writer vetoed the shadow copy creation process during the backup preparation state. (VSS_WS_FAILED_AT_PREPARE_BACKUP)
http://msdn.microsoft.com/en-us/library/aa579094%28v=exchg.140%29.aspx
http://technet.microsoft.com/en-us/library/bb331968%28EXCHG.80%29.aspx
Suspend the account that is running. Let job stop then re-enable.
Delete the corrupted index files index.bdb
and r-index.bdb
from the Local Copy data.
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.