Show TOC

tape_addressLocate this document in the navigation structure

The SAP tools use this parameter to identify the device addresses to be used to write to a volume (tape). This parameter is also used when you back up to a remote system using pipe, pipe_auto, or pipe_box.

tape_address = <dev>|(<dev_list>)
         

Default value: none

Required values: addresses of backup devices (tape devices, no rewind) that are to be used for backing up or restoring backups. If you specify more than one device, you must separate the names with commas and enclose the list in parentheses. Pay special attention to the differences in the device address names between tape devices with rewind and those with no rewind. Often, the only difference is that no-rewind addresses have an additional ā€œnā€ in their name.

Example

Sample specification of backup device:

  • HP-UX, Solaris: /dev/rmt/0mn

  • AIX: /dev/rmt0.1

  • Linux: /dev/nst0

  • Windows: /dev/nmt0

When more than one address is specified, BRBACKUP performs parallel backup. BRARCHIVE only uses the first of the specified device addresses (exception: the first two device addresses are used when the -ss or -ssd option is used). If parameters tape_address_arch and tape_address_rew_arch were defined, BRARCHIVE uses the devices defined there.

BRRESTORE can also use several backup devices in parallel. See Restoring Files.

The number of device addresses in tape_address must agree with the number of device addresses in tape_address_rew.