Red Hat Enterprise Linux の開発環境、検証環境に仮想マシンを用意していますが、登録したRed Hat Developer 無料サブスクリプションの有効期限が切れていたので更新しました。
1 2 3 4 |
[root@rhel8 ~]# cat /etc/redhat-release Red Hat Enterprise Linux release 8.2 (Ootpa) [root@rhel8 ~]# uname -r 4.18.0-193.14.3.el8_2.x86_64 |
サブスクリプションの有効期限が切れています。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
[root@rhel8 ~]# subscription-manager list +-------------------------------------------+ Installed Product Status +-------------------------------------------+ Product Name: Red Hat Enterprise Linux for x86_64 Product ID: 479 Version: 8.2 Arch: x86_64 Status: Expired Status Details: Not supported by a valid subscription. Starts: Ends: Product Name: Red Hat CodeReady Linux Builder for x86_64 Product ID: 491 Version: 8.2 Arch: x86_64 Status: Expired Status Details: Not supported by a valid subscription. Starts: Ends: |
利用できるサブスクリプションを確認します。
先日取得したサブスクリプションが表示されました。
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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
[root@rhel8 ~]# subscription-manager list --available +-------------------------------------------+ Available Subscriptions +-------------------------------------------+ Subscription Name: Red Hat Developer Subscription for Individuals Provides: Red Hat Developer Tools (for RHEL Server for ARM) Red Hat Software Collections (for RHEL Server for ARM) Red Hat Ansible Engine JBoss Enterprise Application Platform from RHUI Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support Red Hat JBoss AMQ Interconnect JBoss Enterprise Application Platform JBoss Enterprise Web Server from RHUI Red Hat Enterprise Linux for IBM z Systems - Extended Update Support Red Hat Container Development Kit Red Hat Beta RHEL for SAP (for IBM Power LE) - Update Services for SAP Solutions Red Hat OpenShift Container Platform MRG Realtime Red Hat JBoss Data Grid dotNET on RHEL (for RHEL Server) Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support Red Hat OpenShift Enterprise JBoss A-MQ add-on Red Hat OpenShift Application Runtimes Beta Red Hat Enterprise Linux High Availability - Update Services for SAP Solutions Oracle Java (for RHEL Server) Red Hat Enterprise Linux Resilient Storage for x86_64 Red Hat Software Collections (for RHEL Server) Red Hat Enterprise Linux for ARM 64 JBoss Enterprise Web Platform Red Hat Enterprise Linux for Real Time Red Hat CodeReady Linux Builder for ARM 64 Red Hat Developer Tools (for RHEL Server) Red Hat Developer Tools Beta (for RHEL Server) Red Hat Enterprise Linux for x86_64 Red Hat Enterprise Linux Resilient Storage for IBM z Systems - Extended Update Support Red Hat Enterprise Linux High Performance Networking (for RHEL Compute Node) Red Hat S-JIS Support (for RHEL Server) - Extended Update Support dotNET on RHEL Beta (for RHEL Server) Red Hat CodeReady Linux Builder for x86_64 Red Hat Enterprise Linux for SAP HANA for x86_64 RHEL for SAP HANA - Update Services for SAP Solutions Red Hat Enterprise Linux Scalable File System (for RHEL Server) - Extended Update Support RHEL for SAP HANA - Extended Update Support Red Hat Container Images Beta Red Hat Ansible Automation Platform Red Hat Enterprise Linux Atomic Host Beta Red Hat JBoss Core Services Red Hat Container Images Red Hat Enterprise Linux Load Balancer (for RHEL Server) Red Hat Developer Suite v.3 Red Hat CodeReady Workspaces for OpenShift Red Hat OpenShift Enterprise JBoss EAP add-on Red Hat Openshift Application Runtimes for IBM Power LE Red Hat EUCJP Support (for RHEL Server) - Extended Update Support Red Hat Enterprise Linux High Availability for x86_64 Red Hat Enterprise Linux Load Balancer (for RHEL Server) - Extended Update Support Red Hat Openshift Application Runtimes Red Hat Enterprise Linux High Availability (for IBM z Systems) - Extended Update Support Red Hat Enterprise Linux Resilient Storage for x86_64 - Extended Update Support Red Hat Enterprise Linux High Availability for x86_64 - Extended Update Support Red Hat Enterprise Linux Server - Update Services for SAP Solutions Red Hat JBoss Middleware Red Hat Migration Toolkit Red Hat Enterprise Linux High Performance Networking (for RHEL Server) Red Hat Enterprise Linux Scalable File System (for RHEL Server) Red Hat Enterprise Linux High Performance Networking (for RHEL Server) - Extended Update Support Red Hat Enterprise Linux EUS Compute Node RHEL for SAP - Update Services for SAP Solutions Oracle Java (for RHEL Server) - Extended Update Support Red Hat Enterprise Linux Atomic Host OpenJDK Java (for Middleware) JBoss Operations Network from RHUI Red Hat JBoss AMQ Clients Red Hat 3scale API Management Platform Red Hat Software Collections Beta (for RHEL Server) Red Hat Enterprise Linux Server Red Hat Enterprise Linux for SAP Applications for x86_64 Red Hat Enterprise Linux for x86_64 - Extended Update Support RHEL for SAP - Extended Update Support Red Hat Developer Toolset (for RHEL Server) Red Hat Software Collections Beta (for RHEL Server for ARM) Red Hat JBoss Core Services from RHUI Red Hat Developer Tools Beta (for RHEL Server for ARM) Red Hat OpenShift Enterprise JBoss FUSE add-on Red Hat Build of Quarkus Red Hat OpenShift Enterprise JBoss EAP add-on Beta SKU: RHXXXXX Contract: Pool ID: 8a85f99a7a59c1740xxxxxxxxxxxxxxx Provides Management: No Available: 16 Suggested: 1 Service Type: Roles: Red Hat Enterprise Linux Server Red Hat Enterprise Linux Workstation Red Hat Enterprise Linux Compute Node Service Level: Self-Support Usage: Development/Test Add-ons: Subscription Type: Standard Starts: 07/01/21 Ends: 07/01/22 Entitlement Type: Physical |
有効なサブスクリプションを割り当てます。一つしか無いのでautoで割り当てました。
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 |
[root@rhel8 ~]# subscription-manager attach --auto 1 local certificate has been deleted. Installed Product Current Status: Product Name: Red Hat Enterprise Linux for x86_64 Status: Subscribed Product Name: Red Hat CodeReady Linux Builder for x86_64 Status: Subscribed [root@rhel8 ~]# subscription-manager list +-------------------------------------------+ Installed Product Status +-------------------------------------------+ Product Name: Red Hat Enterprise Linux for x86_64 Product ID: 479 Version: 8.2 Arch: x86_64 Status: Subscribed Status Details: Starts: 07/01/21 Ends: 07/01/22 Product Name: Red Hat CodeReady Linux Builder for x86_64 Product ID: 491 Version: 8.2 Arch: x86_64 Status: Subscribed Status Details: Starts: 07/01/21 Ends: 07/01/22 |
無効なサブスクリプションを削除してから有効なサブスクリプションを割り当ててくれました。