Results 1 to 4 of 4
-
08-02-2011, 11:41 AM #1Newcomer
- Join Date
- Aug 2011
- Posts
- 3
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Failed Backups at the file level ?
Hi There,
Is it possible to create a query to list backup failures at the file level?
Failure as in, a backup on a file was attemted, but the file was in use, so the backup needed to be retried later.
My team has a query based on the Summary Table, that lists the total count of backup failures at the node level to produce a report with the following columns:
-Node Name,
-Start Date,
-Start Time,
-Min Wait Time,
-Total Failures
Is it possible to use information in other TSM Tables to drill down to the file name level, and record which files had these failures? It looks like the Backups table lists the files that are backed up (LL_NAME - field), is there a way to tie the data there back to failures in Summary or Actlog?
Is there something I am overlooking? I am new to TSM.
Thanks for your time,
-Tom
-
08-02-2011, 02:53 PM #2
File level failure is listed in the actlog so you'd need to go through the actlog to pull the information. ANR4987E is one of the errors to look for.
-
08-02-2011, 03:19 PM #3
TSM 5.5
I have this running via TSM op reporting each morning....
Code:select - nodename as "NODENAME",- substr(char(date_time), 1, 16) as "TIMESTAMP",- msgno as "MSGNO",- message as "MESSAGE"- from actlog - where msgno in (4005,4007,4018,4037,4047,4987,4973) - and (date_time >= current_timestamp - 1 days) - order by nodename
-
08-04-2011, 10:36 AM #4Newcomer
- Join Date
- Aug 2011
- Posts
- 3
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Thanks Chad for pointing me in the right direction, much thanks for the code Greg. Really glad to have those message numbers.
Similar Threads
-
TSM for Virtual environments - file level backups and fulls without duplicate data?
By Rhuobhe in forum VMWare / Virtual MachineReplies: 32Last Post: 03-05-2013, 10:39 AM -
Do you need a TSM client within a VM to do file level restore?
By tsmhelum in forum VMWare / Virtual MachineReplies: 2Last Post: 05-23-2011, 02:18 PM -
VM File-level restore in 6.1?
By Rukkot in forum Restore / Recovery DiscussionReplies: 2Last Post: 12-17-2010, 06:07 AM -
vmware file-level restores
By tsmhelum in forum VMWare / Virtual MachineReplies: 2Last Post: 04-12-2010, 01:31 PM -
TDP for Mail with brick-level backups
By TBart in forum TDP/Application Layer BackupReplies: 1Last Post: 04-14-2004, 11:14 AM


