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
Comments 5 Comments • Jump to latest comment
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.
Supporting Storage Foundation and VCS on Unix and Windows as well as NetBackup on Unix and Windows
Handy NBU Links
What does then bp_kill.all in bin directory does?
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
Supporting Storage Foundation and VCS on Unix and Windows as well as NetBackup on Unix and Windows
Handy NBU Links
OK.So both do the same work.?
My logic says 'YES', if they are the same, they will do the same.
Supporting Storage Foundation and VCS on Unix and Windows as well as NetBackup on Unix and Windows
Handy NBU Links
Would you like to reply?
Login or Register to post your comment.