hmc_set_lpar_proc_compat
Set the processor compatibility mode of an LPAR on an IBM HMC. Accepts system and LPAR names or UUIDs to update the partition's configuration.
Instructions
Set the processor compatibility mode of an LPAR.
Runs chsyscfg -r lpar -m <system_name> -i "name=<lpar_name>,lpar_proc_compat_mode=<mode>"
on the HMC via SSH.
The system and partition may be given by CLI name or by UUID; UUIDs are resolved to their CLI names via REST (falling back to an lssyscfg lookup over SSH when the REST API is unreachable) before the command runs.
WARNING: This modifies the LPAR configuration on the HMC. Confirm lpar_name_or_uuid, system_name_or_uuid, and mode before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| lpar_name_or_uuid | Yes | ||
| system_name_or_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |