IBM ZVM - FOR LINUX V6 RELEASE 1 Getting Started page 87

Getting started with linux on system z
Table of Contents

Advertisement

c. For all virtual machines that you clone using LINDFLT DIRECT, you
cannot define other devices at virtual addresses 600, 601, and 602. All those
virtual machines will have the same virtual device addresses for the virtual
switch.
3.
If you want to give all your cloned Linux virtual machines access to the
cryptographic facility:
a. Add a line before the OPTION statement:
00000 * * * Top of File * * *
00001 PROFILE LINDFLT
00002 CLASS G
00003 IPL CMS
00004 IUCV ALLOW
00005 MACHINE ESA
a
MAXSTORAGE 2047M
00007 OPTION QUICKDSP
00008 STORAGE 128M
b. On the new line, type:
CRYPTO APVIRT
For more information about the cryptographic facility, see "Giving Linux
virtual servers access to cryptographic hardware for SSL acceleration" on page
31.
4.
If you make any changes to LINDFLT DIRECT, save the file with the XEDIT
FILE command. From the XEDIT command line, type this command and press
the Enter key:
====> file
5.
Edit LINUX PROTODIR.
a. From the XEDIT command line, type this command and press the Enter
key:
xedit linux protodir
Result: Your LINUX PROTODIR looks like:
USER LINUX NOLOG
INCLUDE LINDFLT
MDISK 191 3390 AUTOG 0050 LINGROUP MR
MDISK 150 3390 AUTOG 3088 LINGROUP MR
MDISK 151 3390 AUTOG 0200 LINGROUP MR
b. Change the minidisk size for MDISK 191 to 0005:
MDISK 191 3390 AUTOG 0005 LINGROUP MR
c. Change each occurrence of "LINGROUP" to "GRPLNX":
MDISK 191 3390 AUTOG 0005 GRPLNX
MDISK 150 3390 AUTOG 3088 GRPLNX
MDISK 151 3390 AUTOG 0200 GRPLNX
Chapter 7. Creating your first Linux virtual machine and installing Linux
MR
MR
MR
73

Advertisement

Table of Contents
loading

Table of Contents