Forum Discussion

A_M_Ash_'s avatar
A_M_Ash_
Level 6
13 years ago
Solved

Command line alternate to the Gui's activity monitor

Hi,

 

i need to list all the  backups and operations using the  Command line as the view  in the activity monitor

Symantic Product Name: Symantec Netbackup

Product Version: 7.0.1

Operating System: HP-UX 11iv3

 

thanks

  • You may want to look at the -most_columns option

    but you'll have to do a little work to 'refine' the output (e.g. cut/awk):

    DOCUMENTATION: In NetBackup 6.x and 7.x, what does the output of "bpdbjobs -most_columns" mean?
    http://www.symantec.com/business/support/index?page=content&id=TECH65123

     

     

    [[Editted to re-insert subject line comments]]

5 Replies

  • Anonymous's avatar
    Anonymous

    Type at the prompt:

    bpdbjobs -report

    For similar view to default Activity Monitor columns view

    bpdbjobs -?

    for more options to add more or less detail.

     

  • Hi,

     

    i used the command as follow :

    > bpdbjobs -report -M <master server>

     

    i got the output as follow:

     

    jobid  type    status  policy  schedule  client  media server 

     

    but didnot have the capacity or KiloBytes that have been backuped    ,so how to list also the size of backup

  • You may want to look at the -most_columns option

    but you'll have to do a little work to 'refine' the output (e.g. cut/awk):

    DOCUMENTATION: In NetBackup 6.x and 7.x, what does the output of "bpdbjobs -most_columns" mean?
    http://www.symantec.com/business/support/index?page=content&id=TECH65123

     

     

    [[Editted to re-insert subject line comments]]