cancel
Showing results for 
Search instead for 
Did you mean: 

Running bpbkar in dry run mode

LuisLiendo
Level 3

I am trying to test how fast bpbkar is able to scan and retrieve data from an NFS mounted file system.

Is there a way to run bpbkar in dry run mode so it will just scan and retrieve the data while providing performance information ?

Any help / guidance will be much appreciated

1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Level 6
Partner    VIP    Accredited Certified

Yes! See http://www.symantec.com/docs/HOWTO5613

 

/usr/openv/netbackup/bin/bpbkar -nocont -dt 0 -nofileinfo
  -nokeepalives file system > /dev/null

Remember to create bpbkar log folder first and increase logging level in bp.conf to 1.

View solution in original post

3 REPLIES 3

Marianne
Level 6
Partner    VIP    Accredited Certified

Yes! See http://www.symantec.com/docs/HOWTO5613

 

/usr/openv/netbackup/bin/bpbkar -nocont -dt 0 -nofileinfo
  -nokeepalives file system > /dev/null

Remember to create bpbkar log folder first and increase logging level in bp.conf to 1.

huanglao2002
Level 6

/usr/openv/netbackup/bin/bpbkar -nocont -dt 0 -nofileinfo
  -nokeepalives file system > /dev/null

 

please http://www.symantec.com/business/support/index?page=answers&startover=y&question_box=bpbkar++count&p...

LuisLiendo
Level 3

Thank you for your reply, it worked perfectly. It is appreciated.