博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CentOS6.x 升级到 CentOS7.x(测试)
阅读量:6041 次
发布时间:2019-06-20

本文共 1129 字,大约阅读时间需要 3 分钟。

博文来源:
 

官方升级教程:

 
以下是我的升级步骤:
仅在测试机中运行,请勿用于实际环境,操作前整盘备份!!!
以下只为了在纯minimal环境下做测试,建议全新安装。
 
1、在“/etc/yum.repos.d/”目录中创建文件upgradetool.repo
# cd /etc/yum.repos.d/# touch upgradetool.repo
2、把以下内容贴进upgradetool.repo
# vi upgradetool.repo
文件内容如下:
[upg]name=CentOS-$releasever - Upgrade Toolbaseurl=http://dev.centos.org/centos/6/upg/x86_64/gpgcheck=1enabled=1gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
保存退出
3、安装升级工具
# yum install redhat-upgrade-tool preupgrade-assistant-contents
4、安装完后,运行
# preupg -l
查看支持的升级
 
5、执行升级分析
# preupg -s CentOS6_7

Preupg tool doesn't do the actual upgrade.

Please ensure you have backed up your system and/or data in the event of a failed upgrade
that would require a full re-install of the system from installation media.
Do you want to continue? y/n
y

直到完成(跑相当长的时间,请耐心等待)
如果没有提示出错,可以继续下一步。否则请检查!!!要全部PASS才可以。
6、导入centos7源
# rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-7
7、升级系统
# centos-upgrade-tool-cli --network 7 --instrepo=http://mirror.centos.org/centos/7/os/x86_64/
国内比较慢,可以使用以下源
# centos-upgrade-tool-cli --network 7 --instrepo=http://mirrors.163.com/centos/7/os/x86_64/
8、重启系统,完成

转载地址:http://virhx.baihongyu.com/

你可能感兴趣的文章
Trusty TEE
查看>>
[LeetCode] Reverse String 翻转字符串
查看>>
学习iOS【3】数组、词典和集合
查看>>
Hessian 原理分析--转
查看>>
转: 基于netty+ protobuf +spring + hibernate + jgroups开发的游戏服务端
查看>>
easyui传入map的数据前台展示出tree格式数据
查看>>
悲观的思考,乐观的生活.我们既需要思考的深度,也需要生活的温度!
查看>>
java.math.BigDecimal
查看>>
Vitamio中文API文档(4)—— VitamioInstaller
查看>>
yii框架常用url地址
查看>>
python3.4学习笔记(十六) windows下面安装easy_install和pip教程
查看>>
MyGUI 解析
查看>>
Linux中的ls命令详细使用
查看>>
graph-tool文档(一)- 快速开始使用Graph-tool - 2.属性映射、图的IO和Price网络
查看>>
easyui treegrid逐步加载
查看>>
GraphicsLab Project之辉光(Glare,Glow)效果 【转】
查看>>
<转>Python: __init__.py 用法
查看>>
Linux Curl命令
查看>>
046 SparlSQL中的函数
查看>>
-27979 LoadRunner 错误27979 找不到请求表单 Action.c(73): Error -27979: Requested form not found...
查看>>