hmc_create_vios
Create a Virtual IO Server (VIOS) partition on a managed system. Specify system UUID, name, and resource settings; the partition is created powered off for later OS installation.
Instructions
Create a new Virtual IO Server (VIOS) partition on a managed system.
system_uuid is the target managed system (find it with hmc_systems). Memory values are in MiB; procs are shared processing units (fractional ok). The VIOS is created powered off with default settings — install the OS with hmc_install_vios before using it as a storage/network server. This creates a real partition — confirm name/system_uuid before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| max_procs | No | ||
| max_vcpus | No | ||
| min_procs | No | ||
| min_vcpus | No | ||
| max_memory | No | ||
| min_memory | No | ||
| system_uuid | Yes | ||
| desired_procs | No | ||
| desired_vcpus | No | ||
| desired_memory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |