hmc_set_lpar_msp
Set the Migratable Service Partition (MSP) flag for an LPAR on IBM HMC, using system and LPAR names or UUIDs.
Instructions
Set the MSP (Migratable Service Partition) flag of an LPAR via the HMC CLI.
Runs chsyscfg -r lpar -m <system_name> -i "name=<lpar_name>,msp=<0|1>" 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 and system_name_or_uuid before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | ||
| lpar_name_or_uuid | Yes | ||
| system_name_or_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |