Results 1 to 3 of 3
-
01-26-2011, 05:08 PM #1Newcomer
- Join Date
- Jan 2011
- Posts
- 5
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Select to find which backup stg pool admin sched failed and error for failure
Select to find why backup storage pool failed and the error for failure
Hello,
Does anyone know a select statement that will tell us which backup storage admin schedule has failed for the last 10 days and the errror for the failures I used this select statement but it does not provide the anr error for failure. Does anyone know what are we missing?
select date(start_time) as "Start Date",time(start_time) as "Start Time",date(end_time) as "End Date",time(end_time) as "End Time",number as "Process #",activity,schedule_name,entity,bytes,successf ul from summary where schedule_name='ADMIN_SCHED_NAME'
Thanks
-
01-27-2011, 01:33 AM #2
If you fix the typo in 'successful' it will run, but since there are no ANR errors listed in the summary table it will never give you the result you want.
Try running a query on the ACTLOG table instead and check the MESSAGE field.Chris
-
01-27-2011, 09:29 AM #3Newcomer
- Join Date
- Jan 2011
- Posts
- 5
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Yes, but will like to know specific select statement to generate the list of errors for failures on the backup stg pool.
Thanks for the hint
Similar Threads
-
Failure of backup stg from primary to copy
By evaughn in forum TSM ServerReplies: 7Last Post: 10-02-2009, 04:42 PM -
daily Backup STG Pool Error
By elw00d0x in forum Backup / Archive DiscussionReplies: 4Last Post: 09-25-2008, 06:05 PM -
ANR9999D error when backing up stg pool. Help!
By itdrew in forum Tape / Media LibraryReplies: 2Last Post: 06-19-2007, 10:07 AM -
Select to find which admin schedules were defined or altered by a specific admin
By shanafin in forum ScriptingReplies: 9Last Post: 04-12-2007, 02:53 PM -
How can I backup a single tape cartrige from a primary seq stg pool to a copy pool?
By caldwem01 in forum Backup / Archive DiscussionReplies: 1Last Post: 01-15-2005, 03:50 PM


Reply With Quote
