Results 1 to 10 of 10
Thread: TSM - Help SELECT
-
02-18-2011, 10:27 AM #1Member
- Join Date
- Feb 2011
- Posts
- 94
- Thanks
- 1
- Thanked 1 Time in 1 Post
TSM - Help SELECT
Dear,
We have the product TSM Server and Client 5.5, and some clients have signed up for TSM, but they no longer exist, how do I list these clients checking if there is any backup version stored (using select)?
Thank you for your attention,
Ramon
-
02-18-2011, 10:54 AM #2
If they have any data stored you can run the following two commands (it's easier)
AUDIT LICENSE
Q AUDITOCC *
This will show you the storage used by all nodes (As long as you have audit storage option turned on)
If you want to check for a specific node then put that node name after the Q AUDITOCC.
-
02-18-2011, 12:15 PM #3Member
- Join Date
- Feb 2011
- Posts
- 94
- Thanks
- 1
- Thanked 1 Time in 1 Post
Chad_Small,
Thanks for the help, but what the AUDIT LICENSE command does? It is a query? Only list?
The command AUDITOCC Q *, although information MT will be great, the service may fall TSM?
Thanks,
Ramon
-
02-18-2011, 12:34 PM #4
If Microsoft is the answer, I want my problem back!
-
02-18-2011, 01:06 PM #5
Q AUDITOCC * is safe and has never caused a problem. It is a built in query of the AUDITOCC table in the TSM DB. So you could also run
SELECT * FROM AUDITOCC ORDER BY TOTAL_MB DESC
-
02-18-2011, 01:12 PM #6Member
- Join Date
- Feb 2011
- Posts
- 94
- Thanks
- 1
- Thanked 1 Time in 1 Post
This command causes AUDIT LICENSES stop the TSM Server?
Thanks,
Ramon
-
02-18-2011, 01:35 PM #7
-
02-18-2011, 01:49 PM #8Member
- Join Date
- Feb 2011
- Posts
- 94
- Thanks
- 1
- Thanked 1 Time in 1 Post
This command will be in txt file or how can I do?
-
02-18-2011, 02:23 PM #9Moderator
- Join Date
- Dec 2003
- Location
- Czech Republic
- Posts
- 2,056
- Thanks
- 2
- Thanked 59 Times in 58 Posts
Hi,
AUDIT LICENSE updates the AUDITOCC table in the DB. When using Q AUDITOCC you want to see the current data - that's why these commands are used in tandem - first update the table and then see the data. It is non-disruptive, TSM stays online.
Harry
-
02-18-2011, 02:50 PM #10Member
- Join Date
- Feb 2011
- Posts
- 94
- Thanks
- 1
- Thanked 1 Time in 1 Post
Thanks for the help.
Ramon
Similar Threads
-
Select in TSM 6.1
By staham in forum TSM ServerReplies: 1Last Post: 02-03-2011, 05:34 AM -
Select command for TSM Mgmtclass
By sunny19 in forum TSM ServerReplies: 5Last Post: 11-22-2010, 02:08 PM -
Using select subqueries TSM 5.x
By yquirion in forum TSM OperationReplies: 1Last Post: 10-26-2010, 05:33 PM -
Need some help converting select to TSM 6.1
By MrStormy in forum ScriptingReplies: 0Last Post: 11-06-2009, 12:47 PM -
Performance of SELECT on TSM-Database
By karin in forum Performance TuningReplies: 1Last Post: 08-28-2003, 04:04 PM


Reply With Quote
