![H3C S5500-HI Switch Series Fundamentals Configuration Manual Download Page 138](http://html1.mh-extra.com/html/h3c/s5500-hi-switch-series/s5500-hi-switch-series_fundamentals-configuration-manual_3750974138.webp)
127
Configuration procedure
1.
Configure the TFTP server (Configurations may vary with different types of servers)
Obtain the system software image and configuration file through legitimate channels, such as the official
website of H3C, agents, and technical staff. Save these files under the TFTP server’s working path for the
access of the TFTP clients.
2.
Configure the members of the IRF fabric
# Download file
new-config.cfg
on the TFTP server to the master (configurations may vary with different
types of servers).
<IRF> tftp 2.2.2.2 get new-config.cfg
..
File will be transferred in binary mode
Downloading file from remote TFTP server, please wait.....
TFTP: 917 bytes received in 1 second(s)
File downloaded successfully.
# Download file
new-config.cfg
to the slave with the member ID of 2.
<IRF> tftp 2.2.2.2 get new-config.cfg slot2#flash:/new-config.cfg
# Download file
soft-version2.bin
on the TFTP server to the master and slave.
<IRF> tftp 2.2.2.2 get soft-version2.bin
...
File will be transferred in binary mode
Downloading file from remote TFTP server, please wait............
TFTP: 10058752 bytes received in 141 second(s)
File downloaded successfully.
<IRF> tftp 2.2.2.2 get soft-version2.bin slot2#flash:/soft-version2.bin
# Specify file
new-config.cfg
as the startup configuration file for all members of the IRF fabric.
<IRF> startup saved-configuration new-config.cfg main
Please wait ...
Setting the master board ...
... Done!
Setting the slave board ...
Slot 2:
Set next configuration file successfully
# Specify file
soft-version2.bin
as the system software image to be used at the next boot of all members
of the IRF fabric.
<IRF> boot-loader file soft-version2.bin slot all main
This command will set the boot file of the specified board. Continue? [Y/N]:y
The specified file will be used as the main boot file at the next reboot on slot 1!
The specified file will be used as the main boot file at the next reboot on slot 2!
# Reboot the device. The software version is upgraded now.
<IRF> reboot
3.
Verify the configuration
# Use the
display version
command to check if the upgrade is successful.