This shows you the differences between two versions of the page.
| — |
hot_add_memory_cpu_for_vmware_linux_guests [2011/12/07 09:49] (current) root created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Hot add Memory & CPU for VmWare Linux guests ====== | ||
| + | ===== Hot add Memory ===== | ||
| + | |||
| + | Add memory via the vSphere Client / Virtual Machine properties. | ||
| + | |||
| + | For RHEL 5 add the memory and make the new memory online (available for the kernel). | ||
| + | |||
| + | echo "online" > /sys/device/system/memory/memoryX/state | ||
| + | |||
| + | Alternatively use the script found in the link. | ||
| + | |||
| + | For RHEL6 the add memory is automatically discovered by the kernel. | ||
| + | |||
| + | ===== Hot add CPU ===== | ||
| + | |||
| + | For RHEL5 & RHEL6 it is not possible to hot add CPU(s) in VmWare. | ||
| + | |||
| + | [[http://communities.vmware.com/docs/DOC-10492]] | ||