The BMC management address is lost in Lenovo server VMware environment

Lenovo VMware server modifies the BMC interface management address through Esxi

The VMware cluster host lights up the fault light, and then enters the management interface to check the situation, but cannot enter the management interface, and the management address cannot be pinged. The preliminary judgment is that the management address is lost. The resolution process is as follows:

1. Upload the file esxi_ipmitool-1.8.15-1 to the Esxi host disk directory (https://pan.baidu.com/s/193cTZtTgbTLDtIwolWad5Q extraction code: 1201)
2. SSH to the Esxi host and find the uploaded esxi_ipmitool-1.8. 15-1 and copy to any directory such as: cd esxi_ipmitool-1.8.15-1 /tmp/
3. Execute the installation command esxcli software vib install -v /tmp/esxi_ipmitool-1.8.15-1.vib
Installation Result
Message: Operation finished successfully.
Reboot Required: false
VIBs Installed: IPMItool_bootbank_ipmitool_1.8.15-1
VIBs Removed:
VIBs Skipped:
4. Enter the tool and execute cd /opt/ipmitool/bin/
5. View the network card information: ./ipmitool lan print
6. Set the BMC related address i information: ./ipmitool lan set 1 ipsrc static enter the settings./ipmitool
lan set 1 ipaddr 192.168.70.125 set the address to 192.168.70.125
./ipmitool lan set 1 netmask 255.255.255.0 set the mask to 24
./ipmitool lan set 1 defgw ipaddr 192.168.70.1 Set the gateway to 192.168.70.1

Guess you like

Origin blog.csdn.net/weixin_42079849/article/details/115006610
Recommended