Chapter 19. Sample Parameter Files
The IBM System z architectures use a special parameter file to set up networking before the installation program (
anaconda
) can be started. This section describes the contents of the parameter file.
The parameter file has a limit of 32 total parameters. To accommodate limitations of the parameter files, a new configuration file on a CMS DASD should be used to configure the initial network setup and the DASD specification. The .parm
file should contain the real kernel parameters, such as
root=/dev/ram0 ro ip=off ramdisk_size=40000
, and single parameters which are not assigned to variables, such as
vnc
. Two new parameters which point the installation program at the new configuration file need to be added to the .parm
file. They are
CMSDASD
and
CMSCONF
.
Example of redhat.parm
file:
root=/dev/ram0 ro ip=off ramdisk_size=40000
CMSDASD=191 CMSCONFFILE=redhat.conf
vnc
Example of redhat.conf
file (pointed to by CMSCONFFILE in redhat.parm
)
DASD=200
HOSTNAME="foobar.systemz.example.com"
DASD="200-203"
NETTYPE="qeth"
IPADDR="192.168.17.115"
SUBCHANNELS="0.0.0600,0.0.0601,0.0.0602"
PORTNAME="FOOBAR"
NETWORK="192.168.17.0"
NETMASK="255.255.255.0"
BROADCAST="192.168.17.255"
SEARCHDNS="example.com:systemz.example.com"
GATEWAY="192.168.17.254"
DNS="192.168.17.1"
MTU="4096"