Quantcast
Channel: Symantec Connect - Backup and Recovery
Viewing all articles
Browse latest Browse all 8940

Listing robot control hosts to robot number & media type - a better way ?

$
0
0
I need a solution

There must be a  better way than this to get a list that has media type, robot control host and robot number.

nbemmcmd -listmedia -allrecords |\
     awk ' /^Media Type:/            { printf"\n%s ",$3 }
             /^Robot Control Host:/ { printf"%s ",$4 }
             /^Robot Number:/        { printf"%s",$3 }
             ' |  sort -u -k 3

There should be a  simple command to get all the defined robot info from any media server?
 

 

 


Viewing all articles
Browse latest Browse all 8940

Trending Articles