AIX operating systems Linux operating systems Windows operating systems
IBM Tivoli Storage Manager, Version 7.1

Snapshotproviderimage

Use the snapshotproviderimage option to enable snapshot-based image backup, and to specify a snapshot provider.

AIX operating systems Linux operating systems You must be a root user to perform a snapshot-based image backup operation. If you are not a root user, the operation fails with an error message.

AIX operating systems Linux operating systems Windows operating systems

Supported Clients

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

Windows operating systems This option is valid for all Windows clients. The Tivoli Storage Manager API does not support this option. The server can also define this option.

Options File

AIX operating systems Linux operating systems Specify this option in the server stanza of the system-options file, dsm.sys, to enable snapshots for all the file systems on the client. You can override the client-wide option for a specific operation by specifying this option on the command line for the backup image command. You can also override the client-wide option for a specific file system using the include.image statement in the dsm.sys file. You can also set this option using the Preferences editor.

Windows operating systems Specify this option in the client options file, dsm.opt, to enable snapshots for all the file systems on the client. You can override the client-wide option for a specific operation by specifying this option on the command line for the backup image command. You can also override the client-wide option for a specific file system using the include.image statement in the dsm.opt file. You can also set this option using the Preferences editor.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-SNAPSHOTPROVIDERImage-- --value-----------------------------><

Parameters

value
Specifies one of the following values:
AIX operating systems JFS2
Specifies that you want to perform a snapshot-based image backup while the file system is available to other system applications. This is the default for JFS2 file systems. Valid for AIX clients only.
Linux operating systems LINUX_LVM
Specifies that you want to perform a snapshot-based image backup while the file system is available to other system applications. This is the default for file systems residing on logical volumes created by the Linux Logical Volume Manager. Valid for Linux clients only.
Windows operating systems VSS
Specifies that the VSS should be used to provide online image support.
AIX operating systems Linux operating systems NONE
Specifies that you do not want to perform a snapshot-based image backup operation. This performs a static image backup operation using the specified file system. This is the default for file systems other than AIX JFS2 and Linux LVM.
Windows operating systems NONE
Specifies that no snapshot provider should be used. This turns off online image support. This is the default

Examples

AIX operating systems Linux operating systems Options file:

snapshotprovideri JFS2
include.image   /kalafs1   snapshotprovideri=JFS2

Windows operating systems Options file:

snapshotprovideri VSS
include.image d: snapshotprovideri=vss

Command line:
-SNAPSHOTPROVIDERImage=NONE


Feedback