我在 Tyan Thunder SX TN70EB7106 服务器上使用 Debian 10.9。为了使用 IPMI,我安装了以下工具:
apt install freeipmi-tools ipmitool
配置网络
# ipmitool lan set 1 ipsrc static
# ipmitool lan set 1 ipaddr 172.16.2.103
# ipmitool lan set 1 netmask 255.255.0.0
# ipmitool lan set 1 defgw ipaddr 172.16.0.254
显然这些改变已经被接受了
# ipmitool lan print 1
Set in Progress : Set Complete
...
IP Address Source : Static Address
IP Address : 172.16.2.103
Subnet Mask : 255.255.0.0
...
SNMP Community String : AMI
IP Header : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10
BMC ARP Control : ARP Responses Enabled, Gratuitous ARP Disabled
Gratituous ARP Intrvl : 0.0 seconds
Default Gateway IP : 172.16.0.254
但重启后,IP 没有响应。
# ping 172.16.2.103
PING 172.16.2.103 (172.16.2.103) 56(84) bytes of data.
From 172.16.2.3 icmp_seq=1 Destination Host Unreachable
From 172.16.2.3 icmp_seq=2 Destination Host Unreachable
我是不是错过了什么步骤?我该怎么办?
答案1
这个问题没有解决方案。Tyan 服务器不共享以太网接口。要使用 IPMI,您必须使用特定的 IPMI 以太网端口。