So interesting enough I got a new error, failure email alert. To my surprise it provided literally ZERO information as to the cause. "10/10/2016 3:24:17 AM :: Job has failed. See logs for details."
Now not wanting to seem like I did nothing, I sure enough found out where the logs were stored.. I was a little confused to exactly which log file to check, figured the alert above would at least give me that... nope.. great..
So from Agent.BackupJobName.Source
Code: Select all
"
[10.10.2016 03:26:34] < 6900> ====================================================================================
[10.10.2016 03:26:34] < 6900> {
[10.10.2016 03:26:34] < 6900> Windows agent.
[10.10.2016 03:26:34] < 6900> Path to the executable module: C:\Program Files (x86)\Veeam\Backup Transport\x64\VeeamAgent.exe
.....
"
Agent.BackupJobName.Source.IssueVM.Disks (As only one of the three VMs on this BCJ failed)
Code: Select all
"
[03.10.2016 02:10:27] < 4716> cli| Destroying connection pools. ok.
[03.10.2016 02:10:27] < 4716> cli| The agent session has finished successfully.
[11.10.2016 10:22:23] < 9864> ====================================================================================
[11.10.2016 10:22:23] < 9864> {
[11.10.2016 10:22:23] < 9864> Windows agent.
"
So finally...
Job.BackupJobName.BackupSync
Code: Select all
"
A wack load of Errors
[10.10.2016 03:24:16] <01> Error Timeout expired ("10800 sec") (Veeam.Backup.SSH.SCPException)
[10.10.2016 03:24:17] <01> Error Task 'Kamino' was not completed. So it will be failed
"
Here's the kicker, The failed VM proceeded just fine (the failed one, but the other two that completed successfully now are stuck "waiting for a new restore point" So the whole job is stuck @ 33% (only 2 other VMs need to be processed.)
The Take aways.....
1) Exact log to look for info would be nice at the main history window.
2) What does one do in this case, my re-sync is once a week, I don't really want my BCJ stuck @ 33% for an entire week...?
I guess I'll just have to re-run the primary job to obtain these new restore points and let that BCJ complete on its own.. (Given my connection doesn't flak out, like it always does)