Red Hat LINUX VIRTUAL SERVER 4.6 - ADMINISTRATION Installationshandbuch Seite 122

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 296
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 121
102 z/VM and Linux on IBM System z: The Virtualization Cookbook for Red Hat Enterprise Linux 6.0
6.5 Configuring an FTP server for z/VM installation
This section assumes that you have access to the z/VM V6.1 installation code in electronic
format. Ordering it through ShopzSeries is briefly described in 4.1.1, “Obtaining z/VM through
electronic download” on page 28. If you have completed that section, you may have the two
z/VM product install files staged on a intermediate workstation, or you may be ready to
download them from the Internet.
6.5.1 Preparing the z/VM product installation files
The two compresed files correspond to the first (larger) z/VM product DVD and to the second
(smaller) second DVD (the RSU). The contents of these files must be copied to the directory
on the FTP server. To accomplish this task, perform the following steps:
1. Create a target directory. In this example, the /ftp/zvm61/ directory is used:
# mkdir -p /ftp/zvm61
2. Set the group ownership of this directory, recursively, to ftp. This will allow the FTP
daemon, which runs as the user ftp, to change to that directory:
# chgrp -R ftp /nfs/zvm61
3. Either upload the two z/VM installation compressed files from the intermediate
workstation, or download them directly from the Internet. The following example shows
copying them from an intermediate workstation using a Windows DOS session to the FTP
server at IP address 9.60.18.233 into the /ftp/zvm61/ directory. We use the pscp
command (Putty scp):
C:>pscp *.zip ro[email protected]:/ftp/zvm61
...
cd813250.zip | 1247495 kB | 303.2 kB/s | ETA: 00:00:00 | 100%
CD813270.ZIP | 44031 kB | 352.3 kB/s | ETA: 00:00:00 | 100%
4. List the newly copied files:
# cd /ftp/zvm61
# ls -l
total 1291532
-rw-r--r--. 1 root root 1277435798 Nov 11 14:08 cd813250.zip
-rw-r--r--. 1 root root 45088210 Nov 11 14:06 CD813270.ZIP
5. Extract the files from DVD1, the larger file, using the unzip command. This action creates
the cpdvd/ directory:
# unzip cd813250.zip
Archive: cd813250.zip
creating: cpdvd/
inflating: cpdvd/610GANUC
inflating: cpdvd/610GARAM
...
6. Extract the files from the RSU DVD2. When prompted to replace files, respond with A for
all:
# unzip CD813270.ZIP
Archive: CD813270.ZIP
inflating: cpdvd/610rsu.dvdimage
inflating: cpdvd/61ckdrsu.srl
inflating: cpdvd/61fbarsu.srl
replace cpdvd/CKD50000? [y]es, [n]o, [A]ll, [N]one, [r]ename: A
Seitenansicht 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 295 296

Kommentare zu diesen Handbüchern

Keine Kommentare