hmc_dlpar_proc
Adjust CPU resources on a running LPAR: set desired, min, or max processing units/vCPUs, dedicated or shared. Without RMC, changes apply to profile for next activation.
Instructions
DLPAR processor hot-plug: change CPU resources on a running LPAR.
lpar_name_or_uuid: accepts either a PartitionName or a UUID. Posts a minimal PartitionProcessorConfiguration document to the HMC. Only the fields you pass are changed. For shared partitions, procs are processing units (may be fractional, e.g. 0.5); vcpus are virtual processor counts (ints). Set dedicated=True for whole-CPU assignment, False for shared; omit it to leave the sharing mode unchanged.
If the LPAR does not have an active RMC connection, the change is profile-only and takes effect on next activation (no reboot is triggered).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uncapped | No | ||
| dedicated | No | ||
| max_procs | No | ||
| max_vcpus | No | ||
| min_procs | No | ||
| min_vcpus | No | ||
| desired_procs | No | ||
| desired_vcpus | No | ||
| lpar_name_or_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |