Red Hat SATELLITE 5.1.0 RELEASE NOTES Manual de Instalação Página 178

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 268
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 177
160 The Virtualization Cookbook for Red Hat Enterprise Linux 5.2
12.1 Creating a virtual Web server
The example in this section uses the LINUX01 user ID to create a virtual Web server. You
should have a vanilla virtual server cloned to the user ID LINUX01 as described in Chapter 9,
“Configuring RHEL 5.2 for cloning” on page 129.
12.1.1 Installing Apache RPMs
SSH into the IP address of the new LINUX01 server. Install the following Apache RPMs using
the yum -y install command. The -y flag prevents the Is this OK? question from being
presented.
# yum -y install httpd httpd-manual
...
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
httpd s390x 2.2.3-6.el5 RHEL5 1.1 M
httpd-manual s390x 2.2.3-6.el5 RHEL5 831 k
Installing for dependencies:
apr s390x 1.2.7-10 RHEL5 122 k
apr-util s390x 1.2.7-3 RHEL5 78 k
postgresql-libs s390x 8.1.4-1.1 RHEL5 197 k
Transaction Summary
=============================================================================
Install 5 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 2.3 M
Downloading Packages:
Running Transaction Test
warning: httpd-manual-2.2.3-6.el5: Header V3 DSA signature: NOKEY, key ID 897da07a
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: apr ######################### [1/5]
Installing: postgresql-libs ######################### [2/5]
Installing: apr-util ######################### [3/5]
Installing: httpd ######################### [4/5]
Installing: httpd-manual ######################### [5/5]
Installed: httpd.s390x 0:2.2.3-6.el5 httpd-manual.s390x 0:2.2.3-6.el5
Dependency Installed: apr.s390x 0:1.2.7-10 apr-util.s390x 0:1.2.7-3
postgresql-libs.s390x 0:8.1.4-1.1
Complete!
Verify that the RPMs were installed:
# rpm -qa | grep httpd
httpd-manual-2.2.3-11.el5_1.3
httpd-2.2.3-11.el5_1.3
Before starting the Apache Web server, use the chkconfig command to set the service to
start at boot time:
# chkconfig --list httpd
Vista de página 177
1 2 ... 173 174 175 176 177 178 179 180 181 182 183 ... 267 268

Comentários a estes Manuais

Sem comentários