Dear All,
There are so many media load operation failed during backups I need to rasie the same with library vedor
Is there any way to find out how many time a single drive rejected media loading
below is the error display's in Job view tab
04/19/2013 23:44:19 - Error bptm (pid=8300) error requesting media, TpErrno = Robot operation failed
04/19/2013 23:45:39 - Warning bptm (pid=8300) media id 280479 load operation reported an error
04/19/2013 23:46:10 - current media 280479 complete, requesting next media Any
I am using below customized command to find tape alerts
bperror -tape | grep -i 'tapealert' | cut -f4 -d',' | cut -d ' ' -f 4 | egrep -i 'Drive006|Drive016|Drive004|Drive017|Drive005|Drive018|Drive003|Drive019' | sort -nr
which is giving how many times alert came for perticular drive
Can any budy suggest any optimized way to find out above issue.
NBU version - 7.5.0.4 / Solaris
Tape library hosted on diffrent media server.
Thnaks