NetBackup™ Snapshot Manager for Cloud Install and Upgrade Guide
- Introduction
- Section I. NetBackup Snapshot Manager for Cloud installation and configuration
- Preparing for NetBackup Snapshot Manager for Cloud installation
- Deploying NetBackup Snapshot Manager for Cloud using container images
- Deploying NetBackup Snapshot Manager for Cloud extensions
- Installing the NetBackup Snapshot Manager extension on a VM
- Installing the NetBackup Snapshot Manager extension on a managed Kubernetes cluster (AKS) in Azure
- Installing the NetBackup Snapshot Manager extension on a managed Kubernetes cluster (EKS) in AWS
- Installing the NetBackup Snapshot Manager extension on a managed Kubernetes cluster (GKE) in GCP
- NetBackup Snapshot Manager for cloud providers
- AWS plug-in configuration notes
- Google Cloud Platform plug-in configuration notes
- Prerequisites for configuring the GCP plug-in using Credential and Service Account option
- Microsoft Azure plug-in configuration notes
- Microsoft Azure Stack Hub plug-in configuration notes
- OCI plug-in configuration notes
- Configuration for protecting assets on cloud hosts/VM
- Protecting assets with NetBackup Snapshot Manager's on-host agent feature
- Installing and configuring NetBackup Snapshot Manager agent
- Configuring the NetBackup Snapshot Manager application plug-in
- Microsoft SQL plug-in
- Oracle plug-in
- Protecting assets with NetBackup Snapshot Manager's agentless feature
- Snapshot Manager for cloud catalog backup and recovery
- NetBackup Snapshot Manager for cloud assets protection
- Volume encryption in NetBackup Snapshot Manager for cloud
- NetBackup Snapshot Manager for Cloud security
- Preparing for NetBackup Snapshot Manager for Cloud installation
- Section II. NetBackup Snapshot Manager for Cloud maintenance
- NetBackup Snapshot Manager for Cloud logging
- Upgrading NetBackup Snapshot Manager for Cloud
- Migrating and upgrading NetBackup Snapshot Manager
- Post-upgrade tasks
- Uninstalling NetBackup Snapshot Manager for Cloud
- Troubleshooting NetBackup Snapshot Manager for Cloud
Single file restore from snapshot copy fails with an error
In the single file restore from snapshot copy operation, a new disk from snapshot is created and attached on the target VM, which is not detected internally. Due to this, the disk attached to the target VM is not found by NetBackup Snapshot Manager's on-host agent deployed on the target VM.
Following error message is displayed in the NetBackup Job monitor:
Warning nbcs (pid=49733) Failed to restore file(s) / folder(s) from snapshot/backup. Internal status code: 2060017 . . Failed to restore file(s) and folder(s) from snapshot for asset: <asset-id>
Following corresponding errors are displayed in NetBackup Snapshot Manager logs at /cloudpoint/logs/flexsnap.log*
:
<redacted> flexsnap-agent-onhost[525538] Thread-32709 flexsnap.connectors.base: ERROR - Request failed unexpectedly Traceback (most recent call last): File "flexsnap/connectors/base.py", line 112, in run File "flexsnap-agent.py", line 472, in handle_get File "flexsnap/agent.py", line 785, in find_asset flexsnap.NotFoundError: <disk-id> not found
Workaround:
Manually trigger re-scan of disks on target VM as mentioned below for Windows and Linux systems:
For Windows:
If any network device is attached to the device, detach it.
Open the command prompt in administrator privileges and run the following command:
diskpart
Inside the diskpart prompt, type rescan and press the Enter key.
Exit the diskpart prompt and the command line.
Perform the single file restore from snapshot copy operation again.
For Linux:
Run the following command:
echo "- - -" > /sys/class/scsi_host/hostX/scan
where X is the number of SCSI host to scan.
Ensure that you run the above command for each SCSI host available.
For example, if there are three devices, then run the following commands:
# echo "- - -" > /sys/class/scsi_host/host0/scan
# echo "- - -" > /sys/class/scsi_host/host1/scan
# echo "- - -" > /sys/class/scsi_host/host2/scan
If the issue is not resolved, then restart the target VM.