centos升级系统内核

第一步:
rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
第二步:
rpm -ivh http://www.elrepo.org/elrepo-release-6-5.el6.elrepo.noarch.rpm
第三步:
yum --enablerepo=elrepo-kernel install kernel-lt -y
或者
yum --enablerepo=elrepo-kernel install kernel-ml -y
第四步:
编辑/etc/grub.conf修改内核序号
第五步:
重启服务器
时间: 2024-08-03 20:05:20

centos升级系统内核的相关文章

CentOS升级Hyper-v集成服务

CentOS升级Hyper-v集成服务 提升虚拟机性能最简单的一种方式就是使用最新版本的微软Hyper-V集成服务.集成服务是功能与驱动的集合,允许客户操作系统使用虚拟硬件.对于虚拟化管理员来说,了解什么是集成服务,集成服务能做什么以及什么时候应该使用集成服务是非常重要的!今天我们就来看一下如何给现有的Linux虚拟机升级Hyper-v集成服务,具体方法如下: 连接到虚拟机Test-Linux: 插入集成服务安装光盘,使用如下命令挂载: Mount /dev/cdrom /media/ 创建集成

Centos 升级MySQL版本或者Yum安装Mysql5.6

Centos 升级MySQL版本或者Yum安装Mysql5.6 1.从MySQL Yum仓库下载最新的rpm文件:http://dev.mysql.com/downloads/repo/yum/CentOS 6 http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm 2.yum remove mysql mysql-* 3.mysql-community-release-el6-5.noarch.rpm 4.yum local

Centos——升级Python2.7及安装pip

CentOS升级Python2.7及安装pip 1) 升级Python2.7 ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 python -V  # 查看版本:Python 2.6.6 mkdir -p ~/Env/python; cd ~/Env/python  # 创建个目录 wget --no-check-certificate https://www.pyt

centos升级到最新的mysql

去网站下载mysql的yum源,地址如下: http://repo.mysql.com/ 在linux上先查看系统的版本号,根据版本号对应下载 more /etc/redhat-release rpm -Uvh http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm yum -y upgrade mysql mysql_upgrade 修改database,table,column字符集 # For each database

centos升级新内核所遇问题。

今天在centos升级到内核linux.4.4.28的时候没有成功,中途报错大概如下: ***waiting for unfinished jobs...... make:INTERNAL:Exiting with 13 jobserver tokens available: should be 12! 如果出现以上报错是因为没有安装 openssl的原因,需要yum安装下openssl,操作如下: 1. 网络配通后配置好DNS. 2. yum  -y groupinstall "base&qu

CentOS升级Python2.7及安装pip

body { font-family: "Microsoft YaHei UI","Microsoft YaHei",SimSun,"Segoe UI",Tahoma,Helvetica,Sans-Serif,"Microsoft YaHei", Georgia,Helvetica,Arial,sans-serif,宋体, PMingLiU,serif; font-size: 10.5pt; line-height: 1.5;

centos6升级系统内核

1.升级系统内核查看内核版本: uname -r 2.6.32-573.8.1.el6.x86_64 导入elrepo的key: rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org curl 报ssl错误,解决办法: yum update -y nss curl libcurl openssh 安装elrepo.repo: rpm -Uvh https://www.elrepo.org/elrepo-release-6-8.el6

Centos 下面升级系统内核(转)

1.导入public key 1 rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org 2.安装ELRepo到CentOS 6.6中 1 rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm 3.安装长期支持版本 1 yum --enablerepo=elrepo-kernel install kernel-lt -y 4.编辑grub.con

CentOS升级参考

? CentOS生产系统升级策略: 1)升级前评估 a)确认kernel或包bug. b)用评估工具 c) 测试验证 ? 2)确认升级内容 a)单独升级kernel b)单独升级包 c)都升级 ? 4)确认升级方法: a)少量系统iso上传,搭建本地yum源升级.或者下载所需包制作成repo源. b)多量系统搭建局域网yum源服务器,ftp或者http. c)批量测试 d)执行升级 ? 国内Linux技术网站 www.linuxidc.com www.centoscn.com ? kernel官