You must restart the management console for the changes to take effect.
| -o | The operation to perform. The only valid value is s for a set operation. |
| -a |
The configuration data to set. The configuration data consists of attribute name/value pairs, which are in comma separated value (CSV) format. The configuration data must be enclosed in double quotes.
The format of the configuration data 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, which is usually a ’#146; character.
Valid attribute names:
|
| -r | Specify this option to restart the management console to apply the changes. |
| --help | Display the help text for this command and exit. |
chpsm -o s -a "lpar_rmc_comm_ifs=eth0" -r
Enable the eth0 and eth1 interfaces for partition communication, giving priority to eth0:
chpsm -o s -a ""lpar_rmc_comm_ifs=eth0,eth1""
Set the RMC communication mode to tls_preferred and set the RMC connection priority to direct:
chpsm -o s -a "rmc_comm_mode=tls_preferred,rmc_conn_priority=direct"
| None | |
| None | |
| Linux | CHPSM (1) | November 2023 |