配置光盘作为YUM源 [root@oradb1]# cd /etc/yum.repos.d/ [root@oradb1 yum.repos.d]# mv rhel-source.repo rhel-source.repo.bak [root@oradb1 yum.repos.d]# vi rhel.repo [rhel] name=rhel baseurl=file:///media/rhel gpgcheck=0 enabled=1 [root@oradb1]#mkdir /media/rhel [root@oradb1]#mount /dev/cdrom /media/rhel [root@oradb1]# yum clean all [root@oradb1]# yum remove ntp --删除NTP时间服务器 |