Null
To perform AMC upgrade via OM, you need to ensure that the status diagnostics of the interconnect module are all Normal to support the upgrade.
If upgrading AMC via OM fails, you can try another method: upgrade by way of PC connection to the serve.
Detailed steps:
Step1: Connect the PC console port to the console port of the AMC of the interconnect module via a console cable; connect the PC Ethernet port to the management network of the OM module via a network cable.
① Interconnection module management port ;② Interconnection module AMC Console port
Step2: Check the current firmware version of the interconnect module AMC
1) Use remote login software, such as putty, MobaXterm, to set up the ACL console port and login to the AMC CLI.
2) After logging in through the AMC console port, press "Enter" and enter your AMC CLI username and password (username is admin by default, password is empty by default).
Press ENTER to get started
Username: admin
Password:
>
3) In the AMC CLI user mode, enter show version brief to check the current firmware version of the interconnect module AMC
>show version brief
Version:SMBStaXdev-build by root@ubuntu2018-12-03T11:35:59+08:00
Config:smb_ocelot_10 SDK:2017.02-017-smb
Build Date: 2018-12-03T11:35:59+08:00
Code Revision: V1.00.04
Step3: Configuring the Interconnection Module AMC Managing IPv4 Addresses
1) In the AMC CLI user mode, type enable, and enter the password to enter the privileged mode: Password_UIS, enter, and enter the privileged mode.
>enable
Password: ********** #
2) In privileged mode, enter configure terminal to enter global mode.
# configure terminal
(config) #
3) In global mode, enter interface vlan 4094 to enter VLAN mode. Note that VLAN 4094 is the AMC"s management VLAN.
(config) # interface vlan 4094
4) In VLAN mode, enter ip address to configure the AMC management IPv4 address and enter end to return to privileged mode.
(config-if-vlan)# ip address 192.168.10.1 255.255.255.0
(config-if-vlan)# end
#
Step4: Upgrade AMC Firmware
In privileged mode, enter firmware upgrade tftp:// TFTP IPv4 address/smb_ocelot_10.mfi to start the interconnect module AMC firmware version upgrade, and the interconnect module will reboot automatically after the upgrade is completed.
# firmware upgrade tftp://192.168.10.111/smb_ocelot_10.mfi
Downloading...
Got 10538761 bytes
Starting flash update - do not power off device!
Erasing flash...done
Programming flash...done
Swapping images...done
Restarting, please wait...
Step5: Verification after upgrade completion
In the View Permissions view of the AMC CLI, enter show version brief to check the current version of the Interconnection Module AMC
>show version brief
Version:SMBStaXdev-build by root@ubuntu2018-12-03T11:35:59+08:00 Config:smb_ocelot_10
SDK:2017.02-017-smb
Build Date: 2018-12-03T11:35:59+08:00
Code Revision: V1.00.05
If you fail to upgrade AMC through OM, you can try to upload AMC manually by PC connection to Server.