This is an old revision of the document!
The main client configuration folder is found here:
notepad C:\Program Files\AhsayOBM\home.txt
I think we need to use a dedicated account or the local administrator account, then perform the configurations and backups as that user.
Since Ahsay OBM uses an in-profile location for its configuration folder, you will run into problems due to multiple machines using the same .obm configuration folder.
The solution is to modify all subsequent machines added to the same Ahsay backup account.
Copy the initially created .obm folder to a location on the subsequent machine rights to the “Temporary Directoryto a location not in the redirected folders or roaming profile. For example:
From:
\\DC1\Redirected$\administrator\.obm
To:
C:\Users\administrator.DOMAIN\.obm
Then edit the home.txt
file on the subsequent machine to point to the new location:
notepad 'C:\Program Files\AhsayOBM\home.txt
C:\Users\administrator.DOMAIN\.obm
Restart the OBM services:
net stop "OBScheduler" net stop "OBAutoUpdate" net stop "OBCDPService" net start "OBScheduler" net start "OBAutoUpdate"
If you need CDP, restart “OBCDPService” too.
cat /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.
http://forum.ahsay.com/viewtopic.php?t=4410
net stop "OBScheduler" net stop "OBAutoUpdate" net stop "OBCDPService" net start "OBScheduler" net start "OBAutoUpdate"
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