NetBackup™ for Cloud Object Store Administrator's Guide
- Introduction
- Managing Cloud object store assets
- Planning NetBackup protection for Cloud object store assets
- Enhanced backup performance in 11.0 or later
- Prerequisites for adding Cloud object store accounts
- Configuring buffer size for backups
- Configure a temporary staging location
- Configuring advanced parameters for Cloud object store
- Permissions required for Amazon S3 cloud provider user
- Permissions required for Azure blob storage
- Permissions required for GCP
- Limitations and considerations
- Adding Cloud object store accounts
- Manage Cloud object store accounts
- Scan for malware
- Protecting Cloud object store assets
- About accelerator support
- About incremental backup
- About dynamic multi-streaming
- About storage lifecycle policies
- About policies for Cloud object store assets
- Planning for policies
- Prerequisites for Cloud object store policies
- Creating a backup policy
- Policy attributes
- Creating schedule attributes for policies
- Configuring the Start window
- Configuring the exclude dates
- Configuring the include dates
- Configuring the Cloud objects tab
- Adding conditions
- Adding tag conditions
- Examples of conditions and tag conditions
- Managing Cloud object store policies
- Recovering Cloud object store assets
- Troubleshooting
- Error 5541: Cannot take backup, the specified staging location does not have enough space
- Error 5537: Backup failed: Incorrect read/write permissions are specified for the download staging path.
- Error 5538: Cannot perform backup. Incorrect ownership is specified for the download staging path.
- Reduced acceleration during the first full backup, after upgrade to versions 10.5 and 11.
- After backup, some files in the shm folder and shared memory are not cleaned up.
- After an upgrade to NetBackup version 10.5, copying, activating, and deactivating policies may fail for older policies
- Backup fails with default number of streams with the error: Failed to start NetBackup COSP process.
- Backup fails, after you select a scale out server or Snapshot Manager as a backup host
- Backup fails or becomes partially successful on GCP storage for objects with content encoded as GZIP.
- Recovery for the original bucket recovery option starts, but the job fails with error 3601
- Recovery Job does not start
- Restore fails: "Error bpbrm (PID=3899) client restore EXIT STATUS 40: network connection broken"
- Access tier property not restored after overwriting the existing object in the original location
- Reduced accelerator optimization in Azure for OR query with multiple tags
- Backup failed and shows a certificate error with Amazon S3 bucket names containing dots (.)
- Azure backup jobs fail when space is provided in a tag query for either tag key name or value.
- The Cloud object store account has encountered an error
- The bucket is list empty during policy selection
- Creating a second account on Cloudian fails by selecting an existing region
- Restore failed with 2825 incomplete restore operation
- Bucket listing of a cloud provider fails when adding a bucket in the Cloud objects tab
- AIR import image restore fails on the target domain if the Cloud store account is not added to the target domain
- Backup for Azure Data Lake fails when a back-level media server is used with backup host or storage server version 10.3
- Backup fails partially in Azure Data Lake: "Error nbpem (pid=16018) backup of client
- Recovery for Azure Data Lake fails: "This operation is not permitted as the path is too deep"
- Empty directories are not backed up in Azure Data Lake
- Recovery error: "Invalid alternate directory location. You must specify a string with length less than 1025 valid characters"
- Recovery error: "Invalid parameter specified"
- Restore fails: "Cannot perform the COSP operation, skipping the object: [/testdata/FxtZMidEdTK]"
- Cloud store account creation fails with incorrect credentials
- Discovery failures due to improper permissions
- Restore failures due to object lock
The Cloud object store account has encountered an error
Explanation
In web UI, the Cloud object store account status is shown as:
The Cloud object store account has encountered an error, see user documentation, and re-create the account.
You cannot edit the Cloud object store account in this state. All jobs corresponding to the Cloud object store account keep failing.
Cause
The Cloud object store account goes to an error state when:
The alias corresponding to Cloud object store account is accidentally deleted using the csconfig CLI.
The alias corresponding to the Cloud object store account is accidentally updated using the csconfig CLI.
Note:
It is recommended not to use the csconfig CLI to update the alias corresponding to the Cloud object store account. The correct way to update the same is through the Edit workflow or create-or-update API. Aliases with the same name as the Cloud object store account are the aliases corresponding to the Cloud object store account.
Workaround
The NetBackup domain name must be unique across the Cloud object store account, Cloud storage server, or MSDP-C LSU. They share a single namespace. Hence, we can have the following usage scenarios:
Case 1: When there is no valid Cloud storage server or MSDP-C LSU with the same name as the Cloud object store account in the environment.
Gather the Cloud object store account details as per your environment and cross-check the details obtained.
Optionally, if the Alias corresponding to the Cloud object store account exists, use the csconfig CLI and note down the details of the alias.
Use the following command to list all instances for the type and locate the Cloud object store account and its instance:
<install-path>/csconfig cldinstance -i -pt <provider_type>
Use the following command to get the details of the instance and the Cloud object store account:
<install-path>/csconfig cldinstance -i -in <instance name>
Validate the details with the gathered information.
Delete the Alias using the following command:
<install-path>/cscpnfig cldinstance -at <api_type> -rs -in <instance_name> -sts <cloud_object_store_account_name>
Delete the Cloud object store account that is in an error state.
Create the Cloud object store account using the noted details.
Case 2: When you have a valid and in-use Cloud storage server or MSDP-C LSU with the same name as the Cloud object store account in the environment.
You cannot reuse the same name.
You need to gather the Cloud object store account details as per your environment.
Identify the new name for the Cloud object store account.
Delete the Cloud object store account which is in an error state. Remove the account from the policy.
Create the Cloud object store account using new name and details gathered. Assign this account to the same policy that the old account used.
This changes the Client Name used for the bucket, starting from the next backup onwards.
NetBackup identifies the old backups using the old account name.