Hi Shawn Me too will be insterestd about it , meantime I wrote a little script that give me some indications.
select cast(node_name as varchar(20)) as "Nodename" , cast(filespace_name as varchar(30)) as "Filespace" , cast(filespace_id as varchar(3)) as "Filespace ID" , cast(backup_start as varchar(40)) as "Backup Start Time" , cast(backup_end as varchar(40)) as "Backup End Time" from filespaces where NODE_NAME='HAIFA_DATACENTER' order by 5 By the Backup Start time and the Backup End Time I figure if the backup was OK or failed. Regards Robet -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf Of Shawn Drew Sent: Friday, September 28, 2012 10:15 PM To: [email protected] Subject: [ADSM-L] TSM for Virtual Environments - Reporting Quick question, may be a long answer. How is everyone reporting on success/failures for Full VM backups using TSM for VE. My reports are grabbing lines from the actlog and it is uugly. 2012-09-25 11:40:27 ANE4142I virtual machine NODE1 backed up to nodename DATAMOVER1 2012-09-25 11:40:27 ANE4142I virtual machine NODE2 backed up to nodename DATAMOVER1 2012-09-25 11:40:27 ANE4143I Total number of virtual machines failed: 0 Regards, Shawn ________________________________________________ Shawn Drew This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited except formal approval. The internet can not guarantee the integrity of this message. BNP PARIBAS (and its subsidiaries) shall (will) not therefore be liable for the message if modified. Please note that certain functions and services for BNP Paribas may be performed by BNP Paribas RCC, Inc.
