AIX operating systemsLinux operating systems

Snapshotcachesize

Use the snapshotcachesize option to specify an appropriate size to create the snapshot.

AIX operating systemsLinux operating systemsThe size estimation is needed for storing the original data blocks for modified and deleted data for the point in time when the snapshot was taken.

AIX operating systemsLinux operating systemsFor snapshot-based file backup or archive, use the snapshotcachesize option with the include.fs option, or in the server stanza in the dsm.sys file.

AIX operating systemsLinux operating systemsFor snapshot-based image backups, use the snapshotcachesize option with the backup image command, the include.image option, or in your dsm.sys file.

Supported Clients

AIX operating systemsLinux operating systemsThis option is valid for AIX® and Linux clients only. The Tivoli® Storage Manager client API does not support this option. The server can also define this option.

Options File

AIX operating systemsLinux operating systemsPlace this option in the server stanza in the dsm.sys file. You can set this option on the Image-Snapshot tab of the Preferences editor.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-SNAPSHOTCACHESize-- --size----------------------------------><

Parameters

AIX operating systemsLinux operating systems
size
Specifies an appropriate size to create the snapshot for storing the original data blocks for modified and deleted data for the point in time when the snapshot was taken. The value is the percent of the file system size that is changed due to file system activity. The range of values is 1 to 100 percent. For AIX JFS2 and Linux the default value is 100 percent of the file system size. If a sufficient amount of free space is not available to create the snapshot, the command fails with an error message. You can then either increase the size of the volume group or retry the operation. If based on your experience with your AIX JFS2 file system activity, you find that a snapshot size of 100 percent is not necessary, you can fine-tune the value.
AIX operating systemsLinux operating systems

Examples

Options file:

snapshotcachesize 95
AIX operating systemsAIX only: include.fs /kalafs1
  snapshotproviderfs=JFS2 snapshotcachesize=95

AIX operating systemsAIX only: include.image /kalafs2
  snapshotcachesize=95

Linux operating systemsLinux only: include.image /linuxfs1
  snapshotcachesize=100

Command line:
-snapshotcachesize=95