Skip Headers
Oracle Hierarchical Storage Manager and QFS Software Command Reference
Section 4: File Formats
Release 6.1.1
E70305-03

NAME

rft.cmd - Oracle HSM file transfer server directives file (was ftp.cmd)

SYNOPSIS

∕etc∕opt∕SUNWsamfs∕rft.cmd

AVAILABILITY

SUNWsamfs

DESCRIPTION

Directives for controlling the Oracle HSM file transfer server are read from ∕etc∕opt∕SUNWsamfs∕rft.cmd. In the rft.cmd file, each directive must appear on its own line. Each directive has the following format:

keyword = value

Comment lines can appear in the rft.cmd file. A pound sign (#) in column 1 indicates a comment line.

The rft.cmd file accepts the following directives:

logfile = filename

Sets the name of the rft log file to filename, specified as an absolute pathname. By default, no log file is written.

The rft log file contains a line for each file transferred. The line contains the date, time, and the name of the file.

tcpwindow = size

Sets the TCP window size for the data connection. size may be specified with the suffixes 'b', 'k', 'M', 'G', and 'T', for bytes, kilobytes, megabytes, gigabytes, and terabytes. The default unit size is bytes. The default value is 0.

blksize = size

Sets the amount of data to send down the socket at a time. size may be specified with the suffixes 'b', 'k', 'M', 'G', and 'T', for bytes, kilobytes, megabytes, gigabytes, and terabytes. The default unit size is bytes. The default value is 1024K bytes. This parameter is used by the remote archive client to set its write block size. Increasing this value may improve archiving performance over high latency WANs.

EXAMPLES

The following is an example ∕etc∕opt∕SUNWsamfs∕rft.cmd file:

logfile = ∕var∕opt∕SUNWsamfs∕log∕rft

The results of the rft file transfer daemon's operations are found in ∕var∕opt∕SUNWsamfs∕log∕rft.

FILES

The following files are used by the file transfer server:

∕etc∕opt∕SUNWsamfs∕rft.cmd

File transfer server command file.

SEE ALSO

sam-rftd (1m).