Red Hat SATELLITE 5.1.0 RELEASE NOTES Instrukcja Instalacji Strona 129

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 268
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 128
Chapter 7. Installing RHEL 5.2 on the controller 111
Import the RPM key:
# cd /nfs/rhel5.2
# rpm --import RPM-GPG-KEY-redhat-release
You are now ready to use yum to install or upgrade an RPM package. To install a package, use
yum install <packagename>; yum will conveniently install the packages specified and
automatically resolve dependencies for you. Do
not specify the package version on the
command line; specify only the package name.
7.2.5 Adding additional RPMs
Now that yum is configured, you will install some additional RPM packages onto the master
image. You may choose to add additional RPMs, or may choose to omit some of the following:
openmotif This is a window manager that is used in conjunction with VNC, and is more
usable than the default window manager.
xinetd This is a service that controls access to other services.
To add these two RPMs, use yum -y install command packages. Notice that yum has added
multiple dependencies to the package list:
# yum -y install openmotif xinetd
Loading "rhnplugin" plugin
Loading "installonlyn" plugin
...
Installed: openmotif.s390 0:2.3.0-0.5.el5 openmotif.s390x 0:2.3.0-0.5.el5 xinetd.s390x
2:2.3.14-10.el5
Dependency Installed: expat.s390 0:1.95.8-8.2.1 fontconfig.s390 0:2.4.1-7.el5
freetype.s390 0:2.2.1-19.el5 libXft.s390 0:2.1.10-1.1 libXmu.s390 0:1.0.2-5 libXp.s390x
0:1.0.0-8.1.el5 libXp.s390 0:1.0.0-8.1.el5 libXrender.s390 0:0.9.1-3.1 libjpeg.s390
0:6b-37 libpng.s390 2:1.2.10-7.1.el5_0.1
Complete!
Now you have a good set of packages in the master image that will be cloned into virtual
servers. You may choose to add more packages, or remove some packages.
Note: Red Hat signs each RPM with a private GPG key, which is compared to your public
key each time a package is installed. This method ensures that the RPM is a genuine,
unaltered package. When installing an RPM, if you ever see a message similar to the
following, it means that either the correct GPG key has not been imported, or the package
itself has been altered by a third party:
Header V3 DSA signature: NOKEY, key ID 897da07a
Przeglądanie stron 128
1 2 ... 124 125 126 127 128 129 130 131 132 133 134 ... 267 268

Komentarze do niniejszej Instrukcji

Brak uwag