
My query is when doing the backup (VEEAM B&R 7) of the Domino server in question (W2K3 running Domino 8.5.1) should I see the Domino service shutdown and start up again when looking at the console window?
I've configured the backup job with "Enable VMware Tools Quiescence" enabled under the Storage section and enabled "Enable Application-Aware Image Processing" under the Guest Processing section.
I've then copied the following 2 scripts into the "C:\Windows" folder on the VM to be backed up
Pre Freeze
@echo off
Net Time \\%computername% >> C:\scripts\logs\freeze.log
rem *********************
rem Stops Domino daemon
rem *********************
net stop "IBM Domino Server (CDominodata)"
Post Thaw
@echo off
rem *********************
rem Start Domino daemon
rem *********************
net start "IBM Domino Server (CDominodata)"
I run the backup job and it all completes as green, but I'm not seeing the Domino server shutdown, it appears to be up the whole time. So what am I missing?
I also tried it by copying the scripts into "c:\Program Files\VMware\VMware Tools\backupScripts.d" but I get the same result ie no drop in the server.
I've provided Guest OS Credentials as part of the job but again same result. Any ideas or pointers?
Searched around but I couldn't see any other posts that answered my query, apologies if I missed it
