Eject multiple tapes from a Dell PowerVault 124T autoloader in one go.
No dependencies or requirements other than Python 2.7.
- Python 2.7 supported on Linux (CentOS 7 but should work on other distros).
Install:
wget "https://github.com/Robpol86/tape_bulk_eject/raw/master/tape_bulk_eject.py"
chmod +x tape_bulk_eject.py
./tape_bulk_eject.py --help
- Refactored from: https://gist.github.com/Robpol86/4671251