cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle Cold Backup in Netbackup

SiddhV
Level 3

Hi Folks,

Would like to know how to implement cold backup of oracle databases in my netbackup environment.

 On one of my oracle database server I wanted to run oracle_stop_all script before starting backup

and execute oracle_start_all script after completion of the backup. Right now we are doing this manually.

I am using netbackup 7.0 installed on RHEL Box.

 

Thanks!

2 REPLIES 2

RohitNayal
Level 5
Certified

Hi ,

 

You can append your Database start and end command with the Netbackup Start and End script 

 

Netbackup Script Location :"/insatll_directory/netbackup/bin/goodies"

 

Netbackup Start Script Name :bpstart_notify 

 

Netbackup Stop Script Name :bpend_notify

Yasuhisa_Ishika
Level 6
Partner Accredited Certified
These script placed under goodies directory on NetBackup servers are just samples for mail notification. No need to copy and modify them. Just write what you want from scratch. Create shell script for stopping and starting Oracle , then place them as bpstart_notify.<policy_name>(stop script) and bpend_notify.<policy_name>(start script) under /usr/openv/netbackup/bin directory on target client host. Finally, don't forget to add executable permission on them.