Changing media type on a primary pool

2009-05-26 Thread Fiske, Daniel
At present I have 9940 tape as my primary tape pool and T10k as my copy tape pool. I want to convert (or change) the primary tape pool to T10k. Does anyone know the easiest way to do this? Thanks Dan Fiske

Re: Sql query problem in tsm 6.2

2011-09-07 Thread Fiske, Daniel
For some reason 6.2 does not like linking tables in the old way. You need to use aliases. Try this select statement: select ev.node_name, ev.status, nd.email_address from events ev, nodes nd where ev.node_name = nd.node_name and ev.status != 'Completed' and ev.scheduled_start '2011-09-06

Re: disabe/enable a sched via command line

2011-12-14 Thread Fiske, Daniel
David, Try setting the expiration of the schedule to a prior day. i.e. upd sched DOMAIN 0100 exp=12/11/2011 Then when you want the schedule reactivated set back to NEVER upd sched NOARCHIVE 0100 exp=Never Not sure if this will do what you want but its worth testing. Daniel Fiske

Re: Why are my temp files being backed up?

2012-04-17 Thread Fiske, Daniel
I think the error is the *\temp and *\...\Temp. In our environment we use: INCLEXCL exclude '*:\...\temp\...\*' INCLEXCL exclude '*:\...\*.tmp' INCLEXCL exclude '*:\...\tmp\...\*' INCLEXCL exclude '*:\temp\...\*' It's a little overkill but we don't get anything under any directory named temp or