Ike, you might try unsetting QUIET in your dsm.opt.  That should give you a
list of everything it does.  If your archive is scheduled, you'll find the
objects in the dsmsched.log.  If you're running this as a cron'd command,
you could redirect stdout and stderr to a log file.

I suppose if you really want to, you could take a list of all the files you
want to archive and compare it to the list of objects that actually were
archived.  You might get that list of objects with something like...

tsm: S80ADSM>select colname, index_keyseq from syscat.columns where
tabname='ARCHIVES'

COLNAME                INDEX_KEYSEQ
------------------     ------------
NODE_NAME                         1
FILESPACE_NAME                    2
TYPE                              3
HL_NAME                           4
LL_NAME                           5
OBJECT_ID
ARCHIVE_DATE
OWNER
DESCRIPTION
CLASS_NAME

tsm: S80ADSM>select hl_name, ll_name from archives where node_name='mynode'
and filespace_name='/my filespace/' and type='FILE' and hl_name like
'/path/%' and date(archive_date)='2001-10-02' and description='my target
archive'

-----Original Message-----
From: Hunley, Ike [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 01, 2001 10:14 AM
To: [EMAIL PROTECTED]
Subject: Audit trail for TSM?


This is probably ground many of you have walked, but I need to know.

How do you get an audit trail of what TSM is doing?  What if files that
should archive, don't?  Is there a way to know?  Where do I begin to look?

Ike

"WorldSecure <Freightliner.com>" made the following
 annotations on 10/02/01 10:00:19
------------------------------------------------------------------------------

[INFO] -- Content Manager:
The information contained in this communication is confidential and intended solely 
for the use of the individual to whom it is addressed and others authorized to receive 
it.  If you are not the intended recipient, any disclosure, copying, distribution or 
taking of any action in reliance on the contents of this information is prohibited. If 
you have received this communication in error, please immediately notify the sender by 
phone if possible or via email message.

==============================================================================

Reply via email to