2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

RHEL10.0から10.1へのリリースアップ作業纏め

2
Posted at

はじめに

先日、RHEL9.7とRHEL10.1が公開されました。

私は個人の検証環境としてRHEL9環境とRHEL10環境の両方を維持しています。本日RHEL10.0から10.1への更新を行いましたので、その際の作業を記事に纏めました。

RHEL9環境については、9.6から9.7へのリリースアップ作業を纏めた下記の記事を投稿しておりますので、そちらをご参照ください。

ちなみに、RHEL10環境でもRHEL9同様、更新パッケージチェックの際に同じエラーに遭遇しました。

[rheluser@localhost ~]$ sudo dnf check-update
[sudo] rheluser のパスワード:
サブスクリプション管理リポジトリーを更新しています。
Red Hat Enterprise Linux 10 for x86_64 - AppStr 287  B/s | 470  B     00:01
Errors during downloading metadata for repository 'rhel-10-for-x86_64-appstream-rpms':
  - Status code: 403 for https://cdn.redhat.com/content/dist/rhel10/10/x86_64/appstream/os/repodata/repomd.xml (IP: 23.59.92.251)
エラー: repo 'rhel-10-for-x86_64-appstream-rpms' のメタデータのダウンロードに失 敗しました : Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

もはや、リリースアップの際の恒例イベントのような気がしています(笑)。

パッケージ更新作業

最初にサブスクリプションの再登録が必要になりますが、コマンドはRHEL9環境と同じなので、本記事では割愛します。(RHEL9.6から9.7への更新作業の記事をご参照ください。)

現状のサブスクリプションのリスト、及び、最新のリリースリストを確認します。

[root@localhost rheluser]# subscription-manager list
+-------------------------------------------+
    インストール済み製品のステータス
+-------------------------------------------+
製品名:           Red Hat Enterprise Linux for x86_64
製品 ID:          479
バージョン:       10.0
アーキテクチャー: x86_64

[root@localhost rheluser]# subscription-manager release --list
+-------------------------------------------+
          利用可能なリリース
+-------------------------------------------+
10
10.0
10.1

利用可能なリリースに「10.1」が追加されているのがわかります。後は、「dnf check-update」で更新パッケージを確認し、「dnf update」でパッケージ更新すればOKです。

パッケージ更新後の確認

サブスクリプションのリストを確認すると、バージョンが「10.1」に更新されたことが確認できます。

[root@localhost rheluser]# subscription-manager list
+-------------------------------------------+
    インストール済み製品のステータス
+-------------------------------------------+
製品名:           Red Hat Enterprise Linux for x86_64
製品 ID:          479
バージョン:       10.1
アーキテクチャー: x86_64

「/etc/redhat-release」の中身もこれに伴い、10.1に変わっています。

[root@localhost rheluser]# cat /etc/redhat-release
Red Hat Enterprise Linux release 10.1 (Coughlan)

私はVMWare Workstation Proの上でRHEL10を動かしていますが、RHEL10.0の時は起動後のログオン画面が表示されないといったグラフィックスカード系の問題?が起きていたのですが、どうも10.1に更新したら起動後に下記のように普通にログオン画面が表示されるようになりました。これは大きな改善かと思います!
q1.jpg

おわりに

今回はRHEL10.0から10.1へのリリースアップ作業の内容を、備忘録を兼ねて纏めました。リリースアップ前には必ず何かしらありますね。10.1に更新後、Redhat LightSpeedに10.1の変更点を聞いてみると、下記のような回答が得られました。まだ、10.1はAvailableではないというのは一体。。。

[rheluser@localhost ~]$ c "Please tell me the changes of RHEL10.1."
⁺₊+ Asking RHEL Lightspeed
This feature uses AI technology. Do not include any personal information or other sensitive information in your input. Interactions may be used to improve Red Hat's products or services.
------------------------------------------------------------------------

Red Hat Enterprise Linux 10 and its minor release 10.1 are not yet available. Red Hat has not announced a release date for RHEL 10.

The current stable major release is Red Hat Enterprise Linux 9. As of November 19, 2025, the latest minor release for RHEL 9 would be RHEL 9.7, which was released in November 2025.

If you're interested, I can provide information on the latest features and changes introduced in Red Hat Enterprise Linux 9.7, or any other specific version of RHEL 9.

------------------------------------------------------------------------
Always review AI-generated content prior to use.

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?