Comprehensive data protection for all workloads
-
cicero
- Enthusiast
- Posts: 39
- Liked: never
- Joined: Mar 18, 2009 9:48 am
- Full Name: David Winkler
-
Contact:
Post
by cicero » Oct 12, 2011 6:14 pm
this post
Hi,
pre-freeze-script runs fine on Windows 2008 R2 64 bit
shutting down Lotus Domino 8.5.2.
but post-thaw fails with error code 2.
can execute the script manually without problems!
Any suggestions?
Thanks, Cicero
Code: Select all
Actual VM overhead: 397316096 bytes
RefreshVms updated overhead for 2 VMs
Script c:\windows\pre-freeze-script.bat ran successfully.
Dummy foundry callback #497
About to engage SYNC driver, freeze Timeout 15 sec.
Dummy foundry callback #498
Sync driver not installed or not supported in guest.
Starting to snapshot VM.
Dummy foundry callback #499
Snapshot guest reported no errors.
Disengaging SYNC driver.
No Upgrade required
Sync driver not installed or not supported in guest.
Dummy foundry callback #500
Logging into guest.
About to run script: c:\windows\post-thaw-script.bat all
Dummy foundry callback #501
Script c:\windows\post-thaw-script.bat failed with exit code 2
Dummy foundry callback #502
file: C:\Windows\post-thaw-script.bat
Code: Select all
@echo off
if %1 == freeze goto freeze
if %1 == thaw goto thaw
if %1 == freezeFail goto freezeFail
:freeze
Net Stop "Lotus Domino Server (Enotesdata)"
exit
:thaw
net start "Lotus Domino Server (Enotesdata)"
exit
:freezeFail
net start "Lotus Domino Server (Enotesdata)"
exit
-
Vitaliy S.
- Product Manager
- Posts: 22805
- Liked: 1530 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
-
Contact:
Post
by Vitaliy S. » Oct 12, 2011 8:17 pm
this post
Hi David,
Can you please tell me if you are able to trigger this script when you create VM snapshot with quiescence enabled via vSphere Client?
Thanks.
-
cicero
- Enthusiast
- Posts: 39
- Liked: never
- Joined: Mar 18, 2009 9:48 am
- Full Name: David Winkler
-
Contact:
Post
by cicero » Oct 13, 2011 7:27 pm
this post
no, same thing ... and can't imaging why. Any Idea what error code 2 means?
-
Vitaliy S.
- Product Manager
- Posts: 22805
- Liked: 1530 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
-
Contact:
Post
by Vitaliy S. » Oct 13, 2011 8:06 pm
this post
Don't know, but what if you try another post-thaw script which will create just a text file to see if this issue confirms or not? Just an idea...
-
cicero
- Enthusiast
- Posts: 39
- Liked: never
- Joined: Mar 18, 2009 9:48 am
- Full Name: David Winkler
-
Contact:
Post
by cicero » Oct 13, 2011 8:26 pm
this post
jap did this:
it seems vmware just starts pre-freeze and post-thawn script without arguments (freeze, thaw or Freezefail).
so now i just put
net stop server -> pre-freeze-script.bat
net start server -> post-thaw-script.bat
and it works

-
Vitaliy S.
- Product Manager
- Posts: 22805
- Liked: 1530 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
-
Contact:
Post
by Vitaliy S. » Oct 13, 2011 8:46 pm
this post
Good to know, thank you for the update!
Users browsing this forum: Baidu [Spider], Bing [Bot], JeffCloss, wishr and 43 guests