Performs the initial logical partition configuration for the managed system. This command is valid only in an Integrated Virtualization Manager environment.
mkgencfg -o init [-i "ConfigurationData" ] [ -m ManagedSystem ]
The mkgencfg command performs the initial logical partition configuration for the managed system. As part of the initial configuration, virtual Ethernet adapters are created in the management partition. The virtual Ethernet MAC address prefix can optionally be configured through this command.
| -o Operation | The type of operations:
init - Perform initial logical partition configuration actions for the managed system |
| -i ConfigurationData | The configuration data consists of attribute name/value
pairs, which are in comma separated value (CSV) format. The format of a
configuration record is as follows:
"attribute-name=value,attribute-name=value,..."Note that certain attributes accept a comma separated list of values, as follows: ""attribute-name=value,value,...",..."When a list of values is specified, the attribute name/value pair must be enclosed in double quotes. Depending on the shell being used, nested double quote characters may need to be preceded by an escape character. The valid attribute names for configuration data are:
|
| -m ManagedSystem | The name of the managed system. This attribute is optional because there is only one system to manage. The name may either be the user-defined name for the managed system, or be in the form tttt-mmm*ssssssss, where tttt is the machine type, mmm is the model, and ssssssss is the serial number of the managed system. |
This command has a return code of zero on success.
This command is not accessible by users with the ViewOnly role.
mkgencfg -o init
mkgencfg -o init -i "pend_lpm_max_lpars=17,mac_prefix=06ABC0"