q event formate

tsmlover

ADSM.ORG Member
Joined
Oct 14, 2008
Messages
390
Reaction score
1
Points
0
I use the below command to see the missed, failed and completed backup status of 5 days for each node

q ev * * begindate=-5 endd=-0

the command displays the list of failed, missed and completed backup status "Order by Date", I want formate that display the status nodes Order by Node name ?

something like:

node1 (display below 5 days status)

date and time.................. failed
date and time................. completed
date and time................. failed
....
....

node2 (display below 5 days status)

date and time.................. failed
date and time................. missed
date and time................. completed
....
....



Thanks
 
Last edited:
Back
Top