Hi,
when I look at "Data protection View"->"Backup infrastructure"->"Summary", there seems to be no way to see if any tape backup jobs are currently running.
I know I can go into the "Jobs" tab to see a full list of jobs, but it would be nice if there where a "Tape Backup Jobs by status" category.
regards
Thomas
-
- Expert
- Posts: 123
- Liked: 16 times
- Joined: Aug 28, 2013 9:46 am
- Full Name: Thomas Braun
- Location: Germany.Europe.Terra.Sol.Milkyway.Localgroup.Virgo
- Contact:
-
- VP, Product Management
- Posts: 27375
- Liked: 2799 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: ONE Monitor & Tape backup jobs
Hi Thomas,
Yes, you're correct, only backup/replication and SureBackup jobs are displayed on the summary tab. To get the status of other jobs, you should be using Jobs tab.
Thanks for the feedback!
Yes, you're correct, only backup/replication and SureBackup jobs are displayed on the summary tab. To get the status of other jobs, you should be using Jobs tab.
Thanks for the feedback!
-
- Product Manager
- Posts: 20400
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: ONE Monitor & Tape backup jobs
Hi, Thomas,
Also, you can put into use the following one-liner that lists names of running jobs, along with their current states:
Hope this helps.
Thanks.
Also, you can put into use the following one-liner that lists names of running jobs, along with their current states:
Code: Select all
Get-VBRTapeJob | where {$_.GetLastState() -ne "Stopped"} | Select {$_.Name}, {$_.GetLastState()} -ErrorAction SilentlyContinue
Thanks.
Who is online
Users browsing this forum: No registered users and 4 guests