Automate set tape free script

  • Follow


I have the set tape free script working in the DPM shell where I can pick 1 
tape in my autoloader and set the tape free manually.  How can I automate 
this script so it will automate the script for all of the tapes in my 
autoloader, I have 8 tapes.

Thanks.

0
Reply Utf 11/25/2009 6:41:01 PM

Hi Daniel,

You can do it by two foreach statement

For each library

Example foreach($lib in $libList)

And for each Tape

foreach($tape in $tapeList)

-- 
Thanks and Regards
Mukul

This posting is provided "AS IS" with no warranties, and confers no rights.

"Daniel" <Daniel@discussions.microsoft.com> wrote in message 
news:2FF8449C-E561-410E-A557-A0E497DD6292@microsoft.com...
>I have the set tape free script working in the DPM shell where I can pick 1
> tape in my autoloader and set the tape free manually.  How can I automate
> this script so it will automate the script for all of the tapes in my
> autoloader, I have 8 tapes.
>
> Thanks.
> 


0
Reply Mukul 11/26/2009 6:29:46 AM


1 Replies
407 Views

(page loaded in 0.097 seconds)

Similiar Articles:
















7/27/2012 3:11:22 PM


Reply: