Results 1 to 5 of 5
-
08-09-2011, 07:48 PM #1Newcomer
- Join Date
- Aug 2011
- Posts
- 2
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Need logs and config printout as proof to auditors
Hi forum,
I have no experience with TSM, just starting, used the dsmc client before
for backup and restore.
Auditors asks me proofs that
- the backups are configured
- the backups ran on august 4th
I tried extracting the pieces of information myself, in the administration CLI
but I couldnt find how to print the details about the nodes, filesystems that are scheduled to be backed up.
I used the q sched command but there is no details there ..
Then for august 4th backup logs, I tried using
q actlog begind=04/08/2011 begint=00:00:00 endd=05/08/2011 endt=00:00:00
but this command did not yield any output...
Could the logs from august 4th have already been rotated/destroyed ? I find that pretty quick to flush logs
4 days old ...
When I run q actlog without argument, I have output of very recent logs only..
Thanks in advance
Yan
-
08-10-2011, 04:27 AM #2
show for actlogretention
If Microsoft is the answer, I want my problem back!
-
08-10-2011, 09:26 AM #3Senior Member
- Join Date
- Sep 2006
- Location
- North Dakota
- Posts
- 382
- Thanks
- 1
- Thanked 5 Times in 5 Posts
The first thing you need to do is check how long you retain your activity log.
There are several ways you could do this...
q ev * * begind=-1 begint=18:00 endd=today endt=06:00 exceptionsonly=yes
and just change begind=-6 (today - 6 days) if you want to go back, and endd=-6 too, the problem with this is only nodes with a schedule associated with them will show up. If you have a node with no schedule, try:
select node_name from nodes where node_name NOT IN (select node_name from associations)
this should give you a list of nodes with no schedule association.
-
08-10-2011, 05:31 PM #4Newcomer
- Join Date
- Aug 2011
- Posts
- 2
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Hi again,
thank you for your reply cwilloug, that did the trick for the backup log !
Now, how could I list the entire backup schedules, clients, filesystems configuration ?
cheers
Yan
-
08-11-2011, 03:28 AM #5Senior Member
- Join Date
- Nov 2002
- Posts
- 511
- Thanks
- 1
- Thanked 1 Time in 1 Post
To get the client schedules just issue q sched > schedules.txt
To get the associations issue q assoc > associations.txt
To get information about the filesystems select * from filespaces order by node_name > filespaces.txtWindows, does it come with a gui?
Similar Threads
-
TSM For Auditors
By mikeymac in forum Backup / Archive DiscussionReplies: 9Last Post: 05-29-2009, 01:06 PM -
LTO4 Encryption and Auditors
By Fontesg in forum TSM Security and Regulatory ComplianceReplies: 5Last Post: 09-26-2007, 02:42 PM -
Proof my script
By slidersftp in forum Backup / Archive DiscussionReplies: 0Last Post: 05-17-2007, 11:47 PM -
Auditors - want tape copy of information
By bigmonkey30 in forum Restore / Recovery DiscussionReplies: 2Last Post: 04-26-2007, 06:13 PM -
I know someone has the proof I need.
By fwbailey19 in forum Performance TuningReplies: 3Last Post: 05-15-2006, 02:58 PM


Reply With Quote
