Brocade Fabric OS Command Reference (Supporting Fabric OS v7.3.0) User Manual

Page 175

Advertising
background image

Fabric OS Command Reference

145

53-1003131-01

configDownload

2

To download all system configuration data for the chassis and all logical switches (requires chassis
permissions):

switch:admin> configdownload -all -ftp 192.168.38.245, \

jdoe,config.txt,password

To download the switch configurations to a logical switch with FID 8 from an attached USB device
(requires chassis permissions):

switch:admin> configdownload -fid 8 -USB config.txt

To download the switch configurations belonging to a logical switch with FID 4 to a logical switch with FID
8 from an attached USB device (requires chassis permissions):

switch:admin> configdownload -fid 8 -sfid 4 \

-USB config_fid8.txt

To download the Virtual Fabric configuration file using secure FTP:

switch:admin> configdownload -vf -p sftp \

10.32.248.119,jdoe,/temp/switch-conf_66.txt,mypassword

To attempt to download the Virtual Fabric configuration interactively to a switch with configured Admin
Domains:

switch:admin> configdownload -vf -p sftp \

10.32.248.119,jdoe,/temp/switch-conf_66.txt,mypassword

*** CAUTION ***

This command is used to download the VF configuration to the

switch. Afterwards, the switch will be automatically rebooted

and the new VF settings will be used. You will then need to

run configdownload again to install the configuration(s) for

any logical switch(s) that are setup in the new VF configuration.

Please note that Virtual Fabrics and Admin Domains are mutually

exclusive and are not supported at the same time on a switch.

If any Admin Domains are configured on the switch, the

configdownload operation will fail.

Do you want to continue [y/n]: y

[email protected]'s password:

Error: configDownload operation failed. VF/AD Conflict detected.

Please remove all ADs before downloading the VF configuration to

the switch.

2011/06/12-17:14:02, [CONF-1023], 3637, FID 128, INFO, sw0,

configDownload failed for VF config parameters.

SEE ALSO

configDefault

,

configList

,

configShow

,

configUpload

,

configure

,

configRemove

Advertising