Red Hat SATELLITE 5.1.0 RELEASE NOTES Instrukcja Instalacji Strona 115

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 268
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 114
Chapter 7. Installing RHEL 5.2 on the controller 97
After:
==> x lnxinst conf-rh5
DASD=100-10f,300-30f
HOSTNAME=<virtc530.itso.ibm.com>
NETTYPE=qeth
IPADDR=<9.12.5.30>
SUBCHANNELS=0.0.0600,0.0.0601,0.0.0602
NETWORK=<9.12.5.255>
NETMASK=<255.255.252.0>
SEARCHDNS=<itso.ibm.com>
BROADCAST=<9.12.4.255>
GATEWAY=<9.12.4.1>
DNS=<9.12.6.7>
MTU=1500
PORTNAME=DONTCARE
LAYER2=0
VSWITCH=1
9. Save your changes with the FILE subcommand.
You should still be logged on to LNXMAINT. When you log on to the new LNXINST user ID,
you will pick up a PROFILE EXEC from LNXMAINT 192. This file runs when you press Enter at
the VM READ prompt, and it creates two VDISKs using the SWAPGEN EXEC, to be used later as
swap spaces. View the contents of the PROFILE EXEC using 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 prepare for installing Linux:
1. Logoff from LNXMAINT and logon to LNXINST. When you log on, you should see a
message indicating that a virtual NIC has been created at addresses 600-602 (using the
Note: The RHEL 5.2 installer supports OSA/NIC in layer 2 (Ethernet) mode. In the
preceding example, we are connecting to a layer 3 VSWITCH, so we set the
parameter LAYER2=0. When connecting in layer 2 mode, set LAYER2=1. Then, if this
guest is connected to a VSWITCH, set VSWITCH=1, thus signifying that the VSWITCH
will provide the MAC address. If this guest is not connected to a VSWITCH, set
VSWITCH=0 and add the parameter MACADDR= followed by the MAC address for this
guest.
Przeglądanie stron 114
1 2 ... 110 111 112 113 114 115 116 117 118 119 120 ... 267 268

Komentarze do niniejszej Instrukcji

Brak uwag