Take a Manual Snapshot

You may need to take an on-demand (manual) snapshot of a volume before you update software or make hardware changes on the array.

Even if you plan to take snapshots of volumes manually or use a third-party program, you can create a volume collection without schedules on those volumes for which snapshots are being manually taken. You may see a data service restart abort message if you take a snapshot around the same time that a scheduled snapshot for the volume is going to start. Check the volume collection to ensure that no snapshot is pending before you trigger a manual snapshot.

NOTE: Manual snapshots are not guaranteed to be application consistent.
Take a manual snapshot.

vol --snap vol_name [--snapname name] [--description text] [--start_online] [--allow_writes]

Taking a snapshot of a volume:

$ vol --snap Vol1 --snapname Snap1

Taking a snapshot of a volume with a description, and setting access to allow applications to write to the snapshot:

$ vol --snap Vol1 --snapname Snap1 --description Daily --allow_writes