Red Hat Enterprise Linux 版本间的升级方法(本例: Red Hat Enterprise Linux 8.0 升级到 Red Hat Enterprise Linux8.7)

Red Hat Enterprise Linux的版本不断更新,在使用的过程中,有可能会去升级操作系统的版本. 从技术的角度,是可以升级的,但在实际生产环境中,不太建议使用更新,除非用户对此系统较熟悉,对于升级的每一个过程都理解,因为升级过程可能会更大量的依赖包,有可能几千个.如果出现异常,可能只有专业用户才能理解并排查.所以通常是建议全新安装需要系统版本.

升级方法也很多,此实例只是其中的一种,供参考.

  1. 查看自己的机器购买的版本已激活,系统下查看(也可以在Redhat帐号下查看订阅情况)

Red Hat Enterprise Linux 版本间的升级方法(本例: Red Hat Enterprise Linux 8.0 升级到 Red Hat Enterprise Linux8.7)

  1. 查看现有系统和内核版本
    sudo subscription-manager list –installed

    A screenshot of a computer

Description automatically generated

  2. 清除缓存
    yum clean all
    A screenshot of a computer

Description automatically generated
  3. 升级需要系统版本
    yum --releasever=8.7 update

A screenshot of a computer

Description automatically generated

  1. 升级过程,会提示是否执行的选项,视情况进行选择(基本选择YES)

A screenshot of a computer program

Description automatically generated

A screenshot of a computer

Description automatically generated

  1. 升级完成,检查一下版本信息
    sudo subscription-manager list –installed

A screenshot of a computer

Description automatically generated

A screenshot of a computer

Description automatically generated

  1. 重启使用新kernel

 

阅读剩余
THE END