Forum Discussion

Abdul_Hakkim's avatar
12 years ago

command for available Scratch tapes Status

Hi All,   Can anyone please help me to know the command for availbale scratch tapes count from solaris netbackup master server   condition :-   ROBOT TYPE = ACS MEDIA TYPE =HCART3 VOL...
  • Marianne's avatar
    12 years ago

    vmquery -rn 0 -bx | grep -i scratch | grep -i hcart3 | wc -l

    If you need ALL hcart3 tapes in scratch (including non-robotic):

    vmquery -a -bx | grep -i scratch | grep -i hcart3 | wc -l