Forum Discussion

nike_new's avatar
nike_new
Level 6
12 years ago

bp.kill_all

 

/usr/openv/netbackup/bin

-bash-3.2$ ls -ltr |grep -i bp.kill

-r-x------ 1 root daemon    22309 Aug 25  2011 bp.kill_all

-bash-3.2$ cd goodies

-bash-3.2$ ls -ltr |grep -i bp

bpend_notify        bpend_notify.bat    bpend_notify_busy   bperrcode           bp.kill_all         bpplconvert         bpstart_notify      bpstart_notify.bat

What is the use of bp.kill_all?

I have below information from google.

Starting and Stopping Netbackup
Stopping Netbackup
• /usr/openv/netbackup/bin/K77netbackup --> graceful shutdown 
• /usr/openv/netbackup/bin/bpps -a --> check for any remaining processes 
• /usr/openv/netbackup/bin/goodies/bp.kill_all ---> kills all remaining netbackup processes, not necessarily graceful 
• /usr/openv/netbackup/bin/bpps -a --> check for any remaining processes 
• kill -9 for any remaining. NOTE: unkillable processes may require a reboot 
Starting Netbackup
• /usr/openv/netbackup/bin/S77netbackup --> after bp.kill_all, to restart 
• /usr/openv/volmgr/bin/vmd

 

 

  • My logic says 'YES', if they are the same, they will do the same.

5 Replies

  • You have all the answers to your questions.

    What else are you looking for?

    If you run these commands, you will be able to see the results.

  • If you do 'ls -l' on both, they should be same size, meaning they are exactly the same.

    OS command 'diff' can also be used to check for differences:

    $ diff /usr/openv/netbackup/bin/bp.kill_all  /usr/openv/netbackup/bin/goodies/bp.kill_all

  • My logic says 'YES', if they are the same, they will do the same.