Brocade SAN SWITCH blog profile export and recovery

Brocade SAN SWITCH profile export and recovery

1] Configuration ftp server on the local machine: Turn off the computer local firewall []

1, Control Panel, find the "program" in the open "Programs" window, find the "enable or disable the windows function", find the "Internet Information Services" in "windows features" in, and select the "FTP service", " FTP scalability "and" IIS management console "check box, click" OK. "

2, the system automatically configures successfully, enter "IIS" in search of the start screen, and then click to open the "IIS Manager", open the "IIS Manager", right click on the left column of the "Web site" to open the "Add FTP site, "follow the prompts to complete the site information.

[2] The configuration of the deposit to the local switch Brocade configupload command in text format by:

Switch: ADMIN> configUpload 
Protocol (scp or the FTP) [the FTP]: the FTP 
Server the Name or IP Address [Host]: IP 10.77.77.100 ------ local machine settings 
User Name [user]: abc ---- - local machine username 
file name [config.txt]: the name of the exported file config.txt ----- 
password: ******** ------- local machine password 
file name [config.txt]: config.txt ----- export file name 
password: ******** ------- local machine password

After a successful export is displayed configUpload complete.

3] The Brocade switches arranged to switch from a local recovery by configdownload command.

(1, under the first execution --------- switchdisable) 
2, Switch: ADMIN> configdownload 
Protocol (scp or the FTP) [the FTP]: the FTP 
Server the Name or IP Address [Host]: 10.77.77.100 --- --- IP local machine settings 
user name [user]: abc ------ local machine username 
file name [config.txt]: config.txt ----- name of the export file

3, a prompt, "y", and then enter the password (local machine)

4, after the recovery is successful, it will show configDownload completed successfully. All parameters are downloaded.

5, the last execution switchenable


------------------------------------------------------------------------------------------

1, a configuration FTP server, its IP address 10.77.77.90, User: root Password: root

2,登陆到SAN Switch 上
a)修改SAN Switch LAN 的IP地址
switch:admin> ipAddrSet
switch:admin> 10.77.77.77): 10.77.77.90
b) 备份SAN的配置文件
switch:admin> switchDisable
switch:admin> configUpload “10.77.77.90”, “root”,
“config.txt”, “root”

switch:admin> configUpload
Server Name or IP Address [citadel]: 10.77.77.90
User Name [None]: user21
File Name [config.txt]: config.txt
Protocol (RSHD or FTP) [FTP]: ftp
Password: xxxxxx
upload complete

switch:admin>

c) 恢复SAN的配置文件
switch:admin> switchDisable
switch:admin> configDownload
Server Name or IP Address [citadel]: 10.77.77.90
User Name [None]: root
File Name [config.txt]: config.txt
Protocol (RSHD or FTP) [FTP]: ftp
Password: xxxxxx
upload complete
switch:admin>switchEnable


Guess you like

Origin blog.51cto.com/sf1314/2481027