ADSM-L

Re: [ADSM-L] Details of large file backed up via TSM

2009-05-24 22:03:40
Subject: Re: [ADSM-L] Details of large file backed up via TSM
From: Richard Sims <rbs AT BU DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Sun, 24 May 2009 22:00:23 -0400
You achieved TSM redirection by virtue of having a space before and
after the '>' in
   FILE_SIZE > 10000000000
If you remove the space before the '>', it will do what you want.
This is described in ADSM QuickFacts, under entry ">".

The greater issue: Performing a Select against the Contents table is
basically suicidal: it's the worst table to query, where a query could
run for days and cripple your TSM server.  I would instead recommend
inspecting the accounting log for a session with data of that size,
and 1 or few objects.  Likewise you could scan the ANE messages in the
Activity Log, or have a look at the Summary table, for recent
sessions.  You don't say how you know about that file having been
backed up: that may lead to more concise ways to determine its origin.

   Richard Sims