日期:2014-05-16  浏览次数:20902 次

配置yum本地源的问题
我把安装文件复制到目录/tmp/rhel/中
然后到目录/etc/yum.repos.d里,发现该路劲下没有文件于是我自己用vi命令建了个local.repo
在local.repo里输入如下内容:
[HighAvailability]
name=HighAvailability
baseurl=file:///tmp/rhel/HighAvailability
enabled=1
gpgccheck=0

[LoadBalancer]
name=LoadBalancer
baseurl=file:///tmp/rhel/LoadBalancer
enabled=1
gpgccheck=0

[Server]
name=Server
baseurl=file:///tmp/rhel/Server
enabled=1
gpgccheck=0

问题是该yum源是没有配置成功,运行 yum grouplist得到:
“Loaded plugins: rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Group Process”




问题出哪里啊??

------解决方案--------------------
This system is not registered with RHN. RHN support will be disabled.
http://blog.csdn.net/wyzxg/article/details/7255987
http://blog.csdn.net/congduan/article/details/6891295
http://blog.csdn.net/milanlakers/article/details/12260193
------解决方案--------------------
yum的问题,下载安装个yum就好了