Real-time performance monitoring and troubleshooting
Post Reply
TommyB
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:

ONE Monitor & Tape backup jobs

Post by TommyB »

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
Vitaliy S.
VP, Product Management
Posts: 27117
Liked: 2720 times
Joined: Mar 30, 2009 9:13 am
Full Name: Vitaliy Safarov
Contact:

Re: ONE Monitor & Tape backup jobs

Post by Vitaliy S. »

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!
veremin
Product Manager
Posts: 20284
Liked: 2258 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: ONE Monitor & Tape backup jobs

Post by veremin »

Hi, Thomas,

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
Hope this helps.
Thanks.
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests