Showing posts with label cleaning tapes. Show all posts
Showing posts with label cleaning tapes. Show all posts

Monday, March 25, 2013

Cleaning tape cycles CLI


#IBM 3494#

mtlib -l -q L | grep 3592

#IBM 3584, A.K.A. IBM TS3500#

/opt/java6/bin/java -jar TS3500CLI.jar -a -viewCleaningCartridges -u -p | awk -F',' '{total=total+$9;}END{print total}'

Insert it into your own morning TSM report script! ;-)