Export, Export 340 – Promise Technology 2-Year Extended Warranty for VessR2000 RAID Head User Manual

Page 367

Advertising
background image

340

Vess R2000 Series Product Manual

Promise Technologies

export

Usage

export -t <fileType> [-s <tftpServer>] [-p <port>] [-x <fileExt>] -f <fileName>

Summary

The export command exports certain types of configuration files to a TFTP server.

Options

-t <file type>

Specifies the type of file to export.

userdb

User database file.

configscript

Configuration script.

servicereport

System service report file in compressed HTML format.

-f <file name>

Specifies the name of the file to be exported.

-x <file ext>

Specifies the type of the file.

txt

Saves service report as a text file.

html

Saves service report as a compressed HTML file (default).

-s <TFTP server>

Specifies tftp server’s IP or host name.

-p <port num>

The port number of the TFTP server. Default is 69.

Note: Make sure that you have a file named <fileName>.<html|txt>.gz (e.g. servicereport.

txt.gz or servicereport.html.gz) created on the specified TFTP server, with write permissions.

Examples

export -t userdb -s 192.168.1.1 -f userdb.bin

export -t servicereport -s 192.168.1.1 -f servicereport

export -t servicereport -s 192.168.1.1 -f servicereport -x txt

Advertising