hmc_get_lpar_proc_compat
Retrieve current and pending processor compatibility modes for an LPAR to verify its runtime and intended configuration.
Instructions
Get the current and pending processor compatibility modes for an LPAR.
Runs lssyscfg -r lpar -m <system_name> --filter lpar_names=<lpar_name> -F pend_lpar_proc_compat_mode,curr_lpar_proc_compat_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.
Returns a dict with keys "pend" and "curr".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lpar_name_or_uuid | Yes | ||
| system_name_or_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||