This post is more than 5 years old
3 Posts
0
965
October 31st, 2011 00:00
Backup failure report to exclude the build servers
How to generate a report shows the last week backup failures of the servers , but exlude the server in build. We have an external file shows all the build servers.
No Events found!



DavidRussell1
141 Posts
0
November 2nd, 2011 02:00
Hi,
As the server names in the 2 files don't match you will need to add the end part of the full name to the short name to make them match.
The easiest way to do this would be to use an "Add Field" operator just after the ReadCSV data source to add in a field containing the rest of the full name. You can then feed this into a "Concatenate" operator to concatenate those 2 fields together into 1.
Thanks
David
David Russell
EMC Technical Support
DavidRussell1
141 Posts
1
October 31st, 2011 03:00
Hi,
To achieve this I would recommend creating a query node that just returns the servers you wanted to report on (i.e. exclude the build servers).
In order to do this you would first need to create a custom report that had the server configuration information and then used a ReadCSV data source to read in the external file and exclude those ones from the output. You can then use this custom report in the query node, so that the query node will only return the servers you are interested in.
If you need assistance creating this report you can engage EMC Professional Services who can create it for you.
Thanks
David
David Russell
EMC Technical Support
lotr001
3 Posts
0
November 1st, 2011 23:00
Thank you very much for answering the question , may I know beside the two sources ( orignal servers + reade CSV file) , what conditioner should I use in between to exclude the server base on the external file , the external file only contain one row with short name of the server ? original server is in the format of full name.
Regards,