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
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.