Bug 1794826
| Summary: | [RFE]: subscription-manager refresh needs a light version | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Taft Sanders <tasander> | |
| Component: | subscription-manager | Assignee: | Jiri Hnidek <jhnidek> | |
| Status: | CLOSED ERRATA | QA Contact: | Red Hat subscription-manager QE Team <rhsm-qe> | |
| Severity: | low | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | --- | CC: | bcourt, cdonnell, csnyder, jhnidek, jsefler, redakkan, skallesh | |
| Target Milestone: | rc | Keywords: | FutureFeature, Triaged | |
| Target Release: | 8.3 | Flags: | pm-rhel:
mirror+
|
|
| Hardware: | x86_64 | |||
| OS: | All | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Enhancement | ||
| Doc Text: |
Draft of documentation text:
The default behavior of "subscription-manager refresh" command was modified and a new option "--force" was added.
By default, this command no longer regenerates new entitlement certificates on subscription management service before downloading them. Now, it only downloads new copies of the existing entitlement certificates from subscription management service. If the old behavior is required (complete regeneration of entitlement certificates), then you must also pass the new "--force" option.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1796088 (view as bug list) | Environment: | ||
| Last Closed: | 2020-11-04 01:38:42 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | 1796088 | |||
| Bug Blocks: | 1803951, 1825061 | |||
|
Description
Taft Sanders
2020-01-24 19:25:24 UTC
[root@kvm-06-guest05 ~]# subscription-manager version
server type: Red Hat Subscription Management
subscription management server: 2.9.27-1
subscription management rules: 5.37
subscription-manager: 1.27.3
Help message should display new force option:
--------------------------------------------------------
[root@kvm-06-guest05 ~]# subscription-manager refresh -h
Usage: subscription-manager refresh [OPTIONS]
Pull the latest subscription data from the server
Options:
-h, --help show this help message and exit
--proxy=PROXY_URL proxy URL in the form of proxy_hostname:proxy_port
--proxyuser=PROXY_USER
user for HTTP proxy with basic authentication
--proxypassword=PROXY_PASSWORD
password for HTTP proxy with basic authentication
--noproxy=NO_PROXY host suffixes that should bypass HTTP proxy
--force force certificate regeneration
^^ new --force option
Verify man page is updated with --force option:
[root@kvm-06-guest05 ~]# man subscription-manager | grep refresh -A6
11. refresh
12. environments
13. repos
14. orgs
--
The refresh command pulls the latest subscription data from the server. Normally, the system polls the subscription management service at a set interval (4 hours by default) to check for any changes in the available subscripâ
tions. The refresh command checks with the subscription management service right then, outside the normal interval.
--force
Force regeneration of entitlement certificates on the server before these certificates are pulled from the server.
[root@kvm-06-guest05 ~]# subscription-manager register --serverurl subscription.rhsm.stage.redhat.com --username stage_auto_syspurpose001 --password redhat --auto-attach
Registering to: subscription.rhsm.stage.redhat.com:443/subscription
The system has been registered with ID: 51da6f30-37cb-4326-b128-3c99f49d45e5
The registered system name is: kvm-06-guest05.hv2.lab.eng.bos.redhat.com
Installed Product Current Status:
Product Name: Red Hat Enterprise Linux for x86_64 Beta
Status: Subscribed
[root@kvm-06-guest05 ~]# subscription-manager list --consumed
+-------------------------------------------+
Consumed Subscriptions
+-------------------------------------------+
Subscription Name: Red Hat Beta Access
Provides: Red Hat Enterprise Linux for Power, little endian Beta
Red Hat Enterprise Linux for ARM 64 Beta
Red Hat CodeReady Linux Builder for x86_64 Beta
Red Hat CodeReady Linux Builder for Power, little endian Beta
Red Hat CodeReady Linux Builder for ARM 64 Beta
Red Hat Enterprise Linux Fast Datapath Beta for Power, little endian
Red Hat Enterprise Linux for SAP HANA for Power, little endian Beta
Red Hat Enterprise Linux for x86_64 Beta
Red Hat Enterprise Linux for SAP Applications for x86_64 Beta
Red Hat Enterprise Linux High Availability Beta
Red Hat CodeReady Linux Builder for IBM z Systems Beta
Red Hat Enterprise Linux Resilient Storage Beta
Red Hat Enterprise Linux for Real Time Beta
Red Hat Enterprise Linux for IBM z Systems Beta
Red Hat Directory Server Beta
Red Hat Enterprise Linux for SAP Applications for Power, little endian Beta
Red Hat Certificate System Beta
Red Hat Enterprise Linux for SAP Applications for IBM z Systems Beta
Red Hat Enterprise Linux for Real Time for NFV Beta
Red Hat Enterprise Linux Fast Datapath Beta for x86_64
Red Hat Enterprise Linux for SAP HANA for x86_64 Beta
SKU: RH00069 }
Contract: 12034275 } -----> Note the SKU and contract number, they should remain same after refresh with --force
Account: 6320620
Serial: 5203860064193666648 ---------> Note down the serial number , it should change after refresh --force
Pool ID: 8a99f9ae6e3a9cac016e3b677d1b00c3 ----------> Note the pool Id , it should remain unchanged too
Provides Management: No
Active: True
Quantity Used: 1
Service Type: L1-L3
Roles:
Service Level: Self-Support
Usage:
Add-ons:
Status Details: Subscription is current
Subscription Type: Standard
Starts: 11/05/2019
Ends: 11/04/2020
Entitlement Type: Physical
[root@kvm-06-guest05 ~]# subscription-manager refresh --force
1 local certificate has been deleted. -------------------> Observe the message "1 local certificate has been deleted" , which should be displayed with force option as it will regenerate the entitlement
All local data refreshed
[root@kvm-06-guest05 ~]# subscription-manager list --consumed
+-------------------------------------------+
Consumed Subscriptions
+-------------------------------------------+
Subscription Name: Red Hat Beta Access
Provides: Red Hat Enterprise Linux for Power, little endian Beta
Red Hat Enterprise Linux for ARM 64 Beta
Red Hat CodeReady Linux Builder for x86_64 Beta
Red Hat CodeReady Linux Builder for Power, little endian Beta
Red Hat CodeReady Linux Builder for ARM 64 Beta
Red Hat Enterprise Linux Fast Datapath Beta for Power, little endian
Red Hat Enterprise Linux for SAP HANA for Power, little endian Beta
Red Hat Enterprise Linux for x86_64 Beta
Red Hat Enterprise Linux for SAP Applications for x86_64 Beta
Red Hat Enterprise Linux High Availability Beta
Red Hat CodeReady Linux Builder for IBM z Systems Beta
Red Hat Enterprise Linux Resilient Storage Beta
Red Hat Enterprise Linux for Real Time Beta
Red Hat Enterprise Linux for IBM z Systems Beta
Red Hat Directory Server Beta
Red Hat Enterprise Linux for SAP Applications for Power, little endian Beta
Red Hat Certificate System Beta
Red Hat Enterprise Linux for SAP Applications for IBM z Systems Beta
Red Hat Enterprise Linux for Real Time for NFV Beta
Red Hat Enterprise Linux Fast Datapath Beta for x86_64
Red Hat Enterprise Linux for SAP HANA for x86_64 Beta
SKU: RH00069 }
Contract: 12034275 }-----------------------> Observe the SKU and contract number remain same after refresh --force
Account: 6320620
Serial: 8791313614599063492 } --------------------> Observe the serial number has changed after refresh with --force option , entitlement with new serial number has been generated
Pool ID: 8a99f9ae6e3a9cac016e3b677d1b00c3 } ---------------------> Observe the pool id remains unchanged
Provides Management: No
Active: True
Quantity Used: 1
Service Type: L1-L3
Roles:
Service Level: Self-Support
Usage:
Add-ons:
Status Details: Subscription is current
Subscription Type: Standard
Starts: 11/05/2019
Ends: 11/04/2020
Entitlement Type: Physical
Now try to execute refresh without --force , entitlement cert should not be regenerated
[root@kvm-06-guest05 ~]# subscription-manager list --consumed
+-------------------------------------------+
Consumed Subscriptions
+-------------------------------------------+
Subscription Name: Red Hat Beta Access
Provides: Red Hat Enterprise Linux for Power, little endian Beta
Red Hat Enterprise Linux for ARM 64 Beta
Red Hat CodeReady Linux Builder for x86_64 Beta
Red Hat CodeReady Linux Builder for Power, little endian Beta
Red Hat CodeReady Linux Builder for ARM 64 Beta
Red Hat Enterprise Linux Fast Datapath Beta for Power, little endian
Red Hat Enterprise Linux for SAP HANA for Power, little endian Beta
Red Hat Enterprise Linux for x86_64 Beta
Red Hat Enterprise Linux for SAP Applications for x86_64 Beta
Red Hat Enterprise Linux High Availability Beta
Red Hat CodeReady Linux Builder for IBM z Systems Beta
Red Hat Enterprise Linux Resilient Storage Beta
Red Hat Enterprise Linux for Real Time Beta
Red Hat Enterprise Linux for IBM z Systems Beta
Red Hat Directory Server Beta
Red Hat Enterprise Linux for SAP Applications for Power, little endian Beta
Red Hat Certificate System Beta
Red Hat Enterprise Linux for SAP Applications for IBM z Systems Beta
Red Hat Enterprise Linux for Real Time for NFV Beta
Red Hat Enterprise Linux Fast Datapath Beta for x86_64
Red Hat Enterprise Linux for SAP HANA for x86_64 Beta
SKU: RH00069
Contract: 12034275
Serial: 8791313614599063492 } --------------------------> Note the serial number
Pool ID: 8a99f9ae6e3a9cac016e3b677d1b00c3
Provides Management: No
Active: True
Quantity Used: 1
Service Type: L1-L3
Roles:
Service Level: Self-Support
Usage:
Add-ons:
Status Details: Subscription is current
Subscription Type: Standard
Starts: 11/05/2019
Ends: 11/04/2020
Entitlement Type: Physical
[root@kvm-06-guest05 ~]# subscription-manager refresh
All local data refreshed
^^ The message "1 local certificate has been deleted" is not displayed anymore without --force option
[root@kvm-06-guest05 ~]# subscription-manager list --consumed
+-------------------------------------------+
Consumed Subscriptions
+-------------------------------------------+
Subscription Name: Red Hat Beta Access
Provides: Red Hat Enterprise Linux for Power, little endian Beta
Red Hat Enterprise Linux for ARM 64 Beta
Red Hat CodeReady Linux Builder for x86_64 Beta
Red Hat CodeReady Linux Builder for Power, little endian Beta
Red Hat CodeReady Linux Builder for ARM 64 Beta
Red Hat Enterprise Linux Fast Datapath Beta for Power, little endian
Red Hat Enterprise Linux for SAP HANA for Power, little endian Beta
Red Hat Enterprise Linux for x86_64 Beta
Red Hat Enterprise Linux for SAP Applications for x86_64 Beta
Red Hat Enterprise Linux High Availability Beta
Red Hat CodeReady Linux Builder for IBM z Systems Beta
Red Hat Enterprise Linux Resilient Storage Beta
Red Hat Enterprise Linux for Real Time Beta
Red Hat Enterprise Linux for IBM z Systems Beta
Red Hat Directory Server Beta
Red Hat Enterprise Linux for SAP Applications for Power, little endian Beta
Red Hat Certificate System Beta
Red Hat Enterprise Linux for SAP Applications for IBM z Systems Beta
Red Hat Enterprise Linux for Real Time for NFV Beta
Red Hat Enterprise Linux Fast Datapath Beta for x86_64
Red Hat Enterprise Linux for SAP HANA for x86_64 Beta
SKU: RH00069
Contract: 12034275
Account: 6320620
Serial: 8791313614599063492 --------------------------> Observe that serial number is same
Pool ID: 8a99f9ae6e3a9cac016e3b677d1b00c3
Provides Management: No
Active: True
Quantity Used: 1
Service Type: L1-L3
Roles:
Service Level: Self-Support
Usage:
Add-ons:
Status Details: Subscription is current
Subscription Type: Standard
Starts: 11/05/2019
Ends: 11/04/2020
Entitlement Type: Physical
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (subscription-manager bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4460 |