激活后,可通过 IPMI Web 页面直接做 BIOS Update 或 RAID Management 操作;据说该方法对 X9/X10/X11 系列均适用
echo -n '<BMC_MAC>' | xxd -r -p | openssl dgst -sha1 -mac HMAC -macopt hexkey:8544E3B47ECA58F9583043F8 | awk '{print $2}' | cut -c 1-24
sudo systemctl disable systemd-networkd-wait-online.service
sudo systemctl mask systemd-networkd-wait-online.service
!!!!PCI Resource ERROR!!!!
PCI OUT OF RESOURCES CONDITION:
Error: Insufficient PCI Resources Detected!!!
System is running with Insufficient PCI Resources!
In order to display this message some
PCI devices were set to disabled state!
It is strongly recommended to Power Off the system and remove some PCI/PCI Express cards from the system!
To continue booting, proceed to Menu Option and select Boot Device or .
WARNING: If you choose to continue booting some Operating
Systems might not be able to complete boot correctly!
vmkfstools -c 8G <path-to-vmdk-file>
,注意替换尖括号里的文件名,假设就叫 usb.vmdk
,下同dd
命令将可引导的 iso 或 img 写入 vmdk 文件:dd if=<path-to-iso-or-img-file> of=<path-to-vmdk-file> bs=1M conv=notrunc
usb_xhci:0.present = "TRUE"
usb_xhci:0.deviceType = "disk"
usb_xhci:0.fileName = "usb.vmdk"
usb_xhci:0.readOnly = "FALSE"
usb_xhci:0.speed = "16"
usb_xhci:0.parent = "-1"
usb_xhci:0.port = "0"
vim-cmd
命令重新加载虚拟机配置:vim-cmd vmsvc/reload $(vim-cmd vmsvc/getallvms | grep '<你的虚拟机名称>' | awk '{print $1}')