我正在努力使用一台配有iLO卡的惠普机器,因为某种原因,这款机器已经被closures了。 我可以ping通卡,但这几乎是我可以用它做的一切。 主机正在运行一个精简版的RHEL5.8,所以我不能安装惠普原生工具,我可以使用ipmitool。
到目前为止,我已经能够重新configurationIP卡的IP地址,并使用其余的命令来configurationIP,网关,networking掩码等,并且卡现在可以ping通。 以下是它的样子:
# ipmitool lan print 2 Set in Progress : Set Complete Auth Type Support : Auth Type Enable : Callback : : User : : Operator : : Admin : : OEM : IP Address Source : Static Address IP Address : 10.1.0.36 Subnet Mask : 255.255.0.0 MAC Address : 78:e7:d1:62:4e:c0 BMC ARP Control : ARP Responses Enabled, Gratuitous ARP Disabled Default Gateway IP : 10.1.255.254 802.1q VLAN ID : Disabled 802.1q VLAN Priority : 0 Cipher Suite Priv Max : Not Available
所以我继续尝试像这样configuration访问:
# ipmitool lan set 2 auth ADMIN MD5 # ipmitool lan set 2 access on Set Channel Access for channel 2 failed: Unknown (0x83)
有谁之前经历过这个吗? 我能做些什么来重置iLO并重新访问?
谢谢,我
编辑:
# nmap -p0 10.1.0.36 Starting Nmap 5.51 ( http://nmap.org ) at 2013-11-18 03:35 CET Nmap scan report for host-ilo.mydomain.com (10.1.0.36) Host is up (0.00017s latency). PORT STATE SERVICE 0/tcp filtered unknown MAC Address: 78:E7:D1:62:4E:C0 (Hewlett Packard) Nmap done: 1 IP address (1 host up) scanned in 0.35 seconds
你不能浏览或SSH到国际劳工组织? 什么nmap扫描显示?
您只需要为您的操作系统安装hponcfg实用程序以获取ILO的configuration和/或重置设备。 这是一个单一的RPM。
hponcfg -w filename.xml会将设备configuration写入filename.xml。
hponcfg -r将设备重置为出厂默认设置。
我还build议您的ILO和(系统)的固件更新。 从主机OS启动的固件更新也将重置ILO设备。 这超出了这个问题的范围,但许多人不保持他们的HP服务器固件是最新的。
编辑:如果ILO处于共享模式 (与使用其专用NIC端口相比),则无法从主机服务器看到它。 记住这一点。 您是否尝试通过来自其他主机的http或SSH连接到ILO?