Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ Administrator's Guide, Volume II
  3. Reference topics
  4. NetBackup notify scripts
  5. diskfull_notify script
Veritas NetBackup™ Administrator's Guide, Volume II

diskfull_notify script

The diskfull_notify.cmd script (on Windows) and the diskfull_notify script (on UNIX) run on the NetBackup server that contains the storage unit. The disk media manager (bpdm) calls this script if it encounters a disk full condition while it writes a backup to a disk storage unit. The default action is to report the condition and immediately try to write the data again. (The file being written is kept open by the active bpdm).

The scripts are located in the following directories:

On Windows: Install_path\NetBackup\bin\diskfull_notify.cmd

On UNIX: /usr/openv/netbackup/bin/diskfull_notify

The script can be modified to send a notification to an email address or modified to perform actions such as removing other files in the affected directory or file system.

NetBackup passes the following parameters to the script:

programname

Specifies the name of the program (always bpdm).

pathname

Specifies the path to the file being written.

For example:

/disk1/images/host_08193531_c1_F1

See the following Windows example:

diskfull_notify.cmd bpdm

Feedback

Was this page helpful?
Previous

child_start_deployment_notify

Next

drive_mount_notify script (on UNIX)

Feedback

Was this page helpful?