当前位置:   article > 正文

centos7迁移龙蜥anolis7.9_龙蜥 centeros迁移工具

龙蜥 centeros迁移工具

Anolis OS 7,结束日期是 2024 年 6 月 30 日Anolis OS 8 整体结束的支持日期为 2031 年 4 月 30 日

在内网搭建龙蜥镜像站

RSYNC_PASSWORD=Rsync@2020 rsync -avz --exclude='*/isos/*iso' --exclude='23.0' --exclude='8.2' --exclude='8.4' --exclude='8.5' --exclude='8.6' --exclude='8.8' --exclude='8.9' rsync://rsync_user@rsync.openanolis.cn/anolis/ /mnt/data/anolis
  • 1

CentOS7下同步阿里云CentOS7镜像建本地yum仓库基本步骤

1.下载本地yum


#下载插件
#备份yum源
rm -rf /etc/yum.repos.d/bak && mkdir -p /etc/yum.repos.d/bak && mv /etc/yum.repos.d/* /etc/yum.repos.d/bak

cat > /etc/yum.repos.d/epel_7.repo <<EOF
[base]
name=CentOS-Base(GDS)
baseurl=http://192.168.1.2/Aliyun/CentOS/7/64bit/base
path=/
enabled=1
gpgcheck=0
 
[updates]
name=CentOS-Updates(GDS)
baseurl=http://192.168.1.2/Aliyun/CentOS/7/64bit/updates
path=/
enabled=1
gpgcheck=0
 
[extras]
name=CentOS-Extras(GDS)
baseurl=http://192.168.1.2/Aliyun/CentOS/7/64bit/extras
path=/
enabled=1
gpgcheck=0
EOF


yum -y install wget yum-utils gcc python3-devel python3


wget http://192.168.1.2/centos7/CentOS7-Base.repo -O /etc/yum.repos.d/CentOS7-Base.repo
yum -y install python36-psutil



  • 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
  • 33
  • 34
  • 35
  • 36
  • 37

2.安装迁移工具centos2anolis

wget http://192.168.1.2/anolis/migration/anolis-migration.repo -O /etc/yum.repos.d/anolis-migration.repo


yum clean all && yum makecache

#安装迁移工具centos2anolis:  
yum -y install centos2anolis
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

3.使用本地 yum 源执行迁移

#使用本地 yum 源执行迁移
wget http://192.168.1.2/anolis/switch-to-anolis.repo  /etc/yum.repos.d/switch-to-anolis.repo

#执行命令迁移
centos2anolis.py -l
  • 1
  • 2
  • 3
  • 4
  • 5

3.1 解决: 执行命令迁移

#升级,查看系统版本
yum distro-sync -y  && centos2anolis.py -l && cat /etc/os-release

  • 1
  • 2
  • 3

执行命令迁移

报错:

Error getting repository data for Plus, repository not found
Could not automatically sync with Anolis OS repositories.
Check the output of ‘yum distro-sync’ to manually resolve the issue.
After you resolve the issue, Please use 'python3 centos2anolis.py -c ’ to continue migration

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/581281
推荐阅读
相关标签
  

闽ICP备14008679号