AIX operating systemsLinux operating systemsWindows operating systems

Stagingdirectory

The stagingdirectory option defines the location where the client can keep any data that it generates to perform its operations. The data is deleted when processing is complete.

AIX operating systemsLinux operating systemsThis option is used during snapshot difference backup operations.

Windows operating systemsThis option is used by Active Directory objects query and restore operations, and by snapshot difference backup. The client uses the stagingdirectory location for temporary files when the client processes files that were migrated with IBM® Tivoli® Storage Manager HSM for Windows.

Supported Clients

AIX operating systemsLinux operating systemsThis option is valid for AIX® and Linux clients. The server can also define this option.

Windows operating systemsThis option is valid for all Windows clients. The server can also define this option.

Options File

AIX operating systemsLinux operating systemsPlace this option in the client options file (dsm.opt). When stagingdirectory is specified on the command line, it overrides the values that are specified in the options file.

Windows operating systemsPlace this option in the client options file (dsm.opt). When stagingdirectory is specified on the command line, it overrides the values that are specified in the options file.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-STAGINGDIRectory--path--------------------------------------><

Parameters

path
AIX operating systemsLinux operating systemsSpecifies the directory path where the client writes staging data. If you do not specify a staging directory, Tivoli Storage Manager stores temporary data in the temporary file system (typically /tmp).
Windows operating systemsSpecifies the directory path where the client writes staging data. If you do not specify a staging directory, Tivoli Storage Manager checks for the existence of the USER environment variables in the following order, and uses the first path found:
  1. The path that is specified by the TMP user variable
  2. The path that is specified by the TMP system variable
  3. The path that is specified by the TEMP user variable
  4. The path that is specified by the TEMP system variable
  5. The Windows system directory

Windows operating systemsIn Uniform Naming Convention (UNC) format, the path must contain a drive letter. In the following UNC format example, the path contains the drive letter D$: \\computer7\D$\temp\tsmstaging.

Examples

Options file:
AIX operating systemsLinux operating systemsstagingdirectory /usr/tsmdata
AIX operating systemsLinux operating systemsstagingdirectory /private/tmp
Windows operating systemsstagingdirectory c:\tsmdata
Command line:
AIX operating systemsLinux operating systems-stagingdir="/tmp/tsmtempdata"
Windows operating systems-stagingdir="e:\tsmdata"