我有一些戴尔服务器,我不知道是否安装了DRAC卡(真可惜),我正在设法检查它。
到目前为止,lspci和omreport没有任何报告。dmesg | grep DRAC是不可靠的,因为它是旋转的。racadm应该可以工作,但我无法将它安装在Debian盒上。
还有其他想法吗?谢谢。
发布于 2009-12-11 10:41:41
这个职位表示lspci应该能够看到卡片:
04:04.0 Class ff00: Dell Remote Access Card 4
04:04.1 Class ff00: Dell Remote Access Card 4 Daughter Card Virtual UART
04:04.2 Class ff00: Dell Remote Access Card 4 Daughter Card SMIC发布于 2009-12-11 15:03:20
列出usb设备怎么样?
您至少应该找到虚拟的kbd /鼠标,可能还会找到摆着/ cd。
somehost0:~# lsusb -v|less
Bus 001 Device 036: ID 413c:0000 Dell Computer Corp.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x413c Dell Computer Corp.
idProduct 0x0000
bcdDevice 0.00
iManufacturer 1 Dell
iProduct 2 DRAC5
....似乎可以将其缩小到以下的解析结果:
lsusb -v -d 413c:0000发布于 2009-12-11 09:43:40
不是解决方案,但如果是debian,引导消息将存储在/var/log/dmesg*中,而不旋转。不过,你必须知道你想要的名字是什么;也许它会出现在lspci上,名字是“未知”吗?
https://serverfault.com/questions/93332
复制相似问题