Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Snapshot Manager for Data Center Administrator's Guide
  3. Storage array plug-ins for Snapshot Manager for Data Center
  4. Dell EMC PowerScale (Isilon)
  5. Supported NetBackup Snapshot Manager Operation on DELL EMC PowerScale (Isilon)
NetBackup™ Snapshot Manager for Data Center Administrator's Guide

Supported NetBackup Snapshot Manager Operation on DELL EMC PowerScale (Isilon)

Snapshot Manager for Data Center performs the following management operations on the Dell EMC PowerScale (Isilon):

Table: Snapshot Manager for Data Center operations on Dell EMC PowerScale (Isilon) plug-in

Snapshot Manager for Data Center operation

Description

Discover assets

NetBackup Snapshot Manager discovers all the NFS export, SMB shares, and their snapshots along with some of their directory metadata from all the Access Zones the user has privileges to access or view. By default, a DELL PowerScale cluster has Single access zone known as System Access Zone and unless you have additional Access Zones, all the NFS export and SMB Shares are in this default Access Zone. The multiple access zone can be mapped to same or different Groupnet (Groupnet -> Subnet -> Pool). During discovery, the Snapshot Manager also associates the relevant SmartConnect of a pool to its NFS export or SMB share.

NetBackup Snapshot Manager also discovers all the nested NFS exports and SMB shares irrespective of the depth at which they are created. Mentioned below are few examples of nested shares discovered by Snapshot Manager: ["/ifs/test_fs1", "/ifs/test_fs1/test_fs2", "/ifs/test_fs1/test_data/test_fs3", "/ifs/smb_03/test_data/dir01"]

The discovered NFS export and SMB shares should have valid underlying file system path. The file system directory path should be shared by NFS export, SMB shares.

Create snapshot

To create a snapshot, Snapshot Manager for Data Center initiates a POST REST API call on the nfs_export with the required information and the snapshot name. The API returns the details of the snapshot.

A typical snapshot created by Snapshot Manager for Data Center has the following naming convention:

SnapNB-NB<unique_21digit_number>

Delete snapshot

To delete a snapshot, NetBackup Snapshot Manager calls the REST API with the required snapshot details. You can see a confirmation when the snapshot is deleted successfully on the array.

Restore snapshot

Snapshot Manager for Data Center uses the JobAPI to revert a snapshot.

To revert a snapshot that contains a directory, it is recommended that you create a SnapRevert domain for a directory.

To revert a snapshot, perform the following steps:

  1. Create a SnapRevert domain for the directory.

  2. Create a snapshot revert job.

Export snapshot

  • When a snapshot export operation is initiated for NFS, a new export is created over the snapshot path:

    ("/ifs/test_fs/.snapshot/NB15985918570166499611/") with the backups host is added as a Root Clients with read-only permissions.

  • When a snapshot export operation is initiated for SMB, a new share is created over the snapshot path:

    ("/ifs/test_fs/.snapshot/NB15985918570166499611/") The user and the domain provided while exporting the snapshot is added with privileges to access the SMB share created.

    The user must be in the domain specified.

Deport snapshot

When a snapshot deport operation is initiated, NetBackup Snapshot Manager deletes the NFS export or SMB share created over the snapshot path at the time of the export operations.

Create snapshot diff

Snapshot Manager for Data Center uses the JobAPI to create a changelist between snapshots.

To create a changelist, perform the following steps:

  1. Use JobAPI to create a job for creating a changelist between snapshots.

  2. Use get_changelist_entries API to fetch changelist entries between snapshots

Note:

The following important points:

  • The get_changelist_entries API is available for OneFS version 8.2.1 and above only.

  • As for creating a changelist we make use of JobAPI. The job engine allows 3 different jobs to run simultaneously. There is a way to allow multiple instances of the ChangelistCreate job to run simultaneously if needed, though the job engine still limits the number of jobs to 3 and some care must be taken so this does not adversely affect the cluster. CLI to allow multiple changelistcreate jobs to run simultaneously.

    To allow multiple instances of the changelist run the following CLI:

    • isi_gconfig -t job-config jobs.types.changelistcreate.allow_multiple_instances=true' (the default is false)

    • isi_gconfig -t job-config jobs.types.changelistcreate.allow_multiple_instances'

Feedback

Was this page helpful?
Previous

Dell EMC PowerScale (Isilon)

Next

DELL EMC PowerScale (Isilon) plug-in configuration prerequisites

Feedback

Was this page helpful?