cancel
Showing results for 
Search instead for 
Did you mean: 

why the bpend_notify script is executed just after bpstart_notify script?

Petter_Liz
Level 2
very strange, the two scripts are executed at same time?
2 REPLIES 2

Petter_Liz
Level 2
BTW: the following are two scripts:

#! /bin/sh
# -----------------------------------------------------------------
# bpstart_notify.mypolicy
# -----------------------------------------------------------------
su - oracle -c "/home/oracle/test/bpstart.sh"
exit 0


#! /bin/sh
# -----------------------------------------------------------------
# bpend_notify.mypolicy
# -----------------------------------------------------------------
su - oracle -c "/home/oracle/test/bpstop.sh"
exit 0

zippy
Level 6
Petter,

Look at the date of the primary script "ls -al script_name" and see when it was modified, compare it to the rest of the installation of netbackup, look at what the scripts do "they are probable RMAN stuff" I would ask the Oracle DBA to look at them with you or for you.

Jim