Veritas NetBackup™ CloudPoint Install and Upgrade Guide
- Section I. CloudPoint installation and configuration
- Preparing for CloudPoint installation
- CloudPoint host sizing recommendations
- Deploying CloudPoint using container images
- Deploying CloudPoint extensions
- Installing the CloudPoint extension on AWS (EKS)
- CloudPoint cloud plug-ins
- CloudPoint storage array plug-ins
- NetApp plug-in configuration notes
- Nutanix Files plug-in configuration notes
- Dell EMC Unity array plug-in configuration notes
- FUJITSU AF/DX plug-in configuration notes
- NetApp NAS plug-in configuration notes
- Dell EMC PowerStore plug-in configuration notes
- Dell EMC PowerStore NAS plug-in configuration notes
- Dell EMC PowerFlex plug-in configuration notes
- Dell EMC XtremIO SAN plug-in configuration notes
- Pure Storage FlashArray plug-in configuration notes
- Pure Storage FlashBlade plug-in configuration notes
- IBM Storwize plug-in configuration notes
- HPE RMC plug-in configuration notes
- HPE XP plug-in configuration notes
- Hitachi plug-in configuration notes
- Hitachi (HDS VSP 5000) plug-in configuration notes
- InfiniBox plug-in configuration notes
- Dell EMC PowerScale (Isilon) plug-in configuration notes
- Dell EMC PowerMax and VMax plug-in configuration notes
- Qumulo plug-in configuration notes
- CloudPoint application agents and plug-ins
- Oracle plug-in configuration notes
- Additional steps required after a SQL Server snapshot restore
- Protecting assets with CloudPoint's agentless feature
- Volume Encryption in NetBackup CloudPoint
- CloudPoint security
- Preparing for CloudPoint installation
- Section II. CloudPoint maintenance
- CloudPoint logging
- Upgrading CloudPoint
- Uninstalling CloudPoint
- Troubleshooting CloudPoint
Supported CloudPoint operations on Dell EMC PowerStore NAS models
You can perform the following CloudPoint operations supported on the Dell EMC PowerStore NAS models:
Table: CloudPoint operations on the Dell EMC PowerStore NAS array
CloudPoint operations | Description |
---|---|
Discover assets | CloudPoint discovers all the Dell EMC PowerStore NAS servers, filesystems, NFS exports, SMB shares as an asset in CP. CloudPoint triggers an SDK method which internally calls the array's API to get the assets mentioned in the list. For NAS discovery, CP doesn't skip any assets. If the current filesystem count is 50 and snapshot count is 21 then the user finds 50 directories and 21 Filesystems in the NetBackup. |
Create snapshot | To create a snapshot, CloudPoint triggers an SDK method with the required information and snapshot name. The API returns with the snapshot details. The array supports two types of snapshots - protocol and snapshot type. CP triggers the snapshot type; snapshot name and retention period is not set on the array for these snapshots. All these snapshots are at a filesystem level. A typical snapshot created by CloudPoint has the following naming convention: NB<unique_21digit_number> Note: No other entity apart from this snapshot is created on the array as a snapshot activity. |
Delete snapshot | To delete a snapshot, CloudPoint triggers an SDK method call with the required snapshot details. A confirmation of snapshot delete on the array happens through another call with the same snapshot ID and 'not found' error is reported in the CloudPoint logs. Items deleted in snapshot delete operation - NB<unique_21digit_number> snapshot |
Restore snapshot | CloudPoint offers the capability for the PIT rollback and a user can use the snapshot created to restore the filesystem. Note: Latest snapshot is not required for the PIT. A user can perform the restore operation with old snapshots related to the filesystem. |
Export snapshot | CloudPoint offers the export for SMB and NFS based exports. When a user triggers an export call from NetBackup, user can specify the protocol to export and then the details are sent to CloudPoint. Example, For NFS the export path is created with - <NAS-server-ip>:<share_name>/snapshot/<UTC_for_snapshot> and the rules for the host are added as a read only on a particular share. For SMB, the shares are created using path \\<NAS-server-ip>\<share_name>\@UTC_for_snapshot and backup is performed. Note: Export rules are added for a particular host in read only mode. |
Deport snapshot | Deport snapshot operation will remove the export rules added for host. |