|
Post by Venkatesh Periyasamy on Apr 21, 2017 12:07:43 GMT
Which class/schema represents snapshot related information like 1. Creating snapshot 2. How to expose the snapshot volume 3. Scheduling snapshots( This i am seeing for replicas). How to do configure snapshot for the volumes without replica?
Thanks in advance.
|
|
|
Post by gericson on Aug 16, 2017 16:55:34 GMT
Venkatesh Periyasamy: Creating a snapshot, (including schedule) is covered by values of the DataProtectionLineOfService. Inclusion of an instance of such a DataProtectionLineOfService into a ClassOfService entity, causes the ClassOfService to include that smapshot requirement. Finally, specifying that ClassOfService entity within a Volume, or FileShare, or StorageGroup, will cause the snapshot requirement to be specified against entity or included entities.
|
|
|
Post by Venkatesh Periyasamy on Oct 10, 2017 8:46:19 GMT
Thanks a lot .. Still I am not able to find out the schema or action to use snapshot.. Meaning let's say I have defined class of service with snapshot schedule and created volume with that class of service... So Storage solution will take snapshot, but how this snapshot will be exposed .. Is there any resource represents the snapshot volume ? And also is there schema action to mount the snapshot LUN to a target ??
|
|
|
Post by gericson on Oct 10, 2017 12:42:16 GMT
Yes, * locate the snapshot by navigating from the source Volume/ReplicaInfos(x)/Replica -> replica element, which in this case would be a Volume and where ReplicaInfos(x)/ReplicaType == "Snapshot" * Exposing the replica Volume is same as for any volume, place the replica volume into a StorageGroup.
|
|