About Volume Snapshots

A volume snapshot is a copy of the data on a volume at the moment you create the snapshot. The implementation of a snapshot on this system is a copy-on-write or dependent copy. In this type of snapshot, write operations to the primary volume causes the system to copy the data to the snapshot reserve space also. When a write operation occurs to a data block on the primary volume in which the data has not changed since the snapshot was created, the system does the following:

When a host sends a read request to the volume snapshot, the system checks whether the requested blocks have changed on the primary volume since the point in time when the snapshot was created. If they have changed, the read request is satisfied from the data stored in the snapshot reserve space. If the data has not changed, the read request is satisfied from the primary volume. Volume snapshots can also accept write operations. Write operations to a snapshot volume are stored in the snapshot reserve space.

You can work with these volume snapshots as you would any other volume, with the exception that you cannot take a snapshot of a snapshot. Each snapshot can be accessed independently by other applications. A snapshot can be mounted on another server and used in the following ways:

To see the current snapshots for a volume, go to the Snapshot Summary page, as described in Displaying Volume Snapshot Information.

Related Topics