cancel
Showing results for 
Search instead for 
Did you mean: 

EV backup with NB with notify scripts...

K_G
Level 6
Partner Accredited
  hi ,

i want to take EV backups with netbackup.
i created prebackup.bat,postbackup.bat,readonly.reg and normal.reg files .(i replace thse files on c:/drive and system32 for bach files.)

i read the TN's and documents every TN mentioned flashbackup on NB.
I have no license for this, so i will use normal backup procedures on NB. (i know it is slower then VSS)

how can i create thi policy on NB?
how know the EV server knows the backup finished on NB and start the services.
please send a TN,document or tell the procedure of this basic problem.

bpend and bpstart notify scripts needed?

i created bpend_notify_schedulename.bat and bpstart_notify_schedulename.bat.
i copied these scripts on clint under NB\bin.
i creted schedule and take manuel backup  i finished but i checked the ev services on evserver bat file not work in script!

PREBACKUP.BAT:
REM ---------------------------------
REM prebackup.bat
REM ---------------------------------
net stop /y "Enterprise Vault Task Controller Service"
net stop /y "Enterprise Vault Storage Service"
net stop /y "Enterprise Vault Indexing Service"
net stop /y "Enterprise Vault Shopping Service"
regedit /s c:\readonly.reg
net start "Enterprise Vault Storage Service"
net start "Enterprise Vault Indexing Service"
net start "Enterprise Vault Shopping Service"
net start "Enterprise Vault Task Controller Service"

if i run manualy this script it works but if i run the policy on NB server not works.
i couldnt find the my missed point.
thanks...

0 REPLIES 0