Red Hat LINUX VIRTUAL SERVER 4.6 - ADMINISTRATION Manuale di Installazione Pagina 132

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 296
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 131
112 z/VM and Linux on IBM System z: The Virtualization Cookbook for Red Hat Enterprise Linux 6.0
9. Linux user IDs will obtain their PROFILE EXEC file from LNXMAINT 192. This file runs
when you press Enter at the VM READ prompt. It creates two VDISKs with the SWAPGEN EXEC
file, which will be used later to swap spaces. It also performs a few other functions,
including performing an IPL of Linux automatically if the virtual machine is logged on
disconnected. You can view the contents of the PROFILE EXEC file by running the CMS
TYPE command:
==> type profile exec d
/* PROFILE EXEC for Linux virtual servers */
'CP SET RUN ON'
'CP SET PF11 RETRIEVE FORWARD'
'CP SET PF12 RETRIEVE'
'ACC 592 C'
'SWAPGEN 300 524288' /* create a 256M VDISK disk swap space */
'SWAPGEN 301 1048576' /* create a 512M VDISK disk swap space */
'PIPE CP QUERY' userid() '| var user'
parse value user with id . dsc .
if (dsc = 'DSC') then /* user is disconnected */
'CP IPL 100'
else /* user is interactive -> prompt */
do
say 'Do you want to IPL Linux from minidisk 100? y/n'
parse upper pull answer .
if (answer = 'Y') then 'CP IPL 100'
end /* else */
7.1.4 Beginning the Linux installation
Perform the following steps to begin the Linux installation:
1. Log on to RH6CLONE. The PROFILE EXEC file from the LNXMAINT 192 disk should prompt
you to perform an IPL of minidisk 100. Because 100 is not installed yet, answer no.
LOGON RH6CLONE
NIC 0600 is created; devices 0600-0602 defined
z/VM Version 6 Release 1.0, Service Level 1002 (64-bit),
built on IBM Virtualization Technology
There is no logmsg data
FILES: 0003 RDR, NO PRT, NO PUN
LOGON AT 07:41:38 EDT WEDNESDAY 09/29/10
z/VM V6.1.0 2010-09-23 11:31
DMSACP723I A (191) R/O
DMSACP723I C (592) R/O
DIAG swap disk defined at virtual address 300 (64989 4K pages of swap space)
DIAG swap disk defined at virtual address 301 (129981 4K pages of swap space)
Do you want to IPL Linux from minidisk 100? y/n
n
2. Set the memory size to 1 GB with the CP DEFINE STORAGE command:
==> def stor 1g
00: STORAGE = 1G
00: Storage cleared - system reset.
3. Perform an IPL of CMS, and again answer no:
==> ipl cms
z/VM V6.1.0 2010-09-23 11:31
Vedere la pagina 131
1 2 ... 127 128 129 130 131 132 133 134 135 136 137 ... 295 296

Commenti su questo manuale

Nessun commento