Database Reference
In-Depth Information
Making the installation tree available
After the TFTP server is installed and ready, it's time to make the installation sources available. The first task is to provide
the installation source. First, you need to decide which way you would like to do this. You have a choice of providing
the sources via the FTP, HTTP, NFS, and other protocols. In this example HTTP is used. To export the install source,
you need to install a webserver such as apache2 using the yum utility. The example assumes that the yum repository
has been configured according to your company's standard. The installation of the webserver is shown here:
# yum install httpd
Loaded plugins: security
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package httpd.x86_64 0:2.2.15-15.0.1.el6 will be installed
[...]
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
httpd x86_64 2.2.15-15.0.1.el6 cd 808 k
Installing for dependencies:
apr x86_64 1.3.9-3.el6_1.2 cd 123 k
apr-util x86_64 1.3.9-3.el6_0.1 cd 87 k
apr-util-ldap x86_64 1.3.9-3.el6_0.1 cd 15 k
httpd-tools x86_64 2.2.15-15.0.1.el6 cd 69 k
Transaction Summary
=============================================================================
Install 5 Package(s)
Total download size: 1.1 M
Installed size: 3.5 M
Is this ok [y/N]: y
Downloading Packages:
-----------------------------------------------------------------------------
Total 8.1 MB/s | 1.1 MB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : apr-1.3.9-3.el6_1.2.x86_64 1/5
Installing : apr-util-1.3.9-3.el6_0.1.x86_64 2/5
Installing : httpd-tools-2.2.15-15.0.1.el6.x86_64 3/5
Installing : apr-util-ldap-1.3.9-3.el6_0.1.x86_64 4/5
Installing : httpd-2.2.15-15.0.1.el6.x86_64 5/5
 
Search WWH ::




Custom Search