106 z/VM and Linux on IBM System z: The Virtualization Cookbook for Red Hat Enterprise Linux 6.0
7.1 Installing the cloner
In this section, you install the RHEL 6 cloner under the RH6CLONE user. This cloner is the
guest server that will serve as the installation and file server for future Linux guests.
7.1.1 Creating the RH6CLONE user ID
In this section, you define the RH6CLONE user ID in z/VM by performing the following steps:
1. Log on to MAINT and make a backup of and edit the USER DIRECT file:
==> copy user direct c = direwrks = (rep
==> x user direct c
In the USER DIRECT file, you can group statements that will be common to many user
definitions in a construct called a
profile. This profile can then become part of the user
definitions using the INCLUDE statement. You used the existing TCPCMSU profile when
you defined the LNXMAINT user.
2. Create a new profile named LNXDFLT. This profile contains the user directory statements
that will be common to all Linux user IDs. You can use the
"" prefix commands to
duplicate the IBMDFLT profile that should be on lines 37-50:
""037 ***************************************************************
00038 *
00039 PROFILE IBMDFLT
00040 SPOOL 000C 2540 READER *
00041 SPOOL 000D 2540 PUNCH A
00042 SPOOL 000E 1403 A
00043 CONSOLE 009 3215 T
00044 LINK MAINT 0190 0190 RR
00045 LINK MAINT 019D 019D RR
00046 LINK MAINT 019E 019E RR
00047 LINK MAINT 0402 0402 RR
00048 LINK MAINT 0401 0401 RR
""049 ******************************
3. Issue the CP command QUERY PROCESSORS to see how many physical CPUs your
LPAR has. In this example, it is 10:
==> q proc
PROCESSOR 00 MASTER CP
PROCESSOR 01 ALTERNATE CP
PROCESSOR 02 ALTERNATE CP
PROCESSOR 03 ALTERNATE CP
PROCESSOR 04 ALTERNATE CP
PROCESSOR 05 ALTERNATE CP
PROCESSOR 06 ALTERNATE CP
PROCESSOR 07 ALTERNATE CP
PROCESSOR 08 ALTERNATE CP
PROCESSOR 09 ALTERNATE CP
Kommentare zu diesen Handbüchern