RHEL
サブスクリプション更新
期限が切れた場合は、Red Hat Developerにアクセスすれば更新される。ログイン時に利用許諾の確認がある。
その後はRed Hat カスタマーポータルにアクセスしてイメージのダウンロードなど利用できる。
サブスクリプション
制限ネットワーク環境のRHEL7でproxy経由でサブスクリプション登録とDockerインストール - zaki work log
以下で登録とサブスクリプション割り当てをまとめてできる。
# subscription-manager register --auto-attach
登録のみは以下。アカウント情報を対話的に入力する。
# subscription-manager register
登録後のサブスクリプション割り当ては以下。
# subscription-manager attach
サブスクリプション割り当て時にpool IDを指定する場合は以下。
# subscription-manager attach --pool=****
利用可能なサブスクリプションの確認
# subscription-manager list --available
リポジトリの状態
# subscription-manager repos --list-enabled
利用可能になっていないリポジトリは以下
# subscription-manager repos --list-disabled
package
RHEL8にEPELリポジトリを追加
RHEL8用のコマンドを実行してリポジトリを追加する
[zaki@rhel8-node ~]$ sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
Updating Subscription Management repositories.
Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs) 13 kB/s | 4.1 kB 00:00
Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs) 19 kB/s | 4.5 kB 00:00
Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs) 6.5 MB/s | 31 MB 00:04
epel-release-latest-8.noarch.rpm 30 kB/s | 23 kB 00:00
依存関係が解決しました。
========================================================================================================
パッケージ アーキテクチャー バージョン リポジトリー サイズ
========================================================================================================
インストール:
epel-release noarch 8-11.el8 @commandline 23 k
トランザクションの概要
========================================================================================================
インストール 1 パッケージ
合計サイズ: 23 k
インストール後のサイズ: 35 k
これでよろしいですか? [y/N]: y
パッケージのダウンロード:
トランザクションの確認を実行中
トランザクションの確認に成功しました。
トランザクションのテストを実行中
トランザクションのテストに成功しました。
トランザクションを実行中
準備 : 1/1
インストール中 : epel-release-8-11.el8.noarch 1/1
scriptletの実行中: epel-release-8-11.el8.noarch 1/1
検証 : epel-release-8-11.el8.noarch 1/1
Installed products updated.
インストール済み:
epel-release-8-11.el8.noarch
完了しました!
[zaki@rhel8-node ~]$
[zaki@rhel8-node ~]$ ls -l /etc/yum.repos.d/
合計 168
-rw-r--r--. 1 root root 1480 6月 8 09:29 epel-modular.repo
-rw-r--r--. 1 root root 1562 6月 8 09:29 epel-playground.repo
-rw-r--r--. 1 root root 1579 6月 8 09:29 epel-testing-modular.repo
-rw-r--r--. 1 root root 1516 6月 8 09:29 epel-testing.repo
-rw-r--r--. 1 root root 1417 6月 8 09:29 epel.repo
-rw-r--r--. 1 root root 149513 7月 2 19:58 redhat.repo
[zaki@rhel8-node ~]$ sudo dnf search sshpass
Updating Subscription Management repositories.
Extra Packages for Enterprise Linux Modular 8 - x86_64 652 kB/s | 798 kB 00:01
Extra Packages for Enterprise Linux 8 - x86_64 7.2 MB/s | 10 MB 00:01
======================================== 名前 完全一致: sshpass ========================================
sshpass.x86_64 : Non-interactive SSH authentication utility
Simple Content Access設定
https://access.redhat.com/management
ここから。