Please enter search query.
Search <book_title>...
Veritas NetBackup™ Snapshot Client Administrator's Guide
Last Published:
2019-06-28
Product(s):
NetBackup (8.2)
- 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 a snapshot mirror
You can create a snapshot mirror using VxVM commands.
To create a snapshot mirror on Windows
- For a volume that is associated with a drive letter, enter:
vxassist snapstart X:
where X is the drive letter. This command creates a snapshot mirror of the designated drive.
- For a volume that is not associated with a drive letter, enter:
vxdg -g disk_group dginfo
This command shows information for the specified disk group, including the names of the volumes that are configured for that group.
Create the snapshot by entering the following:
vxassist snapstart \Device\HarddiskDmVolumes\disk_group\Volume_name
This command creates a snapshot mirror of the designated Windows volume.
To create a snapshot mirror on UNIX
- Add dco (data change object) logs to the primary volume:
/usr/sbin/vxassist -g disk_group addlog volume_name logtype=dco
- Enable FastResync on the volume:
/usr/sbin/vxvol -g disk_group set fmr=on volume_name
Prepare a new mirror for the Instant Recovery snapshot:
Create the mirror:
/usr/sbin/vxassist -g disk_group snapstart primary_volume
Wait until the mirror is synchronized (status SNAPDONE, or State field reads Ready in the volume's properties display).
To verify that the mirror is synchronized, enter:
/usr/sbin/vxprint -g disk_group -q -t -e 'assoc="primary_volume"'
More Information