AIX operating systemsOracle Solaris operating systemsWindows operating systems

Domain.nas

The domain.nas option specifies the volumes to include in your NAS image backups.

You can specify all-nas to include all the mounted file systems on the NAS file server, except those you exclude with the exclude.fs.nas option.

Tivoli® Storage Manager uses your domain for NAS image backups when you run a backup nas command and you do not specify which volumes to process.

AIX operating systemsOracle Solaris operating systemsWhen you use this option in your client system options file (dsm.sys), the domain.nas option defines your default domain for NAS image backups. When you perform a NAS file system image backup using the backup nas command, Tivoli Storage Manager adds the volumes that you specify on the command line to the volumes defined in your dsm.sys file. For example, if you enter domain.nas nas1/vol/vol0 nas1/vol/vol1 in your dsm.sys file and you enter dsmc backup nas -nasnodename=nas1 /vol/vol2 on the command line, Tivoli Storage Manager backs up the vol/vol0, vol/vol1, and vol/vol2 volumes on node nas1.

Windows operating systemsWhen you use this option in your client system options file (dsm.opt), the domain.nas option defines your default domain for NAS image backups.

Windows operating systemsWhen you perform a NAS file system image backup using the backup nas command, Tivoli Storage Manager adds volumes that you specify on the command line to the volumes defined in your dsm.opt file. For example, if you enter domain.nas nas1/vol/vol0 nas1/vol/vol1 in your dsm.opt file and you enter dsmc backup nas -nasnodename=nas1 /vol/vol2 on the command line, Tivoli Storage Manager backs up the vol/vol0, vol/vol1, and vol/vol2 volumes on node nas1.

AIX operating systemsOracle Solaris operating systemsIf you set the domain.nas option to all-nas in the dsm.opt file, Tivoli Storage Manager backs up all mounted volumes on the NAS file server. When performing a backup, if you use a file specification and set the domain.nas option to all-nas in the dsm.sys file, all-nas takes precedence.

Windows operating systemsIf you set the domain.nas option to all-nas in the dsm.opt file, Tivoli Storage Manager backs up all mounted volumes on the NAS file server. When performing a backup, if you use a file specification and set the domain.nas option to all-nas in the dsm.opt file, all-nas takes precedence.

Supported Clients

AIX operating systemsOracle Solaris operating systemsThis option is only valid for AIX® and Solaris 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 systemsOracle Solaris operating systemsPlace this option in the dsm.sys file within a server stanza.

Windows operating systemsPlace this option in the client options file (dsm.opt).

Syntax

Read syntax diagramSkip visual syntax diagram
               .- -----------.   
               V .-all-nas-. |   
>>-DOMAIN.Nas----+---------+-+---------------------------------><
                 '-domain--'     

Parameters

domain
Defines the volumes you want to process. You cannot exclude volumes by specifying the dash (-) operator.
all-nas
Processes all mounted volumes on the NAS file server, except those you exclude with the exclude.fs.nas option. This is the default. If there is no domain.nas statement in the dsm.opt file and no volumes specified on the command line, Tivoli Storage Manager backs up all mounted volumes on the NAS server.

Examples

Options file:

domain.nas nas1/vol/vol0 nas1/vol/vol1
domain.nas all-nas

Command line:
Does not apply.