Dell POWEREDGE M1000E User Manual

Page 162

Advertising
background image

130

Fabric OS Command Reference

53-1001764-02

configUpload

2

passwd

Specifies the account password when you use the FTP protocol. Quotation
marks are optional.

-local

Uploads a specified configuration file to a predetermined directory on the
local chassis. This option requires a file name.

-USB | -U

Uploads a specified configuration file to a predetermined directory on an
attached USB device. This option requires a file name.

file

Specifies the file name. Quotation marks are optional. This parameter is valid
only with the -local or -USB options, each of which stores files in a
predetermined directory on the local chassis or on an attached USB device.
Therefore, subdirectories and absolute path names are not permitted.

-force

Overwrites an existing file without confirmation. This parameter is valid only
with the -local or -USB options.

When invoked without operands or without “host” or “file” parameters, configUpload runs in
interactive mode. When invoked without any of the parameters -all, -fid, or -chassis, only the switch
configuration for the current logical switch is uploaded.

Examples

To upload the switch configuration interactively from a switch that is not enabled for Virtual Fabrics:

switch:admin>

configupload

Protocol (scp, ftp, local) [ftp]:

Server Name or IP Address [host]:

192.168.38.245

User Name [user]:

jdoe

File Name [<home dir>/config.txt]:

Password:

configUpload complete: All config parameters are uploaded

To upload the switch configuration that belongs to a logical switch with FID 100:

switch:admin>

configupload

Protocol (scp, ftp, local) [ftp]:

Server Name or IP Address [host]:

10.32.220.100

User Name [user]:

jdoe

File Name [<home dir>/config.txt]:

config.fid100.txt

Section (all|chassis|FID# [all]):

100

Password:

configUpload complete: All config parameters are uploaded

To upload the configuration for the entire chassis to a local file from the command line forcing an
overwrite:

switch:admin>

configupload -chassis -local -force config.txt

configUpload complete: All config parameters are uploaded

To upload the configuration for the current logical switch to an external FTP server:

switch:admin>

configupload -ftp 192.168.38.245,jdoe,config.txt,password

To upload all system configuration data to an external FTP server:

switch:admin>

configupload -all -ftp 192.168.38.245,jdoe,config.txt,password

Advertising