We're working on the backup report card report. We use it to review backups looking back 1 week at a time. Because of the large number of clients in our environment the report is very long and contains only a few failures. We're trying to filter to only show clients that have had failures in the last 7 days. If we filter on status contains "failed" it shows each day as either white or red. If all jobs on that day for that client failed then it shows red. If all the jobs didn't fail it shows as white, instead of half green and half red.
Is there a way to get the report to show either red, green or half green/half red. I.e. we don't want to seen any lines which are all green for the last 7 days.
You create the first report which gives you the list of clients that have had at least 1 failure via the Report Editor. To use it in a query node you then:
- select Tools, Node Editor
- select New, Query
- in the Node Properties window select Standard Query in the Type field
- then enter a name for the query node e.g. All clients with a failure
- select the Query tab
- in the report field, select the "..." and select the first report you created
- in the Filter field select Edit and add a condition/filter of "Status not equal to success"
- in the Window field select Last Week
- in the View field select Configuration
- in the Nodes field select the group that contains the servers you want to return the clients from
- in the Node Conversion section, select the Children type field and select Backup Client
- in the Server Name field select Server
- in the Backup Client field select Client
- save the query node by pressing OK
- create a new view or use an existing custom view (it is good practice to keep the query nodes out of the main Configuration view)
- right click in the navigation tree where you want to assign the query node and select Administration, Assign node
- select the query node you just created and select OK
You should then see the query node in your view. You can then expand the query node by clicking on the "+" to the left of it, and it should display all backup clients that have had at least 1 failure in the last week. To run the report card you then right click on the query node and select the normal report card report in the menu.
What I have done in the past in this situation is create a query node that returns all clients that have had at least 1 failure in the 1 week timeframe. I then run the normal Report card over this query node so that only clients with at least 1 failure will be displayed in the report.
For the query node I create a new report that uses the "Num Jobs" data source and on the Group By tab I select Server, Client and Status. This then gives me 1 row per Client with the status of all jobs over the week and the number of jobs there were. I then use that report in the query node and add a filter of Status not equal to success and set it to run over all my backup servers with a time window of Last Week. For the Node Conversion part of the query node, I select Backup Client as the Children type and then set Server for the Server name field and Client for the Backup Client field. This query node then returns me all backup clients that have had at least one failure in the past week.
Sorry for the confusion. This is what we get at the moment - the node column is the client which failed. It would be great to see the avamar backup server next in the next column, before the date columns. Is this possible?
DavidRussell1
141 Posts
2201
1
Posted August 25th, 2011 06:00
Hi,
You create the first report which gives you the list of clients that have had at least 1 failure via the Report Editor. To use it in a query node you then:
- select Tools, Node Editor
- select New, Query
- in the Node Properties window select Standard Query in the Type field
- then enter a name for the query node e.g. All clients with a failure
- select the Query tab
- in the report field, select the "..." and select the first report you created
- in the Filter field select Edit and add a condition/filter of "Status not equal to success"
- in the Window field select Last Week
- in the View field select Configuration
- in the Nodes field select the group that contains the servers you want to return the clients from
- in the Node Conversion section, select the Children type field and select Backup Client
- in the Server Name field select Server
- in the Backup Client field select Client
- save the query node by pressing OK
- create a new view or use an existing custom view (it is good practice to keep the query nodes out of the main Configuration view)
- right click in the navigation tree where you want to assign the query node and select Administration, Assign node
- select the query node you just created and select OK
You should then see the query node in your view. You can then expand the query node by clicking on the "+" to the left of it, and it should display all backup clients that have had at least 1 failure in the last week. To run the report card you then right click on the query node and select the normal report card report in the menu.
Thanks
David
David Russell
EMC Technical Support