-
- Expert
- Posts: 109
- Liked: 5 times
- Joined: Apr 21, 2020 11:45 am
- Full Name: Conrad Goodman
- Contact:
SOBR offload report improvements.
I cannot find a way to get a report that tells me if a backup has successfully offloaded to the capacity tier.
I have been through this with support, and they said the only report is an RPO monitor, which only fires for the performance tier. Alongside the standard job success report, but it doesn't trigger a warning or failure if it doesn't get offloaded to Capacity Tier.
I get a daily email report: "Scale-out backup repository - $repository name".
This is very limited in use as I have to open the email for each repository and check for 'Success'.
I can't find any monitoring for this in Veeam ONE, I can't find any way to fire an SNMP trap or email.
It is so important that our backups are in capacity tier, yet I am currently having to manually read all these emails.
Is there a way around this, or a feature in the pipeline for v11?
I have been through this with support, and they said the only report is an RPO monitor, which only fires for the performance tier. Alongside the standard job success report, but it doesn't trigger a warning or failure if it doesn't get offloaded to Capacity Tier.
I get a daily email report: "Scale-out backup repository - $repository name".
This is very limited in use as I have to open the email for each repository and check for 'Success'.
I can't find any monitoring for this in Veeam ONE, I can't find any way to fire an SNMP trap or email.
It is so important that our backups are in capacity tier, yet I am currently having to manually read all these emails.
Is there a way around this, or a feature in the pipeline for v11?
-
- Veeam Software
- Posts: 492
- Liked: 175 times
- Joined: Jul 21, 2015 12:38 pm
- Full Name: Dustin Albertson
- Contact:
Re: SOBR offload report improvements.
Hi
You can poll powershell for some stats....I will take the Feature Request as well.
The code below would print out the offload tasks and their status
You can poll powershell for some stats....I will take the Feature Request as well.
The code below would print out the offload tasks and their status
Code: Select all
Connect-VBRServer -server "servername"
$sobrOffload = [Veeam.Backup.Model.EDbJobType]::ArchiveBackup #This type corresponds to SOBR Offload job
$jobs = [Veeam.Backup.Core.CBackupSession]::GetByTypeAndTimeInterval($sobrOffload,(Get-Date).adddays(-1), (Get-Date).adddays(1))
write $jobs
Dustin Albertson | Director of Product Management - Cloud & Applications | Veeam Product Management, Alliances
-
- Expert
- Posts: 109
- Liked: 5 times
- Joined: Apr 21, 2020 11:45 am
- Full Name: Conrad Goodman
- Contact:
Re: SOBR offload report improvements.
That's great, thanks for the code.
I'll get our DevOps guy to roll this out to our nagios environment checking for SUCCESS.
I'll get our DevOps guy to roll this out to our nagios environment checking for SUCCESS.
-
- Veeam Software
- Posts: 492
- Liked: 175 times
- Joined: Jul 21, 2015 12:38 pm
- Full Name: Dustin Albertson
- Contact:
Re: SOBR offload report improvements.
Just to mention...the offload tasks run automatically every 4 hours. These will show a success as well even if they dont offload data. This may be fine for your use but you could also report on failed to check if there was an issue.
Dustin Albertson | Director of Product Management - Cloud & Applications | Veeam Product Management, Alliances
-
- Product Manager
- Posts: 20368
- Liked: 2288 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: SOBR offload report improvements.
Small clarification:
* move offload session is executed automatically every 4 hours
* copy session is executed automatically upon completion of a backup (or backup copy) job
Thanks!
* move offload session is executed automatically every 4 hours
* copy session is executed automatically upon completion of a backup (or backup copy) job
Thanks!
-
- Chief Product Officer
- Posts: 31754
- Liked: 7259 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: SOBR offload report improvements.
Actually, copy session starts the moment a backup file for any machine is created... there's no waiting for the entire backup or backup copy job completion.
Who is online
Users browsing this forum: Amazon [Bot] and 4 guests