I just wrote up these crib notes... and I wonder if
there's anything wrong with them... or if some of you
some versed networker folks have comments about them?
steve
- - -
systems & network manager
high energy physics
university of wisconsin
it's april 1st, 2005
all clients/tapes have one year retention policy
some/lots of tapes have not become recyclable because of
systems that no longer exist. we don't care about them.
ergo any tapes that expire before 4/1/2005 can be set
to recyclable... for example, the last three months...
for i in 01 02 03; do
mminfo -m | egrep "$i/.*/05"
vols=`mminfo -m | egrep "$i/.*/05" | awk '{print $1}'`
for v in $vols; do
echo nsrmm -y -o recyclable $v
nsrmm -y -o recyclable $v
done
done
Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu
