How to move DRM media between two vault locations?

GTMK

Active Newcomer
Joined
Feb 27, 2008
Messages
9
Reaction score
0
Points
0
Location
Germany
Hello,

we are maintaining two different vault location. When the smaller vault is full, we need to move the media to the larger vault. How can I achieve this using DRM?
The command

move drmedia * wherelocation=SmallVault tolocation=LargeVault

requires the wherestate parameter but wherestate=VAULT is not allowed. Any idea how to resolve this?

Thanks, Georg.
 
Thanks - but I am looking for a (simple) solution that would update all volumes at once. I was probably not specific enough - we are moving all volumes except database backups from the small to the large vault. The command that would do the job would be

move drmedia * source=dbnone wherelocation=SmallVault tolocation=LargeVault wherestate=VAULT

but the last option is unfortunately not allowed.

Georg.
 
I was hoping I could avoid scripting... do you have a reference for me where I can teach myself the basics of TSM scripting?

Georg.
 
Back
Top