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
Verifying that VSS can make a snapshot
Before you finish preconfiguration or run a backup with the Windows VSS method, verify that the Volume Shadow Copy Service can make and delete a snapshot on the array.
The command that is used in the following procedure is available with Microsoft Volume Shadow Copy SDK 7.2.
On the NetBackup client, you can use the commands in the following procedure.
Note:
If these commands do not succeed, consult your Windows documentation or your array administrator.
To verify that VSS can make or delete a snapshot
- To create a snapshot, enter one of the following commands .
- To display information on all existing snapshots on the client, enter the following command:
vshadow.exe -q
Example output:
VSHADOW.EXE 2.2 - Volume Shadow Copy sample client Copyright ©) 2005 Microsoft Corporation. All rights reserved. (Option: Query all shadow copies) - Setting the VSS context to: 0xffffffff Querying all shadow copies in the system ... * SNAPSHOT ID = {ae445cc3-e508-4052-b0f6-a5f02cf85f1e} ... - Shadow copy Set: {6665f5f7-6468-4a22-bd73-29ef8a30a760} - Original count of shadow copies = 1 - Original Volume name: \\?\Volume{0db3bc15-53b1-4d63-94dc-7c7d28b172cb}\ [K:\] - Creation Time: 4/10/2007 2:02:13 PM - Shadow copy device name: \\?\Volume{55226978-3131-4a12-8246-97ace27cf976} - Originating machine: oil.fun.com - Service machine: oil.fun.com - Not Exposed - Provider id: {21e5ab69-9685-4664-a5b2-4ca42bddb153} - Attributes: No_Auto_Release Persistent Hardware No_Writers Plex
To delete snapshots, do the following:
Look in the vshadow.exe -q command output for the Shadow copy Set ID of a snapshot that you created above.
Enter the following command to delete a particular snapshot:
vshadow.exe -dx = {Shadow_copy_set_ID}
Enter the following command to delete all snapshots on the client:
vshadow.exe -da
More Information