Virtual TapeServer 8.2 Configuration Guide
Table Of Contents
- Virtual TapeServer for NonStop Servers Configuration Guide
- Preface
- Introduction
- Overview of Tasks
- Reconfiguring Vaults
- Enabling Licensed Features
- Configuring Ports
- Creating and Managing VTLs and VTDs
- Enabling and Performing Tape-to-tape Exports
- Enabling and Performing Stacked Exports
- Enabling and Configuring Data Replication
- Enabling and Configuring Role Swapping
- Configuring EMS Communication
- Enabling and Configuring Data Encryption
- Creating and Managing Virtual Media
- Enabling and Configuring Scan/Cleanup
- Configuring User Accounts
- Configuring Web Interface Preferences
- Managing the VTS Server
- Troubleshooting
- Maintaining GFS for VTS
- Reinstalling and Restoring VTS
- Attaching External Devices after Initial Deployment
- TCP/IP Ports and Protocols
- Index

Enabling and Configuring Role Swapping | 51
Configuring settings for remote export jobs
Note A default configuration file is defined for each VTS server. To override the default
settings, you must define settings as described below.
Requires the Edit Configuration File access right
To modify the configuration file to configure remote export jobs
1. Enable Data Replication licensing as described in Enabling Licensed Features on page 15.
2. On the primary (originating) server, complete these steps:
a. Click Configuration→System on the navigation pane.
b. Click Edit Configuration File.
c. Add the following parameters at the bottom of the file that is displayed:
Example vts.conf entries:
rep_destination_hosts="vts11, vts21"
rep_streams='1'
rep_source_tmp='/VAULT10/.TMP'
rep_destination_tmp="vts11:/VAULT01/TMP, vts21:/VAULT00"
d. Click SAVE.
e. Restart the TapeServer process on the Manage System Tasks page.
Parameter Description Values
rep_destination_hosts Specifies a list of hosts or IP addresses
that can be chosen as destinations. This
parameter is required.
VTS server
name (s)
rep_streams Specifies the number of streams used to
transmit each file. That is, the file is split
into chunks and sent in parallel. This
option should be used over high-latency,
high bandwidth networks. This parameter
is optional.
Integer
rep_source_tmp Specifies the staging area of the chunks if
rep_streams is specified. Ensure enough
space is available to hold the sum of the
sizes of largest files to be sent at one time.
This parameter is required if rep_streams
is set to a value greater than 1.
Full path to a
directory
rep_destination_tmp Specifies the list of entries in the form
host:/dir where the remote-side chunks are
stored during transmission. This
parameter is required if rep_streams is set
to a value greater than 1.
Full path to a
directory,
including the
target server’s
name