Support #6906
INC000000435173 08/14 hendry - recycle 127 Minos LTO tapes
40%
Description
Minos has 33 full and 94 non full LTO4 tapes with 0 active files.
Would it be possible to have these 127 tapes recycled?
If possible, please open a service now request listing the tapes to be recycled.
Full volumes with only deleted files:
(from http://www-stken.fnal.gov/enstore/tape_inventory/RECYCLABLE_VOLUMES)
History
#1 Updated by Arthur Kreymer over 6 years ago
- % Done changed from 10 to 40
Work done on 09/01
Inspired by
https://cdcvs.fnal.gov/redmine/issues/6086
mindata@minos27
. /grid/fermiapp/products/setups.sh
setup encp -q stken
mkdir /minos/app/mindata/log/enstore/AUG2014
cd /minos/app/mindata/log/enstore/AUG2014
scp kreymer@ark.fnal.gov:RETAPEAUG2014 .
grep LTO4F1 RETAPEAUG2014 | wc -l
127
Removed leading spaces from non-full volume list
VOLUME LIST
grep LTO4F1 RETAPEAUG2014 | cut -f 1 -d ' ' > REVOLS
FILE LISTS
normalizing to /pnfs/minos per cfl scripts
for VOL in `cat REVOLS` ; do
echo $VOL
enstore info --list ${VOL} \
| sed 's^/pnfs/fs/usr/^/pnfs/^g' \
| sed 's^/pnfs/fnal.gov/usr/^/pnfs/^g' > ${VOL}.list ; done