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
parent_end_deployment_notify
The parent_end_deployment_notify script (on UNIX) and the parent_end_deployment_notify.cmd script (on Windows) runs on the NetBackup master server. NetBackup calls the script each time a deployment parent job completes. The script runs after all other deployment steps have completed.
To use this script, copy the following file from the master server:
On UNIX: /usr/openv/netbackup/bin/goodies/parent_end_deployment_notify
On Windows: install_path\NetBackup\bin\goodies\parent_end_deployment_notify.cmd
Then place the script in the following location on the master server:
On UNIX: /usr/openv/netbackup/bin/
On Windows: install_path\NetBackup\bin\
To run properly, the script must be executable. To make the script executable on a UNIX master server, run chmod ugo+rx parent_end_deployment_notify
NetBackup passes the following parameters to the script based on the platform:
Table: UNIX parent_end_deployment_notify parameters
Parameter | Details |
---|---|
JobID | Specifies the job ID of the parent job. |
PolicyName | Specifies the policy name of the deployment policy. |
Operation | Specifies the operations to perform: precheck, stage, and install. |
Package | Specifies the deployment policy's package. |
JobStatus | Specifies the exit status code of the parent job. |
ClientCount | Specifies the number of child jobs that the parent job initiated. |
Table: Windows parent_end_deployment_notify.cmd parameters
Parameter | Details |
---|---|
%1 | Specifies the job ID of the parent job. |
%2 | Specifies the policy name of the deployment policy. |
%3 | Specifies the operations to perform: precheck, stage, and install. |
%4 | Specifies the deployment policy's package. |
%5 | Specifies the exit status code of the parent job. |
%6 | Specifies the number of child jobs that the parent job initiated. |