DRM script in a TSM schedule?

pichels

ADSM.ORG Member
Joined
Mar 23, 2005
Messages
12
Reaction score
0
Points
0
Website
Visit site
Hi,



Is it possible to create a DR script that uses the same commands as DRM?

We do not have DRM installed w/ our standard version of TSM.

We have a 3582-LTO2 library with ONE tape drive.



Can I execute the following in a script but HOW do I run "dynamically" when a backup is complete as to eject tapes out of the library?



Create a Loop in script to cycle through this statement...

q vol stg=copypool access=readw status=full

UPD V <volume name> access=offsite

CHECKOut LIBVolume ltolib1 <volume name> remove=yes

q req

rep <id>



I have one I/O slot so...if I have more than one tape what can I do?...sigh.



Any help, input or responses are greatly appreciated, thanks!



SP
 
Pichels,



there are ways of creating loops, getting scripts to create schedules to rerun scripts should do it. What you are talking about though would be far better achieved using a script running external to TSM calling dsmadmc. TSM's scripting language is really pretty limited.



Regards,



Tom
 
Back
Top