Hi All,
I got a problem where one Notes Server alway returs and Exit 2, which cause the over all backup to fail (Notes with Vmware) even I switched on ignore Application errors
$ "C:/Program Files/NetApp/NetApp_Snap_Creator_Framework/scServer3.6p1/snapcreator.exe" --profile "NOTES_VM_NFS01_SC" --config "DS_vm_nfs01_sc_notes_1" --action quiesce
$ echo $?
2
logs from the Agent:
[Wed Feb 20 12:31:17 2013] INFO: Quiescing databases
[Wed Feb 20 12:31:17 2013] ERROR: [ltd-00010] Errors encountered while opening DBs:
[Wed Feb 20 12:31:17 2013] ERROR: Error opening DB:e:\lotus\domino\data\statrep.nsf
[Wed Feb 20 12:31:17 2013] ERROR: [ltd-00002] Quiescing databases finished with errors
[Wed Feb 20 12:31:18 2013] INFO: UnQuiescing databases
[Wed Feb 20 12:31:19 2013] INFO: Unquiescing databases finished successfully
Log from Server:
[Wed Feb 20 11:31:16 2013] INFO: Logfile timestamp: 20130220113116
########## Parsing Environment Parameters ##########
########## Application quiesce ##########
[Wed Feb 20 12:31:17 2013] [10.170.44.22:9090(3.6.0.1)] INFO: Quiescing databases
[Wed Feb 20 12:31:17 2013] [10.170.44.22:9090(3.6.0.1)] ERROR: [ltd-00010] Errors encountered while opening DBs:
[Wed Feb 20 12:31:17 2013] [10.170.44.22:9090(3.6.0.1)] ERROR: Error opening DB:e:\lotus\domino\data\statrep.nsf
[Wed Feb 20 12:31:17 2013] [10.170.44.22:9090(3.6.0.1)] ERROR: [ltd-00002] Quiescing databases finished with errors
[Wed Feb 20 11:31:17 2013] [10.170.44.22:9090(3.6.0.1)] ERROR: [scf-00053] Application quiesce for plugin domino failed with exit code 1, Exiting!
########## Application unquiesce ##########
[Wed Feb 20 12:31:18 2013] [10.170.44.22:9090(3.6.0.1)] INFO: UnQuiescing databases
[Wed Feb 20 12:31:19 2013] [10.170.44.22:9090(3.6.0.1)] INFO: Unquiescing databases finished successfully
[Wed Feb 20 11:58:48 2013] [scf-00053] Application quiesce for plugin domino failed with exit code 1, Exiting!
[Wed Feb 20 11:59:00 2013] [scf-00054] Application unquiesce for plugin domino failed with exit code 100, Exiting!
[Wed Feb 20 12:06:57 2013] [scf-00053] Application quiesce for plugin domino failed with exit code 1, Exiting!
[Wed Feb 20 11:31:17 2013] [scf-00053] Application quiesce for plugin domino failed with exit code 1, Exiting!
Use of uninitialized value in split at snapcreator.pl line 8192 (#1)
(W uninitialized) An undefined value was used as if it were already
defined. It was interpreted as a "" or a 0, but maybe it was a mistake.
To suppress this warning assign a defined value to your variables.
To help you figure out what was undefined, perl will try to tell you the
name of the variable (if any) that was undefined. In some cases it cannot
do this, so it also tells you what operation you used the undefined value
in. Note, however, that perl optimizes your program and the operation
displayed in the warning may not necessarily appear literally in your
program. For example, "that $foo" is usually optimized into "that "
. $foo, and the warning will refer to the concatenation (.) operator,
even though there is no . in your program.
Use of uninitialized value in split at snapcreator.pl line 8233 (#1)
Use of uninitialized value in split at snapcreator.pl line 8286 (#1)
when I use the same config with a differt Notes server it works.
Any help is much apriciated
Best Regards