HP Data Protector Software Cell Manager Failover Process (standby Cell Manager)
10
Figure 7.
Replication job content (Windows 2003 Server)
The following section shows the content of the pre- and post-execution scripts and how they are being
used in the backup datalists.
site(A):dp_database1-pre.bat
"d:\Program Files\OmniBack\bin\omnistat"
"d:\Program Files\OmniBack\bin\omnib" -datalist dp_database2
Note
omnistat generates a list of eventually running backup jobs in the Data
Protector GUI. You must not run IDB backups during currently running or
scheduled backup sessions. omnib calls the backup list specified.
site(B):dp_database2-pre.bat
if exist "D:\IDBrestore\D$" rmdir /s /q "D:\IDBrestore\D$"
Note
This script removes existing files within the IDB restore destination directory
on the standby Cell Manager.