206
NetBackup System Administrator’s Guide - Windows NT Server
5
dbbackup_notify.cmd
The
dbbackup_notify.cmd
script runs on the master server and is called
each time NetBackup completes an attempt to back up its databases.
NetBackup passes the following parameters to this script:
For example:
dbbackup_notify.cmd DISK /disk1/bpsync1 SUCCESS
dbbackup_notify.cmd OPTICAL AA0001 FAIL
dbbackup_notify.cmd TAPE XYZ047 SUCCESS
You must be able to identify the most recent catalog backup. Therefore,
consider modifying this script to produce a printed copy of the media ID to
which the database backup was done.
diskfull_notify.cmd
The
diskfull_notify.cmd
script runs on the NetBackup server that has the
storage unit. The disk-media manager (
bpdm
) calls this script if it encounters a
disk full condition when writing a backup to a disk type storage unit. The
default action is to sleep five minutes and retry the write (file being written is
kept open by the active
bpdm
).
Parameter
Description
device
Device type the backup was written to.
vsn_or_path
Volume serial number (for tape) or path (for disk) used for the
backup.
status
Specifies whether the backup was successful and must have a
value of either
SUCCESS
or
FAIL
.
NetBackup 3.2 System Administrator's Guide for Windows NT
NetBackup 3.2 System Administrator's Guide for Windows NT