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
udevrule99-vmware-cpuhotplug-udev.rulesunder/etc/udev/rules.ddirectory, 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.