2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

RHEL 10.1から10.2へのリリースアップ作業纏め

2
Posted at

はじめに

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

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

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

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

[rheluser@localhost ~]$ sudo dnf check-update
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.206.60.92)
エラー: repo 'rhel-10-for-x86_64-appstream-rpms' のメタデータのダウンロードに失 敗しました : Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

リリースアップの際には、私の過去の経験上、大抵これに遭遇します。

パッケージ更新作業

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

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

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

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

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

パッケージ更新後の確認

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

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

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

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

リブートして、Kernelのバージョンを確認します。

[rheluser@localhost ~]$ uname -a
Linux localhost.localdomain 6.12.0-211.16.1.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 18 10:23:57 EDT 2026 x86_64 GNU/Linux

RHEL9.8同様にRHEL LightSpeedの動作がおかしい

RHEL9.8と同じような内容をRHEL LightSpeedに照会をかけてみましたが、RHEL10.2でも同じように処理がエラーになりました。

[rheluser@localhost ~]$ c "Please tell me the new function and change summary for RHEL V10.2?"
⁺₊+ Asking RHEL Lightspeed...
🙁 Bad request: The server couldn't understand the request. Invalid identity data

[rheluser@localhost ~]$ c "Can RHEL10 run on IBM Cloud?"
⁺₊+ Asking RHEL Lightspeed...
🙁 Bad request: The server couldn't understand the request. Invalid identity data

やはり、大きな変更ポイントであるコマンドラインAIアシスタントの機能拡張が何かしらのサイドエフェクトを起こしているようです。

おわりに

今回は、RHEL V10.1からV10.2へのリリースアップ作業メモを備忘録代わりに纏めました。コマンドラインAIアシスタント(RHEL LightSpeed)がカラー表示になって、どれくらい使いやすくなったのかと期待していたのですが、RHEL V9.8同様に正しく動作していないように見えました。忘れかけたころに再度試してみようと思います。

2
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?