User Manual

191
Promise Technologies Management with CLI
export
Usage
export -t <fi leType> [-s <tftpServer>] [-p <port>] -f <fi leName>
Summary
The export command exports certain types of confi guration fi les to a remote or local host.
This command only affects subsystems.
Options
-t <fi le type> Specifi es the type of fi le to export.
userdb User database fi le. This fi le type is not applicable for in-band and can
only be exported to a remote host.
servicereport System service report fi le. This fi le is exported to remote host for
embedded and local host for in-band.
-f <fi le name> Specifi es the name of the fi le to be exported.
-s <TFTP server> Specifi es TFTP server’s IP or host name. Do not specify TFTP server for
in-band.
-p <port num> The port number of the TFTP server. Default is 69. Do not specify port number
for in-band.
Examples
export -t userdb -s 192.168.1.1 -f userdb.bin
export -t servicereport -s 192.168.1.1 -f servicereport # for embedded
export -t servicereport -f servicereport # for in-band