hmc_list_memory_pools
List shared memory pools on a managed system via HMC CLI, showing pool size and associated LPAR names.
Instructions
List shared memory pools on a managed system via the HMC CLI.
Runs lshwres -r mempool -m <system_name> on the HMC via SSH and
returns one dict per pool with fields such as pool_name, size,
lpar_names, and curr_lpar_names (comma-separated).
The system may be given by CLI name or by UUID; a UUID is resolved to its CLI name via REST (falling back to an lssyscfg lookup over SSH when the REST API is unreachable) before the command runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| system_name_or_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |