Veritas NetBackup™ Snapshot Client Administrator's Guide
- Introduction
- Snapshot Client features
- About snapshot basics
- Off-host backup overview
- Off-host backup methods
- Snapshot Client requirements
- Installation
- Policy configuration
- Selecting the snapshot method
- Configuration parameters for Snapshot Client
- About using alternate client backup
- Configuring alternate client backup
- Policy configuration tips
- About disabling snapshots
- FlashBackup configuration
- Instant Recovery configuration
- About Instant Recovery
- About sizing the cache for Instant Recovery copy-on-write snapshots
- About configuring VxVM
- About storage lifecycle policies for snapshots
- Network Attached Storage (NAS) snapshot configuration
- Configuration of software-based snapshot methods
- Support for Cluster Volume Manager Environments (CVM)
- Configuration of snapshot methods for disk arrays
- About the new disk array snapshot methods
- Disk array configuration tasks
- OS-specific configuration tasks
- About VSS configuration (Windows)
- About EMC CLARiiON arrays
- Configuring NetBackup to access the CLARiiON array
- Configuring a NetBackup policy for a CLARiiON array method
- About EMC Symmetrix arrays
- About configuration for EMC_TimeFinder_Mirror
- About configuration for EMC_TimeFinder_Clone
- About HP EVA arrays
- Verifying connectivity from clients to array using SSSU 5.0
- 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
- About restores from a FlashBackup backup
- Instant Recovery restore features
- About configurations for restore
- About restoring from a disk snapshot
- 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
- Appendix C. NetBackup integration with CloudPoint for snapshot managment
Creating full-sized snapshots
Unlike the space-optimized snapshot, NetBackup cannot create VxVM full-sized instant snapshots: you must create them before running the backup, as explained in the following procedure. You must create one full-sized instant snapshot for each backup you want to run.
To create full-sized snapshots
- Enter the following to create the parent volume:
/usr/sbin/vxassist -g disk_group make volume length layout=layout logtype=dco dcoversion=20 [drl=no|sequential|yes] [ndcomirror=number] fastresync=on
Where:
Brackets [ ] indicate optional items.
make volume specifies the name of the volume snapshot.
Create a volume for a full-sized instant snapshot:
Determine the required size for the snapshot volume:
# LEN='vxprint -g disk_group -F%len volume'
Find the name of the DCO volume:
# DCOVOL='vxprint -g disk_group -F%dconame volume'
Discover the DCO volume's region size (in blocks):
# RSZ='vxprint -g disk_group -F%regionsz $DCOVOL'
Create a volume that is named volumename_NBU, of the required size and redundancy.
The volume name must end with _NBU. In the following example, the volume is named SNAP_vol1_NBU.
vxassist -g disk_group make SNAP_vol1_NBU $LEN layout=mirror nmirror=number logtype=dco drl=no dcoversion=20 ndcomirror=number regionsz=$RSZ init=none [storage attributes ...]
The number for nmirror should equal the number for ndcomirror.
Note:
For Linux, the init value should be init=active instead of init=none.
For Solaris 10 with Storage Foundation 5.1, the init value should be init=active instead of init=none.
vxsnap -g disk_group make source=volume/snapvol=SNAP_vol1_NBU/syncing=on
- Set the Maximum Snapshots (Instant Recovery only) value on the NetBackup Snapshot Client Options dialog.
More Information