Veritas CloudPoint Administrator's Guide
- Getting started with CloudPoint
- Section I. Installing and configuring CloudPoint
- Preparing for installation
- Deploying CloudPoint
- Deploying CloudPoint in the AWS cloud
- Using plug-ins to discover assets
- Configuring off-host plug-ins
- AWS plug-in configuration notes
- Google Cloud Platform plug-in configuration notes
- Microsoft Azure plug-in configuration notes
- HPE RMC plug-in configuration notes
- NetApp plug-in configuration notes
- Hitachi plug-in configuration notes
- InfiniBox plug-in configuration notes
- About CloudPoint plug-ins and assets discovery
- Configuring the on-host agents and plug-ins
- Oracle plug-in configuration notes
- Protecting assets with CloudPoint's agentless feature
- Preparing for installation
- Section II. Configuring users
- Section III. Protecting and managing data
- User interface basics
- Indexing and classifying your assets
- Protecting your assets with policies
- Tag-based asset protection
- Replicating snapshots for added protection
- Managing your assets
- About snapshot restore
- Single file restore requirements and limitations
- Additional steps required after a SQL Server snapshot restore
- Monitoring activities with notifications and the job log
- Protection and disaster recovery
- Section IV. Maintaining CloudPoint
- CloudPoint logging
- Troubleshooting CloudPoint
- Working with your CloudPoint license
- Managing CloudPoint agents and plug-ins
- Upgrading CloudPoint
- Uninstalling CloudPoint
- Section V. Reference
Steps required after a SQL Server host-level restore
Perform these steps after you have restored a host-level SQL Server snapshot from the CloudPoint UI. These steps are required irrespective of whether you are restoring the snapshot to the original location or to a new location.
Before you proceed, verify the following:
Ensure that the SQL Server user account on the Windows host where you intend to revert the shadow copy, has full access to the restore data.
Ensure that the
pagefile.sys
is not present on the drive that is selected for the snapshot creation or snapshot restore.The snapshot creation and snapshot restore operations will fail if the file is present on the selected drives.
Perform the following steps to revert the shadow copy
- Connect to the Windows host where the SQL Server instance is running.
Ensure that you use an account that has administrator privileges on the host.
- Stop the SQL Server service on the Windows host.
- Open a command prompt window. If Windows UAC is enabled on the host, open the command prompt in the Run as administrator mode.
- Navigate to
%programdata%\Veritas\CloudPoint\tmp\tools\windows\tools\
directory, and then run the following command from there:vss_snapshot.exe --revertSnapshot
The command displays a json output with Status = 0 that confirms that the operation is successful.
This command reverts the shadow copies for all the drives, except the system drive. The SQL Server service is stopped before the snapshot is reverted and automatically started after the revert operation is successful.
- Start the SQL Server service on the Windows host.