Good morning CMOD brethren. I am in need of moving all of our TSM data to new disk\TSM Volumes. I am down to the 'move data' portion and am in need of a script so that I may move 10-20 volumes at a time. I wish I could use a batch file but... Can anyone help with a move data script that can be ran from the TSM command line. Thank you ???
That's not something anyone is likely to be able to write 'blind'.
You can learn about 'for' loops in bash and ksh (UNIX shell scripting languages) to help create multi-line scripts. You put the names of the volumes in a file, then use the 'for' look to iterate over each volume name, then print the command you want to run with the echo command.
-JD.