NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

NetApp Learning Services Discussions

Consistency point snapshot

saranraj456
8,437 Views

What is consistency point snapshot?

Do we able to access that snapshot?

Thanks

A.Saran

1 ACCEPTED SOLUTION

peter_lehmann
8,437 Views

Consistency Point:

a CP is triggered whenever the Filesystem reaches a point where it wants to update the physical data on the disks, with whatever has accumulated in Cache (and was journaled in NVRAM).

Snapshot:

a SnapShot is created whenever the snap-schedule is configured to trigger it or any other operation (SnapManager, SnapDrive, SnapMirror, SnapVault, Administrator) creates a new SnapShot. Creating a SnapShot also triggers a CP, because the SnapShot is ALWAYS a CONSISTENT IMAGE fo the Filesystem at this point in time.

You can access a SnapShot by many ways, e.g. mapping the network driveletter to a CIFS Share and then change into the ".snapshot" directory (or ~snapshot).

You cannot access a CP, because this is a process happening internaly in the filesystem.

Hope this answers your question,

Peter

View solution in original post

3 REPLIES 3

RonHavenaar
8,437 Views

Its not a snapshot. Its a CP created when triggering a snapshot.

saranraj456
8,437 Views

What was the diff b/w snapshot and consistency point?

peter_lehmann
8,438 Views

Consistency Point:

a CP is triggered whenever the Filesystem reaches a point where it wants to update the physical data on the disks, with whatever has accumulated in Cache (and was journaled in NVRAM).

Snapshot:

a SnapShot is created whenever the snap-schedule is configured to trigger it or any other operation (SnapManager, SnapDrive, SnapMirror, SnapVault, Administrator) creates a new SnapShot. Creating a SnapShot also triggers a CP, because the SnapShot is ALWAYS a CONSISTENT IMAGE fo the Filesystem at this point in time.

You can access a SnapShot by many ways, e.g. mapping the network driveletter to a CIFS Share and then change into the ".snapshot" directory (or ~snapshot).

You cannot access a CP, because this is a process happening internaly in the filesystem.

Hope this answers your question,

Peter

Public