I run a script to eject tapes (found within a list like so)
c00234
c00456
but what I need to do is ensure that the amount of tapes ejected is the same as listed within the tape list.
At the moment I perform this action:
for x in `cat tapelist`
do
dsmadmc -id=me pa=password move dr $x remove=yes
done
fi
Any ideas ?
c00234
c00456
but what I need to do is ensure that the amount of tapes ejected is the same as listed within the tape list.
At the moment I perform this action:
for x in `cat tapelist`
do
dsmadmc -id=me pa=password move dr $x remove=yes
done
fi
Any ideas ?