Hot-Add CPU not working on Ubuntu
Problem
Although Hot added CPUs are identified and registered by the kernel, CPUs are not brought online.
Solution
Create a udev
rule to automatically enable the hot added CPU as follows.
Create a new
udev
rule99-vmware-cpuhotplug-udev.rules
under/etc/udev/rules.d
directory, then add the following line into the file:# VMware CPU HotPlug automatization # Automatically bring on-line added processors. # SUBSYSTEM=="cpu", ACTION=="add", TEST=="online", ATTR{online}=="0", ATTR{online}="1"
Restart the udev:
systemctl restart udev
Highlight important information in a panel like this one. To edit this panel's color or style, select one of the options in the menu.
Related articles
, multiple selections available,
Related content
How-to Request a Virtual GPU
How-to Request a Virtual GPU
More like this
Missing child element 'VirtualHardwareSection' when importing a virtual machine via OVA/OVF
Missing child element 'VirtualHardwareSection' when importing a virtual machine via OVA/OVF
More like this
How-to Troubleshoot Ubuntu Pro
How-to Troubleshoot Ubuntu Pro
More like this
VMs network adapter disconnected after reboot, power cycle or HA failover event
VMs network adapter disconnected after reboot, power cycle or HA failover event
More like this
ITS Private Cloud CLI (vss-cli) Cheat Sheet - Virtual Machine Update
ITS Private Cloud CLI (vss-cli) Cheat Sheet - Virtual Machine Update
More like this
Frequently Asked Questions (FAQ)
Frequently Asked Questions (FAQ)
Read with this
University of Toronto - Since 1827