AIX operating systems Oracle Solaris operating systems Windows operating systems
IBM Tivoli Storage Manager, Version 7.1

Toc

Use the toc option with the backup nas command or the include.fs.nas option to specify whether Tivoli® Storage Manager saves table of contents (TOC) information for each file system backup.

You should consider the following when deciding whether you want to save TOC information:

Supported Clients

AIX operating systems Oracle Solaris operating systems This option is only valid for AIX® and Solaris clients. The Tivoli Storage Manager client API does not support this option.

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

Options File

AIX operating systems Oracle Solaris operating systems Place the include.fs.nas statement containing the toc value in the dsm.sys file within a server stanza.

Windows operating systems Place the include.fs.nas statement containing the toc value in the client options file (dsm.opt).

Syntax

Read syntax diagramSkip visual syntax diagram
        .-Preferred-.   
>>-TOC--+-----------+------------------------------------------><
        +-Yes-------+   
        '-No--------'   

Parameters

Yes
Specifies that Tivoli Storage Manager saves TOC information during a NAS file system image backup. However, the backup fails if an error occurs during creation of the TOC.
No
Specifies that Tivoli Storage Manager does not save TOC information during a NAS file system image backup.
Preferred
Specifies that Tivoli Storage Manager saves TOC information during a NAS file system image backup. The backup does not fail if an error occurs during creation of the TOC. This is the default.

Note: If the mode option is set to differential and you set the toc option to preferred or yes, but the last full image does not have a TOC, Tivoli Storage Manager performs a full image backup and creates a TOC.

Examples

Options file:
include.fs.nas netappsj/vol/vol0 homemgmtclass toc=yes
AIX operating systems Oracle Solaris operating systems Command line:
backup nas -nasnodename=netappsj /vol/vol0 -toc=yes
Windows operating systems Command line:
backup nas -nasnodename=netappsj {/vol/vol0} -toc=yes


Feedback