Some newer IBM servers (such as the x3650M2) comes with an uEFI BIOS that is causing error messages on the console & vmkernel (as reported in this VMTN thread):
0:00:00:02.582 cpu0:4096)CosCommon: 2103: Couldn't setup IRQ 11 with vector 193
The solution to this problem is to upgrade the uEFI BIOS to version 1.03 (or newer).
Updating the uEFI BIOS can be done as follows:
- Put the host in maintenance mode
- Put the new uefi bios file somewhere on the local file system of the service console (will not run from vmfs)
- Run the command: ./ibm_fw_uefi_d6e128a_linux_32-64.bin -u
- it will fail with the message "Error flashing firmware: 3"
- Run the same command again: ./ibm_fw_uefi_d6e128a_linux_32-64.bin -u
- This time it's flashed successfully.
- This installed creates a new virtual switch named IBM_CDC_vSwitch0 that breaks VMware HA so you should remove it before leaving maintenance mode.
- NB: If you didn't enter maintenance mode before flashing, this new virtual switch (that breaks HA) will not get visible until you reboot the host.
Some screen shots:

