Saturday, September 22, 2018

How to Remote upgrade B7106 BIOS via Command Line

program: yafuflash v4.0.1

B7106T70EV8E4HR:
BIOS: v1.0.B50
BMC: v1.0

1. DC-OFF B7106
2. open Windows command prompt in Remote Windows Desktop
3. type yafuflash -nw -d 2 -ip BMC_IP_Address -u username -p password bios_file
_name
ex:
B7106 BMC IP: 192.168.1.26
B7106 BMC username: root
B7106 BMC password: superuser
B7106 BIOS filename: 7106v100.B50

yafuflash -nw -d 2 -ip 192.168.1.26 -u root -p superuser 7106v100.B50


How to Remote upgrade B7106 BMC via Command Line

program: yafuflash v4.0.1

B7106T70EV8E4HR:
BIOS: v1.0.B50
BMC: v1.0

1. Open Windows Command prompt in Remote Windows Desktop.
2. Type yafuflash -nw -ip BMC_IP_Address -u username -p password -force-boot BMC_filename
Ex:
B7106 BMC IP: 192.168.1.26
B7106 BMC username: root
B7106 BMC password: superuser
B7106 BMC filename: 71063201.ima

yafuflash -nw -ip 192.168.1.26 -u root -p superuser -force-boot 71063201.ima

3. Enter "y" or "Y" to Full upgrade BMC firmware.
4. Wait for BMC firmware upgrade process.

5. Wait for 2 minutes for BMC restart after BMC upgrade process finished.

Monday, September 17, 2018

Hos to upgrade Tyan M7059F77-QDR-2 firmware





1.    Download Mellanox firmware tool by follows URL.
MFT(Mellanox Firmware Tool) : http://www.mellanox.com/page/management_tools
2.    Download M7059F77A-QDR-2 firmware by follows URL.

3.    Type follows command to upgrade M7059F77A-QDR-2 firmware
      # mst start 
      #flint -d /dev/mst/mt4099_pci_cr0 -i <firmware.bin> b 




Tuesday, August 28, 2018

How to upgrade AMD MI25 BIOS firmware


Original AMD MI25 BIOS firmware: D0513100.004
New AMD MI25 BIOS firmware:D0513100.006

1. Type ./atiflash -ai to check AMD MI25 information.

Friday, August 17, 2018

How to upgrade M7076-i350 firmware to support UEFI PXE boot function


1. Install M7076-i350 at OCP slot of motherboard. (ex. Tyan S8026)
2. Boot up Tyan S8026 to DOS mode
3. Tyan bootutil and press enter to check EEPROM status of M7076-i350

Friday, July 20, 2018

Case Study: B7079 cannot boot up after replace CPU and upgrade BIOS version

Scenario:

The customer has multiple servers of this model with the same configuration and he asked to change the CPUs for something more powerful.
After changing CPUs, all servers started OK, but one went down and would not boot at all. The hardware was not visibly damaged.
BMC was reachable, so they tried to update BIOS from the BMC, and now even BMC doesn't respond.


What steps do you suggest we do to get the server back up and running?

FRU file

Tyan Barebones FRU files.

B8026: B8026.fru
B7079: B7079.fru
B5630: B5630.fru

Saturday, June 30, 2018

How to upgrade M7076-X540-2T to support UEFI mode


1.      Install M7076-X540-2T at OCP slot of motherboard. (ex. S7106)
2.      Boot up S7106 and enter BIOS setting screen
3.      Set BIOS -> Advanced -> PCI Configuration -> Above 4G Decoding from “Enabled” to “Disabled”.
4.      Boot up S7016 to DOS mode.
5.      Type bootutil and press enter to check EEPROM status of M7076-X540-2T

Thursday, June 14, 2018

Trouble Shooting: Cannot access BMC Web interface, but can get BMC information from ipmi command


Symptom: BMC is reachable through impi and ikvm just fine, but the web interface is not reachable.

Solution:It seems the http service function of BMC is disabled. Two processes can fix this issue.

Sample case: Tyan S7106 motherboard

BMC v2.0

Tuesday, June 12, 2018

Case Study: How to test AMD MI25



AMD MI25


1. Install Ubuntu 16.04.4 Desktop
2. Upgrade Ubuntu 16.04.4 Desktop
a. sudo apt update
b. sudo apt dist-upgrade
c. sudo apt install libnuma-dev
d. sudo apt install linux-headers-4.13.0-32-generic linux-image-4.13.0-32-generic linux-image-extra-4.13.0-32-generic linux-signed-image-4.13.0-32-generic
e. sudo reboot

Thursday, May 17, 2018

How to install ipmitool in Linux

1. install ipmitool
apt-get install openipmi ipmitool

2. enable ipmitool
modprobe ipmi_msghandler
modprobe ipmi_devintf
modprobe ipmi_si


CentOS / Redhat
  1. Enterprise Linux 5.x / CentOS 5.x: # yum install OpenIPMI OpenIPMI-tools.
  2. Enterprise Linux 6.x / CentOS 6.x or Fedora: # yum install OpenIPMI ipmitool.
  3. Enterprise Linux 7.x / CentOS 7.x or Fedora: # yum install OpenIPMI ipmitool.

Ubuntu
$sudo apt-get install -y ipmitool
or
#apt-get install -y ipmitool

Tuesday, April 3, 2018

How to Change Redfish UserName and Password


Hardware Requirement
S8026, BIOS v1.01, BMC v2.0
Default Username: Administrator, Default Password: superuser

Software Requirement
Postman v6.0.10 for Windows,


How to fix gpu_burn compiler failure issue

System Environment: Ubuntu 22.04 LTS Server CUDA v12.0 GPU: RTX-4080 (driver 525.85.05) AP: GPU_Burn v1.1 Symptom: met error in make gpu_bur...