Forum Discussion

SARA_8's avatar
SARA_8
Level 4
12 years ago

Dismount tapes

I'm using acsls to dismount tapes q vol all shows many tape are mounted in tape drives Is there a way to dismount all tape under one ACS, not one tape at a time using dismount from acsls? Thanks all
  • Nicolai's avatar
    12 years ago

    No there is no such a command - You need to script it.

    You can pipe command to cmd_proc, that will at leat ease up some of the typing:

    echo "q drive all" | cmd_proc -q

    echo "dismount T10000 1,2,1,0 force" | cmd_proc -q