Please enter search query.
Search <book_title>...
NetBackup™ Snapshot Client Administrator's Guide
Last Published:
2022-05-23
Product(s):
NetBackup & Alta Data Protection (10.0)
- Introduction
- Installation
- Policy configuration
- Selecting the snapshot method
- About using alternate client backup
- Configuring alternate client backup
- Policy configuration tips
- About disabling snapshots
- NAS snapshot configuration
- Dynamic data streaming for D-NAS workloads
- Setting up a NAS-Data-Protection policy
- FlashBackup configuration
- Instant Recovery configuration
- About Instant Recovery
- About sizing the cache for Instant Recovery copy-on-write snapshots
- About storage lifecycle policies for snapshots
- Configuration of software-based snapshot methods
- Support for Cluster Volume Manager Environments (CVM)
- Configuration of snapshot methods for disk arrays
- OS-specific configuration tasks
- About IBM DS6000 and DS8000 arrays
- Configuring NetBackup to access the IBM DS6000 or DS8000 array
- About IBM DS4000 array
- About Hitachi SMS/WMS/AMS, USP/NSC, USP-V/VM
- Hitachi array software requirements
- About HP-XP arrays
- About array troubleshooting
- Notes on Media Server and Third-Party Copy methods
- Backup and restore procedures
- Snapshot management
- Troubleshooting
- Logging directories for UNIX platforms
- Logging folders for Windows platforms
- FlashBackup and status code 13
- Appendix A. Managing nbu_snap (Solaris)
- Appendix B. Overview of snapshot operations
Configuring backup scripts
For backups using a snapshot method, you can run scripts before and after the snapshot by adding directives to the
list, as follows.To configure backup scripts
- On the primary server, open the NetBackup Administration Console.
- Click Policies.
- In the All Policies pane, double-click the name of the policy.
- Click the Backup Selections tab.
- Add the following directive to the start of the Backup Selections list:
METHOD=USER_DEFINED
- Add one or both of the following directive(s), as required.
DB_BEGIN_BACKUP_CMD=your_begin_script_path DB_END_BACKUP_CMD=your_end_script_path
Note:
DB_BEGIN_BACKUP_CMD and DB_END_BACKUP_CMD directives are not supported for Windows clients.
The arguments (arg) are optional.
For example:
In this example, the script shutdown_db.ksh is run before the backup, and restart_db.ksh is run after the snapshot is created.