Results 1 to 3 of 3
-
03-10-2008, 10:05 AM #1Member
- Join Date
- Feb 2005
- Posts
- 3
- Thanks
- 0
- Thanked 0 Times in 0 Posts
sql query mgmtclass of single files
Hi , is possible to run a query, to have the association <file - managment class> ??
example
node file mgmtclass
serv01 /tmp/file01 mc_30
thankes in advance....
Ciao
-
03-10-2008, 10:37 AM #2Member
- Join Date
- Nov 2005
- Posts
- 42
- Thanks
- 0
- Thanked 2 Times in 2 Posts
Try this for your Backups
select node_name, hl_name, ll_name, class_name from backups where node_name='Your_Node_Name'
You can try the same select statement from the Archives table, to grab the info about Archives.
-
03-11-2008, 05:55 AM #3Senior Member
- Join Date
- Aug 2004
- Location
- PARIS
- Posts
- 1,074
- Thanks
- 0
- Thanked 0 Times in 0 Posts
for granular info you can do
select node_name, hl_name, ll_name, class_name from backups where node_name='Your_Node_Name' and and hl_name='xxx' and ll_name='xxx'
where hl_name = directory structure
ll_name = file name
Similar Threads
-
Simple SQL query into single-line output?
By kzw2zx in forum ScriptingReplies: 10Last Post: 02-13-2008, 03:21 PM -
sql statement to show tapes with only a single node's data on them?
By akbar smith in forum ScriptingReplies: 5Last Post: 02-12-2008, 11:33 AM -
Recovery of individual SQL database and log files in SQL
By jonesk@chesterfield.gov in forum TSM DatabaseReplies: 4Last Post: 02-11-2008, 03:16 PM -
Query inactive files - delete specific files
By xefil in forum Backup / Archive DiscussionReplies: 5Last Post: 11-27-2006, 03:30 PM -
SQL script problem with inner SQL query expression
By Espelage in forum ScriptingReplies: 0Last Post: 02-13-2004, 06:24 AM


Reply With Quote
