Redhat 5.4 下构建Yum服务器

 

 

首页服务器应用

背景:

阅读新闻

Redhat 5.4 下构建Yum服务器

[日期:2012-10-16]   来源:Linux社区  作者:shuiyong   [字体:]  

1.构建网络yum服务器(网络可以访问)
1)安装FTP服务器yum服务器。
[root@ yum ~]# mkdir /mnt/cdrom

[root@ yum ~]# mount /dev/cdrom /mnt/cdrom/

[root@ yum ~]# cd /mnt/cdrom/Server/

[root@ yum Server]# rpm -ivh vsftpd-2.0.5-12.el5.i386.rpm

[root@ yum Server]# service vsftpd start

[root@ yum Server]# cd /var/ftp

[root@ yum ftp]# mkdir rhel

[root@ yum ftp]# cp -ar /mnt/cdrom/* /var/ftp/rhel/

[root@junjie ftp]# du -sh rhel/

2)安装createrepo工具。
(构建组文件,yum源通用数据库)

[root@ yum ftp]# cd /var/ftp/rhel/Server/

[root@ yum Server]#rpm –ivh createrepo-0.4.11-3.el5.noarch.rpm

[root@ yum Server]createrepo -g ./repodata/comps-rhel5-server-core.xml ./

[root@ yum Server]# cd ../VT

[root@ yum VT]# createrepo -g ./repodata/comps-rhel5-vt.xml ./

[root@ yum VT]# cd ../Cluster

[root@ yum Cluster]# createrepo -g ./repodata/comps-rhel5-cluster.xml ./

[root@ yum Cluster]# cd ../ClusterStorage/

[root@yum ClusterStorage]#createrepo-g ./repodata/comps-rhel5-cluster-st.xml ./

3)网络yum客户端配置:
[root@ yum ~]# cd /etc/yum.repos.d/

[root@ yum yum.repos.d]# vim myyum.repo

[rhel-servr]

name=Red Hat Enterprise Linux server

baseurl=ftp://10.20.0.100/rhel/Server

enabled=1

gpgcheck=1

gpgkey=ftp://10.20.0.100/rhel/RPM-GPG-KEY-RedHat-rel ease

[rhel-vt]

name=Red Hat Enterprise Linux vt

baseurl=ftp://10.20.0.100/rhel/VT

enabled=1

gpgcheck=1

gpgkey=ftp://10.20.0.100/rhel/RPM-GPG-KEY-redhat-rel ease

[rhel-cluster]

name=Red Hat Enterprise Linux cluster

baseurl=ftp://10.20.0.100/rhel/Cluster

enabled=1

gpgcheck=1

gpgkey=ftp://10.20.0.100/rhel/RPM-GPG-KEY-redhat-rel ease

[rhel-clusterstorage]

name=Red Hat Enterprise Linux clusterstorage

baseurl=ftp://10.20.0.100/rhel/ClusterStorage

enabled=1

gpgcheck=1

gpgkey=ftp://10.20.0.100/rhel/RPM-GPG-KEY-redhat-rel ease

[root@ yum yum.repos.d]# yum list all //(添加本地缓存)

此时即可使用yum install直接安装软件,也可使用图形下安装

yum [options] [command] [package ...]

yum install list update remove clean(清除缓存)


Redhat 5.4 下构建Yum服务器

从上图可以看出可以使用yum通过网络ftp安装软件

使用yum clean all清除yum缓存

yum clear all利于与服务器上的软件同步

 

在Linux服务器中查看当前连接统计数的命令

CentOS6.0 x64 位将光盘作为yum源

相关资讯      

   

本文评论   查看全部评论 (0)


评论声明

尊重网上道德,遵守中华人民共和国的各项有关法律法规

承担一切因您的行为而直接或间接导致的民事或刑事法律责任

本站管理人员有权保留或删除其管辖留言中的任意内容

本站有权在网站内转载或引用您的评论

参与本评论即表明您已经阅读并接受上述条款

 

 

 

最新资讯

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/efb9b52c768e0ab6ee7946c5a29560ba.html