Providing CPI values through a configuration file
![]()
Use the settings in the /etc/sysconfig/cpi configuration file to specify CPI values for your Linux® instance. Values in the configuration file persist across reboots and take effect the next time the Linux instance is booted.
About this task
The following settings are available:
- The system name
- The sysplex name (if applicable)
- The operating system type
Your Linux instance sets Linux
as the operating system type by default.
The system level is set automatically, see System level CPI value.
The values for the system name, system type, and sysplex name are strings that consists of up to eight characters of the following set: A-Z, 0-9, $, @, #, and blank.Procedure
Example
- Open the /etc/sysconfig/cpi configuration file in a text editor.
- Find the location of the system name and enter a name:
... # CPI system name # CPI_SYSTEM_NAME="MYSYSTEM" ... - Save your changes and exit the text editor.