Download SUM
https://www.supermicro.com/en/solutions/management-software/supermicro-update-manager
https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0&cat=SUM
1 2 3 | tar xvzf sum_2.5.0_Linux_x86_64_20200722.tar.gz cd sum_2.5.0_Linux_x86_64 |
Download BIOS
https://www.supermicro.com/en/products/motherboard/X10DRW-E
1 2 3 | unzip X10DRWN9_B22.zip sum -i 192.130.21.19 -u naymen -p qwerty -c UpdateBios --file /home/files/X10DRWN9.B22 --force |
Please down’t power off system
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | [naymen@naymen sum_2.5.0_Linux_x86_64]$ ./sum -i 192.130.21.19 -u naymen -p qwerty -c UpdateBios --file /home/files/X10DRWN9.B22 --force Supermicro Update Manager (for UEFI BIOS) 2.5.0 (2020/07/22) (x86_64) Copyright(C) 2013-2020 Super Micro Computer, Inc. All rights reserved. WARNING: BIOS setting will be reset without option --preserve_setting Managed system...........192.130.21.19 Board ID.............0864 BIOS build date......2016/07/26 Local BIOS image file..../home/files/X10DRWN9.B22 Board ID.............0864 BIOS build date......2019/11/22 Status: Start updating BIOS for 192.130.21.19 ************************************WARNING************************************* Do not remove AC power from the server. ******************************************************************************** Uploading BIOS..................................................... .................................................. ..............................................Done Preparing updating BIOS........Done Updating BIOS...>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Done Status: BIOS is updated for 192.130.21.19 Note: You have to reboot or power up the system for the changes to take effect |