Veritas NetBackup™ Administrator's Guide, Volume II
- NetBackup licensing models and the nbdeployutil utility
- About NetBackup licensing models
- nbdeployutil utility options
- Creating and viewing the licensing report
- After creating a traditional licensing report
- After creating a capacity licensing report
- Reconciling the capacity licensing report results
- 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
mail_dr_info script
Use the mail_dr_info.cmd script (on Windows) and the mail_dr_info.sh script (on UNIX) to send NetBackup disaster recovery information to specified recipients after running an online, hot catalog backup.
By default, this script does not exist. You must create it. How you do so depends on the operating system type of your master server.
On Windows: To create the script, copy the following script from the master server:
Install_path\NetBackup\bin\goodies\nbmail.cmd
and place it into the following location:
Install_path\NetBackup\bin\mail_dr_info.cmd.
On UNIX: To create the script, touch the following file:
/usr/openv/netbackup/bin/mail_dr_info.sh
NetBackup passes the following parameters to the script:
%1 | Specifies the recipient's address. For multiple addresses, enter email1,email2 |
%2 | Specifies the subject line. |
%3 | Specifies the message file name. |
%4 | Specifies the attached file name. |
On Windows: NetBackup checks to see if mail_dr_info.cmd is present in Install_path\NetBackup\bin. If mail_dr_info.cmd exists, NetBackup passes the parameters to the script.
Note:
On UNIX: NetBackup checks to see if mail_dr_info.sh is present in /usr/openv/netbackup/bin. If mail_dr_info.cmd exists, NetBackup passes the parameters to the script. mail_dr_info.sh is not an installed file. Users must create the script.