Veritas NetBackup™ Administrator's Guide, Volume II
- NetBackup licensing models and the nbdeployutil utility
- Creating and viewing the licensing report
- Reviewing a capacity licensing report
- Reconciling the capacity licensing report results
- Reviewing a traditional licensing report
- Additional configuration
- About dynamic host name and IP addressing
- About busy file processing on UNIX clients
- About the Shared Storage Option
- About configuring the Shared Storage Option in NetBackup
- Viewing SSO summary reports
- About the vm.conf configuration file
- Holds Management
- Menu user interfaces on UNIX
- About the tpconfig device configuration utility
- About the NetBackup Disk Configuration Utility
- Reference topics
- Host name rules
- About reading backup images with nbtar or tar32.exe
- Factors that affect backup time
- NetBackup notify scripts
- Media and device management best practices
- About TapeAlert
- About tape drive cleaning
- How NetBackup reserves drives
- About SCSI persistent reserve
- About the SPC-2 SCSI reserve process
- About checking for data loss
- About checking for tape and driver configuration errors
- How NetBackup selects media
- About Tape I/O commands on UNIX
nbmail.cmd script (on Windows)
Use the nbmail.cmd script to send the specified recipients notifications about scheduled backups. The recipients' email addresses must also be configured in the Universal Settings host properties.
Windows systems also require that you install the Simple Mail Transfer Protocol application to transfer messages to accept script parameters. UNIX platforms have a built-in SMTP transfer method.
To create the script on a client, copy Install_path\NetBackup\bin\goodies\nbmail.cmd from the master server into Install_path\NetBackup\bin of each client that is to receive the notification.
NetBackup passes the following parameters to the script:
%1 | Specifies the address of the recipient. For multiple addresses, enter email1,email2 |
%2 | Specifies the contents of the subject line. |
%3 | Specifies the file that is sent in the body of the email. This is generated by another script. |
%4 | Specifies the attached file name. |
NetBackup checks to see if nbmail.cmd is present in Install_path\NetBackup\bin. If nbmail.cmd exists, NetBackup passes the parameters to the script.